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
+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
@@ -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.6.2"}`| Image specifies repository and tag of the Couchbase Admission container. |
43
+
| admissionController.image | object |`{"repository":"couchbase/admission-controller","tag":"2.6.4"}`| 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 |
@@ -259,7 +259,7 @@ for more information about customizing and managing your charts.
259
259
| coredns.service | string |`nil`| Name of Kubernetes service which exposes DNS endpoints |
260
260
| 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|
261
261
| 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. |
262
-
| couchbaseOperator.image | object |`{"repository":"couchbase/operator","tag":"2.6.2"}`| Image specifies repository and tag of the Couchbase Operator container. |
262
+
| couchbaseOperator.image | object |`{"repository":"couchbase/operator","tag":"2.6.4"}`| Image specifies repository and tag of the Couchbase Operator container. |
263
263
| 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. |
264
264
| couchbaseOperator.imagePullSecrets | list |`[]`| ImagePullSecrets is an optional list of references to secrets to use for pulling images. |
265
265
| couchbaseOperator.name | string |`"couchbase-operator"`| Name of the couchbase operator Deployment |
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
@@ -5,7 +5,7 @@
5
5
| admissionCA.key | string | `nil` | A base64 encoded PEM format private key
6
6
| 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.
7
7
| 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.
8
-
| admissionController.image | object | `{"repository":"couchbase/admission-controller","tag":"2.6.2"}` | Image specifies repository and tag of the Couchbase Admission container.
8
+
| admissionController.image | object | `{"repository":"couchbase/admission-controller","tag":"2.6.4"}` | Image specifies repository and tag of the Couchbase Admission container.
9
9
| 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.
10
10
| admissionController.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images
| coredns.service | string | `nil` | Name of Kubernetes service which exposes DNS endpoints
237
237
| 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
238
238
| 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.
239
-
| couchbaseOperator.image | object | `{"repository":"couchbase/operator","tag":"2.6.2"}` | Image specifies repository and tag of the Couchbase Operator container.
239
+
| couchbaseOperator.image | object | `{"repository":"couchbase/operator","tag":"2.6.4"}` | Image specifies repository and tag of the Couchbase Operator container.
240
240
| 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.
241
241
| couchbaseOperator.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images.
242
242
| couchbaseOperator.name | string | `"couchbase-operator"` | Name of the couchbase operator Deployment
0 commit comments