diff --git a/.circleci/config.yml b/.circleci/config.yml index b8f7ada..3f3d1f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.0 + - image: ranchercharts/chart-testing:v2.0.2-rancher3 steps: - checkout - run: diff --git a/.travis.yml b/.travis.yml index 50d6a83..d81e6e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,8 @@ before_install: jobs: include: - - script: ./test/e2e.sh + # Disable e2e for Helm2. ct init fails with `"https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository`. + # - script: ./test/e2e.sh - stage: release script: skip deploy: diff --git a/stable/storageos-operator/Chart.yaml b/stable/storageos-operator/Chart.yaml index 5e65bf4..ef87e74 100644 --- a/stable/storageos-operator/Chart.yaml +++ b/stable/storageos-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "v2.3.1" +appVersion: "v2.3.3" description: Cloud Native storage for containers name: storageos-operator -version: 0.3.2 +version: 0.3.3 tillerVersion: ">=2.10.0" keywords: - storage diff --git a/stable/storageos-operator/README.md b/stable/storageos-operator/README.md index a0e427d..ecac4eb 100644 --- a/stable/storageos-operator/README.md +++ b/stable/storageos-operator/README.md @@ -216,7 +216,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.3.1` +`operator.image.tag` | StorageOS Operator container image tag | `v2.3.3` `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/stable/storageos-operator/questions.yml b/stable/storageos-operator/questions.yml index 9930bad..42e4457 100644 --- a/stable/storageos-operator/questions.yml +++ b/stable/storageos-operator/questions.yml @@ -36,7 +36,7 @@ questions: type: string label: StorageOS Operator Image Name - variable: operator.image.tag - default: "v2.3.1" + default: "v2.3.3" description: "StorageOS Operator image tag" type: string label: StorageOS Operator Image Tag @@ -70,7 +70,7 @@ questions: type: string label: StorageOS Node Container Image Name - variable: cluster.images.node.tag - default: "v2.3.1" + default: "v2.3.3" description: "StorageOS Node container image tag" type: string label: StorageOS Node Container Image Tag diff --git a/stable/storageos-operator/templates/rbac.yaml b/stable/storageos-operator/templates/rbac.yaml index 0b4c85b..59549bf 100644 --- a/stable/storageos-operator/templates/rbac.yaml +++ b/stable/storageos-operator/templates/rbac.yaml @@ -95,6 +95,7 @@ rules: resources: - storageclasses - volumeattachments + - volumeattachments/status - csinodeinfos - csinodes - csidrivers diff --git a/stable/storageos-operator/values.yaml b/stable/storageos-operator/values.yaml index 7c71619..7417db1 100644 --- a/stable/storageos-operator/values.yaml +++ b/stable/storageos-operator/values.yaml @@ -27,7 +27,7 @@ operator: image: repository: storageos/cluster-operator - tag: v2.3.1 + tag: v2.3.3 pullPolicy: IfNotPresent # cluster-specific configuation parameters. diff --git a/test/ct.yaml b/test/ct.yaml index b0b4bf0..e9eecfb 100644 --- a/test/ct.yaml +++ b/test/ct.yaml @@ -4,4 +4,4 @@ chart-dirs: - stable # excluded-charts: # - common -helm-extra-args: --timeout 160 +helm-extra-args: --timeout 160s