diff --git a/charts/storageos-operator/Chart.yaml b/charts/storageos-operator/Chart.yaml index 32ae2e6..63ab263 100644 --- a/charts/storageos-operator/Chart.yaml +++ b/charts/storageos-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "v2.4.0" +appVersion: "v2.4.1" description: Cloud Native storage for containers name: storageos-operator -version: 0.4.7 +version: 0.4.8 keywords: - storage - block-storage diff --git a/charts/storageos-operator/README.md b/charts/storageos-operator/README.md index 9b3c199..7a356b3 100644 --- a/charts/storageos-operator/README.md +++ b/charts/storageos-operator/README.md @@ -237,7 +237,7 @@ Operator chart and their default values. Parameter | Description | Default --------- | ----------- | ------- `operator.image.repository` | StorageOS Operator container image repository | `storageos/cluster-operator` -`operator.image.tag` | StorageOS Operator container image tag | `v2.4.0` +`operator.image.tag` | StorageOS Operator container image tag | `v2.4.1` `operator.image.pullPolicy` | StorageOS Operator container image pull policy | `IfNotPresent` `podSecurityPolicy.enabled` | If true, create & use PodSecurityPolicy resources | `false` `podSecurityPolicy.annotations` | Specify pod annotations in the pod security policy | `{}` diff --git a/charts/storageos-operator/questions.yml b/charts/storageos-operator/questions.yml index cd4d2f2..5f50126 100644 --- a/charts/storageos-operator/questions.yml +++ b/charts/storageos-operator/questions.yml @@ -38,7 +38,7 @@ questions: type: string label: StorageOS Operator Image Name - variable: operator.image.tag - default: "v2.4.0" + default: "v2.4.1" description: "StorageOS Operator image tag" type: string label: StorageOS Operator Image Tag @@ -72,7 +72,7 @@ questions: type: string label: StorageOS Node Container Image Name - variable: cluster.images.node.tag - default: "v2.4.0" + default: "v2.4.1" description: "StorageOS Node container image tag" type: string label: StorageOS Node Container Image Tag diff --git a/charts/storageos-operator/values.yaml b/charts/storageos-operator/values.yaml index 95df583..c3cfbf5 100644 --- a/charts/storageos-operator/values.yaml +++ b/charts/storageos-operator/values.yaml @@ -27,7 +27,7 @@ podSecurityPolicy: operator: image: repository: storageos/cluster-operator - tag: v2.4.0 + tag: v2.4.1 pullPolicy: IfNotPresent # cluster-specific configuation parameters. @@ -198,6 +198,7 @@ cleanup: - "storageos:csi-provisioner" - "storageos:pod-fencer" - "storageos:scheduler-extender" + - "storageos:scheduler-extender-vol-checker" - "storageos:init" - "storageos:api-manager" - "storageos:nfs-provisioner" @@ -212,6 +213,7 @@ cleanup: - "storageos:k8s-driver-registrar" - "storageos:pod-fencer" - "storageos:scheduler-extender" + - "storageos:scheduler-extender-vol-checker" - "storageos:init" - "storageos:api-manager" - "storageos:nfs-provisioner"