Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix(helm-chart): fix image tag versions (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Sep 2, 2022
1 parent fca9ebe commit 677ebb7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 3.3.0
version: 3.3.1
name: openebs
appVersion: 3.3.0
description: Containerized Attached Storage for Kubernetes
Expand Down
52 changes: 26 additions & 26 deletions charts/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ imagePullSecrets: []

release:
# "openebs.io/version" label for control plane components
version: "3.2.0"
version: "3.3.0"

# Legacy components will be installed if it is enabled.
# Legacy components are - admission-server, maya api-server, snapshot-operator
Expand Down Expand Up @@ -95,7 +95,7 @@ provisioner:
localprovisioner:
enabled: true
image: "openebs/provisioner-localpv"
imageTag: "3.2.0"
imageTag: "3.3.0"
replicas: 1
enableLeaderElection: true
# These fields are deprecated. Please use the fields (see below)
Expand Down Expand Up @@ -247,7 +247,7 @@ snapshotOperator:
ndm:
enabled: true
image: "openebs/node-disk-manager"
imageTag: "1.9.0"
imageTag: "2.0.0"
sparse:
path: "/var/openebs/sparse"
size: "10737418240"
Expand Down Expand Up @@ -283,7 +283,7 @@ ndm:
ndmOperator:
enabled: true
image: "openebs/node-disk-operator"
imageTag: "1.9.0"
imageTag: "2.0.0"
replicas: 1
upgradeStrategy: Recreate
nodeSelector: {}
Expand Down Expand Up @@ -311,7 +311,7 @@ ndmExporter:
repository: openebs/node-disk-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 1.9.0
tag: 2.0.0
nodeExporter:
name: ndm-node-exporter
podLabels:
Expand Down Expand Up @@ -356,7 +356,7 @@ webhook:
# then put this configuration under `localpv-provisioner` and `openebs-ndm` key.
helper:
image: "openebs/linux-utils"
imageTag: "3.2.0"
imageTag: "3.3.0"

# These are ndm related configuration. If you want to enable openebs as a dependency
# chart then set `ndm.enabled: false`, `ndmOperator.enabled: false` and enable it as
Expand Down Expand Up @@ -444,25 +444,25 @@ jiva:
# image:
# registry: quay.io/
# repository: openebs/jiva
# tag: 3.2.0
# tag: 3.3.0
# replica:
# image:
# registry: quay.io/
# repository: openebs/jiva
# tag: 3.2.0
# tag: 3.3.0
# image:
# registry: quay.io/
# repository: openebs/jiva-operator
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0
#
# jivaCSIPlugin:
# remount: "true"
# image:
# registry: quay.io/
# repository: openebs/jiva-csi
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0

cstor:

Expand Down Expand Up @@ -513,59 +513,59 @@ cstor:
# image:
# registry: quay.io/
# repository: openebs/cstor-pool-manager
# tag: 3.2.0
# tag: 3.3.0
# cstorPool:
# image:
# registry: quay.io/
# repository: openebs/cstor-pool
# tag: 3.2.0
# tag: 3.3.0
# cstorPoolExporter:
# image:
# registry: quay.io/
# repository: openebs/m-exporter
# tag: 3.2.0
# tag: 3.3.0
# image:
# registry: quay.io/
# repository: openebs/cspc-operator
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0
#
# cvcOperator:
# target:
# image:
# registry: quay.io/
# repository: openebs/cstor-istgt
# tag: 3.2.0
# tag: 3.3.0
# volumeMgmt:
# image:
# registry: quay.io/
# repository: openebs/cstor-volume-manager
# tag: 3.2.0
# tag: 3.3.0
# volumeExporter:
# image:
# registry: quay.io/
# repository: openebs/m-exporter
# tag: 3.2.0
# tag: 3.3.0
# image:
# registry: quay.io/
# repository: openebs/cvc-operator
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0
#
# cstorCSIPlugin:
# image:
# registry: quay.io/
# repository: openebs/cstor-csi-driver
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0
#
# admissionServer:
# componentName: cstor-admission-webhook
# image:
# registry: quay.io/
# repository: openebs/cstor-webhook
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0

# ndm configuration goes here
# https://openebs.github.io/node-disk-manager
Expand All @@ -583,7 +583,7 @@ openebs-ndm:
# registry: quay.io/
# repository: openebs/node-disk-manager
# pullPolicy: IfNotPresent
# tag: 1.9.0
# tag: 2.0.0
# sparse:
# path: "/var/openebs/sparse"
# size: "10737418240"
Expand All @@ -606,14 +606,14 @@ openebs-ndm:
# registry: quay.io/
# repository: openebs/node-disk-operator
# pullPolicy: IfNotPresent
# tag: 1.9.0
# tag: 2.0.0
#
# helperPod:
# image:
# registry: quay.io/
# repository: openebs/linux-utils
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0
#
# featureGates:
# enabled: true
Expand Down Expand Up @@ -666,7 +666,7 @@ localpv-provisioner:
# image:
# registry: quay.io/
# repository: openebs/provisioner-localpv
# tag: 3.2.0
# tag: 3.3.0
# pullPolicy: IfNotPresent
# healthCheck:
# initialDelaySeconds: 30
Expand All @@ -680,7 +680,7 @@ localpv-provisioner:
# registry: quay.io/
# repository: openebs/linux-utils
# pullPolicy: IfNotPresent
# tag: 3.2.0
# tag: 3.3.0

# zfs local pv configuration goes here
# ref - https://openebs.github.io/zfs-localpv
Expand Down Expand Up @@ -722,7 +722,7 @@ lvm-localpv:
# registry: quay.io/
# repository: openebs/lvm-driver
# pullPolicy: IfNotPresent
# tag: 0.9.0
# tag: 1.0.0

# openebs nfs provisioner configuration goes here
# ref - https://openebs.github.io/dynamic-nfs-provisioner
Expand Down

0 comments on commit 677ebb7

Please sign in to comment.