|
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. |
5 | 5 |
|
6 | | -   |
| 6 | +   |
7 | 7 |
|
8 | 8 | Deploying the Operator and Couchbase Server |
9 | 9 | =========================================== |
@@ -40,7 +40,7 @@ for more information about customizing and managing your charts. |
40 | 40 | | admissionCA.key | string | `nil` | A base64 encoded PEM format private key | |
41 | 41 | | admissionController.commandArgs | object | `{"default-file-system-group":true,"validate-secrets":true,"validate-storage-classes":true}` | Set of command-line flags to pass on to the Admission Controller to modify its behavior. Do not change. | |
42 | 42 | | admissionController.disableValidatingWebhook | bool | `false` | Disable the creation of Validation webhook. Setting to 'false' may be helpful when installing into a restricted environments (ie Strict mTLS), since disabling avoids performing resource fetching and validation from the Kubernetes API server. | |
43 | | -| admissionController.image | object | `{"repository":"couchbase/admission-controller","tag":"2.7.0"}` | Image specifies repository and tag of the Couchbase Admission container. | |
| 43 | +| admissionController.image | object | `{"repository":"couchbase/admission-controller","tag":"2.7.1"}` | Image specifies repository and tag of the Couchbase Admission container. | |
44 | 44 | | admissionController.imagePullPolicy | string | `"IfNotPresent"` | The policy for pulling images from the repository onto hosts. The imagePullPolicy value defaults to IfNotPresent, which means that images are only pulled if they’re not present on the Kubernetes node. Values allowed are Always, IfNotPresent, and Never. | |
45 | 45 | | admissionController.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images | |
46 | 46 | | admissionController.name | string | `"couchbase-admission-controller"` | | |
@@ -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. | |
@@ -286,7 +286,7 @@ for more information about customizing and managing your charts. |
286 | 286 | | coredns.service | string | `nil` | Name of Kubernetes service which exposes DNS endpoints | |
287 | 287 | | couchbaseOperator.commandArgs | object | `{"pod-create-timeout":"10m"}` | Set of command-line flags to pass on to the Operator to modify its behavior. see: https://docs.couchbase.com/operator/2.0/reference-operator-configuration.html#command-line-arguments | |
288 | 288 | | couchbaseOperator.commandArgs.pod-create-timeout | string | `"10m"` | Pod creation timeout. The Operator allows the timeout of pod creation to be manually configured. It is primarily intended for use on cloud platforms where the deployment of multiple volumes and pulling of a Couchbase Server container image may take a longer time than the default timeout period. | |
289 | | -| couchbaseOperator.image | object | `{"repository":"couchbase/operator","tag":"2.7.0"}` | Image specifies repository and tag of the Couchbase Operator container. | |
| 289 | +| couchbaseOperator.image | object | `{"repository":"couchbase/operator","tag":"2.7.1"}` | Image specifies repository and tag of the Couchbase Operator container. | |
290 | 290 | | couchbaseOperator.imagePullPolicy | string | `"IfNotPresent"` | The policy for pulling images from the repository onto hosts. The imagePullPolicy value defaults to IfNotPresent, which means that images are only pulled if they’re not present on the Kubernetes node. Values allowed are Always, IfNotPresent, and Never. | |
291 | 291 | | couchbaseOperator.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images. | |
292 | 292 | | couchbaseOperator.name | string | `"couchbase-operator"` | Name of the couchbase operator Deployment | |
@@ -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 | |
318 | 318 | | syncGateway.imagePullPolicy | string | `"IfNotPresent"` | | |
319 | 319 | | syncGateway.kind | string | `"Deployment"` | Kind of resource to use when installing sync gateway resource. suppports (Deployment | Statefulset) | |
320 | 320 | | syncGateway.labels | object | `{}` | Labels to apply to the deployment resource | |
|
0 commit comments