Skip to content
This repository has been 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.

Commit

Permalink
Bump to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes committed Sep 7, 2021
1 parent 7920a07 commit 56b9ee5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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
2 changes: 1 addition & 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

0 comments on commit 56b9ee5

Please sign in to comment.