Skip to content
This repository was archived by the owner on Jan 22, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions stable/storageos-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/storageos-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}`
Expand Down
4 changes: 2 additions & 2 deletions stable/storageos-operator/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions stable/storageos-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ rules:
resources:
- storageclasses
- volumeattachments
- volumeattachments/status
- csinodeinfos
- csinodes
- csidrivers
Expand Down
2 changes: 1 addition & 1 deletion stable/storageos-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ operator:

image:
repository: storageos/cluster-operator
tag: v2.3.1
tag: v2.3.3
pullPolicy: IfNotPresent

# cluster-specific configuation parameters.
Expand Down
2 changes: 1 addition & 1 deletion test/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ chart-dirs:
- stable
# excluded-charts:
# - common
helm-extra-args: --timeout 160
helm-extra-args: --timeout 160s