Skip to content

Commit 07bdd41

Browse files
authored
Merge pull request #91 from tahmmee/2.2.x
2.2.4 Release
2 parents 43ebf34 + 1925e42 commit 07bdd41

File tree

7 files changed

+19
-12
lines changed

7 files changed

+19
-12
lines changed

.github/workflows/publish-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
99
branches:
10-
- master
11-
- main
10+
- 2.2.x
1211
# Ignore anything unrelated to a chart release
1312
paths-ignore:
1413
- 'charts/couchbase-operator/examples/**'

.github/workflows/validate-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name: Validate CI
55
on:
66
pull_request:
77
branches:
8-
- master
9-
- main
8+
- 2.2.x
109
# Ignore anything unrelated to a chart release
1110
paths-ignore:
1211
- 'charts/couchbase-operator/examples/**'

charts/couchbase-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: couchbase-operator
33
description: A Helm chart to deploy the Couchbase Autonomous Operator for easily deploying, managing, and maintaining Couchbase Clusters. Couchbase Server is a NoSQL document database with a distributed architecture for performance, scalability, and availability. It enables developers to build applications easier and faster by leveraging the power of SQL with the flexibility of JSON.
4-
version: 2.2.301
5-
appVersion: 2.2.3
4+
version: 2.2.400
5+
appVersion: 2.2.4
66
type: application
77
keywords:
88
- couchbase

charts/couchbase-operator/templates/operator-deployment.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,15 @@ rules:
201201
- delete
202202
- list
203203
- watch
204+
- apiGroups:
205+
- coordination.k8s.io
206+
resources:
207+
- leases
208+
verbs:
209+
- get
210+
- create
211+
- update
212+
204213
---
205214
kind: {{ printf "%sBinding" .Values.couchbaseOperator.scope }}
206215
apiVersion: rbac.authorization.k8s.io/v1

charts/couchbase-operator/values-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ couchbaseOperator:
2020
# -- image config
2121
image:
2222
repository: couchbase/operator
23-
tag: 2.2.3
23+
tag: 2.2.4
2424
imagePullPolicy: IfNotPresent
2525
# -- imagePullSecrets is an optional list of references to secrets to use for pulling images
2626
imagePullSecrets: []
@@ -44,7 +44,7 @@ admissionController:
4444
name: "couchbase-admission-controller"
4545
image:
4646
repository: couchbase/admission-controller
47-
tag: 2.2.3
47+
tag: 2.2.4
4848
imagePullPolicy: IfNotPresent
4949
# -- imagePullSecrets is an optional list of references to secrets to use for pulling images
5050
imagePullSecrets: []

charts/couchbase-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ couchbaseOperator:
2020
# -- image config
2121
image:
2222
repository: couchbase/operator
23-
tag: 2.2.3
23+
tag: 2.2.4
2424
imagePullPolicy: IfNotPresent
2525
# -- imagePullSecrets is an optional list of references to secrets to use for pulling images
2626
imagePullSecrets: []
@@ -44,7 +44,7 @@ admissionController:
4444
name: "couchbase-admission-controller"
4545
image:
4646
repository: couchbase/admission-controller
47-
tag: 2.2.3
47+
tag: 2.2.4
4848
imagePullPolicy: IfNotPresent
4949
# -- imagePullSecrets is an optional list of references to secrets to use for pulling images
5050
imagePullSecrets: []

charts/couchbase-operator/values.yamltmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ couchbaseOperator:
2020
# -- image config
2121
image:
2222
repository: couchbase/operator
23-
tag: 2.2.3
23+
tag: 2.2.4
2424
imagePullPolicy: IfNotPresent
2525
# -- imagePullSecrets is an optional list of references to secrets to use for pulling images
2626
imagePullSecrets: []
@@ -44,7 +44,7 @@ admissionController:
4444
name: "couchbase-admission-controller"
4545
image:
4646
repository: couchbase/admission-controller
47-
tag: 2.2.3
47+
tag: 2.2.4
4848
imagePullPolicy: IfNotPresent
4949
# -- imagePullSecrets is an optional list of references to secrets to use for pulling images
5050
imagePullSecrets: []

0 commit comments

Comments
 (0)