Skip to content

Commit

Permalink
Merge pull request #137 from couchbase-partners/K8S-3886-update-image…
Browse files Browse the repository at this point in the history
…-versions

K8S-3886: update image versions
  • Loading branch information
BenMotts authored Feb 18, 2025
2 parents 4efc9f6 + be8b818 commit 85a5d0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/couchbase-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: couchbase-operator
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.
version: 2.70.0
version: 2.70.1
appVersion: 2.7.0
type: application
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/couchbase-operator/values-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ syncGateway:
# -- Image of the sync gateway container
image:
repository: couchbase/sync-gateway
tag: 3.0.4-enterprise
tag: 3.2.2-enterprise
imagePullPolicy: IfNotPresent
# -- Optional secret to use with prepoulated database config
configSecret:
Expand Down Expand Up @@ -1325,7 +1325,7 @@ cluster:
# server instances. Updating this field will cause an automatic upgrade of
# the cluster. Explicitly specifying the image for a server class will
# override this value for the server class.
image: couchbase/server:7.2.0
image: couchbase/server:7.6.3
# -- Logging defines Operator logging options.
logging:
# -- Used to manage the audit configuration directly
Expand Down
4 changes: 2 additions & 2 deletions charts/couchbase-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ syncGateway:
# -- Image of the sync gateway container
image:
repository: couchbase/sync-gateway
tag: 3.0.4-enterprise
tag: 3.2.2-enterprise
imagePullPolicy: IfNotPresent
# -- Optional secret to use with prepoulated database config
configSecret:
Expand Down Expand Up @@ -1065,7 +1065,7 @@ cluster:
envImagePrecedence: false
# -- Hibernate is whether to hibernate the cluster.
hibernate: false
image: couchbase/server:7.2.0
image: couchbase/server:7.6.3
# -- Logging defines Operator logging options.
logging:
# -- Used to manage the audit configuration directly
Expand Down
2 changes: 1 addition & 1 deletion tools/value-generation/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def postProcessCluster(crd_value, value_map, comment_map) :
value_map[crd_value]['backup']['managed'] = True

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

value_map[crd_value]['networking']['adminConsoleServices'] = ['data']
Expand Down

0 comments on commit 85a5d0e

Please sign in to comment.