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
4 changes: 2 additions & 2 deletions charts/storageos-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/storageos-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}`
Expand Down
4 changes: 2 additions & 2 deletions charts/storageos-operator/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion charts/storageos-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down