Skip to content

Commit 85a5d0e

Browse files
authored
Merge pull request #137 from couchbase-partners/K8S-3886-update-image-versions
K8S-3886: update image versions
2 parents 4efc9f6 + be8b818 commit 85a5d0e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/couchbase-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.70.0
4+
version: 2.70.1
55
appVersion: 2.7.0
66
type: application
77
keywords:

charts/couchbase-operator/values-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ syncGateway:
574574
# -- Image of the sync gateway container
575575
image:
576576
repository: couchbase/sync-gateway
577-
tag: 3.0.4-enterprise
577+
tag: 3.2.2-enterprise
578578
imagePullPolicy: IfNotPresent
579579
# -- Optional secret to use with prepoulated database config
580580
configSecret:
@@ -1325,7 +1325,7 @@ cluster:
13251325
# server instances. Updating this field will cause an automatic upgrade of
13261326
# the cluster. Explicitly specifying the image for a server class will
13271327
# override this value for the server class.
1328-
image: couchbase/server:7.2.0
1328+
image: couchbase/server:7.6.3
13291329
# -- Logging defines Operator logging options.
13301330
logging:
13311331
# -- Used to manage the audit configuration directly

charts/couchbase-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ syncGateway:
574574
# -- Image of the sync gateway container
575575
image:
576576
repository: couchbase/sync-gateway
577-
tag: 3.0.4-enterprise
577+
tag: 3.2.2-enterprise
578578
imagePullPolicy: IfNotPresent
579579
# -- Optional secret to use with prepoulated database config
580580
configSecret:
@@ -1065,7 +1065,7 @@ cluster:
10651065
envImagePrecedence: false
10661066
# -- Hibernate is whether to hibernate the cluster.
10671067
hibernate: false
1068-
image: couchbase/server:7.2.0
1068+
image: couchbase/server:7.6.3
10691069
# -- Logging defines Operator logging options.
10701070
logging:
10711071
# -- Used to manage the audit configuration directly

tools/value-generation/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def postProcessCluster(crd_value, value_map, comment_map) :
158158
value_map[crd_value]['backup']['managed'] = True
159159

160160
value_map[crd_value]['buckets']['managed'] = True
161-
value_map[crd_value]['image'] = 'couchbase/server:7.2.0'
161+
value_map[crd_value]['image'] = 'couchbase/server:7.6.3'
162162
comment_map[(crd_value, 'backup')] += " Refer to the documentation for supported values https://docs.couchbase.com/operator/current/howto-backup.html#enable-automated-backup"
163163

164164
value_map[crd_value]['networking']['adminConsoleServices'] = ['data']

0 commit comments

Comments
 (0)