Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
scflavell committed Apr 12, 2022
1 parent 8ada5c7 commit 5deb9d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/ondat-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "v2.6.0"
appVersion: "v2.7.0"
description: Cloud Native storage for containers
name: ondat-operator
version: 0.5.5
version: 0.5.6
keywords:
- storage
- block-storage
Expand Down
14 changes: 7 additions & 7 deletions charts/ondat-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ podSecurityPolicy:
operator:
image:
repository: storageos/operator
tag: v2.6.0
tag: v2.7.0
pullPolicy: IfNotPresent

# parameters for StorageOS resource quotas
Expand Down Expand Up @@ -105,7 +105,7 @@ cluster:
images:
apiManager:
repository: storageos/api-manager
tag: v1.2.5
tag: v1.2.9
csiV1ExternalAttacherV3:
repository: quay.io/k8scsi/csi-attacher
tag: v3.1.0
Expand All @@ -123,21 +123,21 @@ cluster:
tag: v2.1.0
init:
repository: storageos/init
tag: v2.1.1
tag: v2.1.2
# nodeContainer is the StorageOS node image to use, available from the
# [Docker Hub](https://hub.docker.com/r/storageos/node/).
node:
repository: storageos/node
tag: v2.6.0
tag: v2.7.0
nodeManager:
repository: storageos/node-manager
tag: v0.0.2
tag: v0.0.6
portalManager:
repository: storageos/portal-manager
tag: v1.0.1
tag: v1.0.2
upgradeGuard:
repository: storageos/upgrade-guard
tag: v0.0.2
tag: v0.0.4

# The following is used for cleaning up unmanaged cluster resources when
# auto-install is enabled.
Expand Down

0 comments on commit 5deb9d6

Please sign in to comment.