Skip to content

Commit fb58c5b

Browse files
authored
Merge pull request #131 from couchbase-partners/K8S-3446
K8S-3446 Updated helm chart for 2.6.4
2 parents fcbca4e + 6971672 commit fb58c5b

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

charts/couchbase-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.62.0
5-
appVersion: 2.6.2
4+
version: 2.64.0
5+
appVersion: 2.6.4
66
type: application
77
keywords:
88
- couchbase

charts/couchbase-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for more information about customizing and managing your charts.
4040
| admissionCA.key | string | `nil` | A base64 encoded PEM format private key |
4141
| 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. |
4242
| 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. |
4444
| 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. |
4545
| admissionController.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images |
4646
| admissionController.name | string | `"couchbase-admission-controller"` | |
@@ -259,7 +259,7 @@ for more information about customizing and managing your charts.
259259
| coredns.service | string | `nil` | Name of Kubernetes service which exposes DNS endpoints |
260260
| 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 |
261261
| 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. |
263263
| 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. |
264264
| couchbaseOperator.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images. |
265265
| couchbaseOperator.name | string | `"couchbase-operator"` | Name of the couchbase operator Deployment |

charts/couchbase-operator/README.md.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| admissionCA.key | string | `nil` | A base64 encoded PEM format private key
66
| 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.
77
| 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.
99
| 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.
1010
| admissionController.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images
1111
| admissionController.name | string | `"couchbase-admission-controller"` |
@@ -236,7 +236,7 @@
236236
| coredns.service | string | `nil` | Name of Kubernetes service which exposes DNS endpoints
237237
| 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
238238
| 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.
240240
| 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.
241241
| couchbaseOperator.imagePullSecrets | list | `[]` | ImagePullSecrets is an optional list of references to secrets to use for pulling images.
242242
| couchbaseOperator.name | string | `"couchbase-operator"` | Name of the couchbase operator Deployment

charts/couchbase-operator/values-all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ couchbaseOperator:
2020
# -- Image specifies repository and tag of the Couchbase Operator container.
2121
image:
2222
repository: couchbase/operator
23-
tag: 2.6.2
23+
tag: 2.6.4
2424
# -- The policy for pulling images from the repository onto hosts.
2525
# The imagePullPolicy value defaults to IfNotPresent, which means
2626
# that images are only pulled if they’re not present on the Kubernetes node.
@@ -53,7 +53,7 @@ admissionController:
5353
# -- Image specifies repository and tag of the Couchbase Admission container.
5454
image:
5555
repository: couchbase/admission-controller
56-
tag: 2.6.2
56+
tag: 2.6.4
5757
# -- The policy for pulling images from the repository onto hosts.
5858
# The imagePullPolicy value defaults to IfNotPresent, which means
5959
# that images are only pulled if they’re not present on the Kubernetes node.

charts/couchbase-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ couchbaseOperator:
2020
# -- Image specifies repository and tag of the Couchbase Operator container.
2121
image:
2222
repository: couchbase/operator
23-
tag: 2.6.2
23+
tag: 2.6.4
2424
# -- The policy for pulling images from the repository onto hosts.
2525
# The imagePullPolicy value defaults to IfNotPresent, which means
2626
# that images are only pulled if they’re not present on the Kubernetes node.
@@ -53,7 +53,7 @@ admissionController:
5353
# -- Image specifies repository and tag of the Couchbase Admission container.
5454
image:
5555
repository: couchbase/admission-controller
56-
tag: 2.6.2
56+
tag: 2.6.4
5757
# -- The policy for pulling images from the repository onto hosts.
5858
# The imagePullPolicy value defaults to IfNotPresent, which means
5959
# that images are only pulled if they’re not present on the Kubernetes node.

charts/couchbase-operator/values.yamltmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ couchbaseOperator:
2020
# -- Image specifies repository and tag of the Couchbase Operator container.
2121
image:
2222
repository: couchbase/operator
23-
tag: 2.6.2
23+
tag: 2.6.4
2424
# -- The policy for pulling images from the repository onto hosts.
2525
# The imagePullPolicy value defaults to IfNotPresent, which means
2626
# that images are only pulled if they’re not present on the Kubernetes node.
@@ -53,7 +53,7 @@ admissionController:
5353
# -- Image specifies repository and tag of the Couchbase Admission container.
5454
image:
5555
repository: couchbase/admission-controller
56-
tag: 2.6.2
56+
tag: 2.6.4
5757
# -- The policy for pulling images from the repository onto hosts.
5858
# The imagePullPolicy value defaults to IfNotPresent, which means
5959
# that images are only pulled if they’re not present on the Kubernetes node.

0 commit comments

Comments
 (0)