You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/couchbase-operator/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
apiVersion: v2
2
2
name: couchbase-operator
3
3
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.
Copy file name to clipboardExpand all lines: charts/couchbase-operator/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
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.
@@ -184,7 +184,7 @@ for more information about customizing and managing your charts.
184
184
| cluster.envImagePrecedence | bool |`false`| EnvImagePrecedence gives precedence over the default container image name in `spec.Image` to an image name provided through Operator environment variables. For more info on using Operator environment variables: https://docs.couchbase.com/operator/current/reference-operator- configuration.html |
185
185
| cluster.hibernate | bool |`false`| Hibernate is whether to hibernate the cluster. |
186
186
| cluster.hibernationStrategy | string |`nil`| HibernationStrategy defines how to hibernate the cluster. When Immediate the Operator will immediately delete all pods and take no further action until the hibernate field is set to false. |
187
-
| cluster.image | string |`"couchbase/server:7.2.0"`| Image is the container image name that will be used to launch Couchbase 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. |
187
+
| cluster.image | string |`"couchbase/server:7.6.3"`| Image is the container image name that will be used to launch Couchbase 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. |
188
188
| cluster.logging.audit.disabledEvents | string |`nil`| The list of event ids to disable for auditing purposes. This is passed to the REST API with no verification by the operator. Refer to the documentation for details: https://docs.couchbase.com/server/current/audit-event-reference/audit- event-reference.html |
189
189
| cluster.logging.audit.disabledUsers | string |`nil`| The list of users to ignore for auditing purposes. This is passed to the REST API with minimal validation it meets an acceptable regex pattern. Refer to the documentation for full details on how to configure this: https://docs.couchbase.com/server/current/manage/manage- security/manage-auditing.html#ignoring-events-by-user |
190
190
| cluster.logging.audit.enabled | bool |`false`| Enabled is a boolean that enables the audit capabilities. |
@@ -314,7 +314,7 @@ for more information about customizing and managing your charts.
314
314
| syncGateway.config.databases.db.users.GUEST.disabled | bool |`false`| Disable creation of guest user |
315
315
| syncGateway.configSecret | string |`nil`| Optional secret to use with prepoulated database config |
316
316
| syncGateway.exposeServiceType | string |`"ClusterIP"`| Type of service to use for exposing Sync Gateway Set as empty string to prevent service creation |
317
-
| syncGateway.image | object |`{"repository":"couchbase/sync-gateway","tag":"3.0.4-enterprise"}`| Image of the sync gateway container |
317
+
| syncGateway.image | object |`{"repository":"couchbase/sync-gateway","tag":"3.2.2-enterprise"}`| Image of the sync gateway container |
Copy file name to clipboardExpand all lines: charts/couchbase-operator/README.md.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@
151
151
| cluster.envImagePrecedence | bool | `false` | EnvImagePrecedence gives precedence over the default container image name in `spec.Image` to an image name provided through Operator environment variables. For more info on using Operator environment variables: https://docs.couchbase.com/operator/current/reference-operator-configuration.html
152
152
| cluster.hibernate | bool | `false` | Hibernate is whether to hibernate the cluster.
153
153
| cluster.hibernationStrategy | string | `nil` | HibernationStrategy defines how to hibernate the cluster. When Immediate the Operator will immediately delete all pods and take no further action until the hibernate field is set to false.
154
-
| cluster.image | string | `"couchbase/server:7.2.0"` | Image is the container image name that will be used to launch Couchbase 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.
154
+
| cluster.image | string | `"couchbase/server:7.6.3"` | Image is the container image name that will be used to launch Couchbase 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.
| cluster.logging.audit | object | `{"disabledEvents":null,"disabledUsers":null,"enabled":false,"garbageCollection":{"sidecar":{"age":"1h","enabled":false,"image":"busybox:1.33.1","interval":"20m","resources":{"claims":{"name":null},"limits":null,"requests":null}}},"rotation":{"interval":"15m","pruneAge":"0","size":"20Mi"}}` | Used to manage the audit configuration directly
157
157
| cluster.logging.audit.disabledEvents | string | `nil` | The list of event ids to disable for auditing purposes. This is passed to the REST API with no verification by the operator. Refer to the documentation for details: https://docs.couchbase.com/server/current/audit-event-reference/audit-event-reference.html
@@ -293,7 +293,7 @@
293
293
| syncGateway.config.databases.db.users.GUEST.disabled | bool | `false` | Disable creation of guest user
294
294
| syncGateway.configSecret | string | `nil` | Optional secret to use with prepoulated database config
295
295
| syncGateway.exposeServiceType | string | `"ClusterIP"` | Type of service to use for exposing Sync Gateway Set as empty string to prevent service creation
296
-
| syncGateway.image | object | `{"repository":"couchbase/sync-gateway","tag":"3.0.4-enterprise"}` | Image of the sync gateway container
296
+
| syncGateway.image | object | `{"repository":"couchbase/sync-gateway","tag":"3.2.2-enterprise"}` | Image of the sync gateway container
0 commit comments