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

Commit 677ebb7

Browse files
authored
fix(helm-chart): fix image tag versions (#310)
Signed-off-by: Niladri Halder <niladri.halder@mayadata.io>
1 parent fca9ebe commit 677ebb7

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

charts/openebs/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
version: 3.3.0
2+
version: 3.3.1
33
name: openebs
44
appVersion: 3.3.0
55
description: Containerized Attached Storage for Kubernetes

charts/openebs/values.yaml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ imagePullSecrets: []
1818

1919
release:
2020
# "openebs.io/version" label for control plane components
21-
version: "3.2.0"
21+
version: "3.3.0"
2222

2323
# Legacy components will be installed if it is enabled.
2424
# Legacy components are - admission-server, maya api-server, snapshot-operator
@@ -95,7 +95,7 @@ provisioner:
9595
localprovisioner:
9696
enabled: true
9797
image: "openebs/provisioner-localpv"
98-
imageTag: "3.2.0"
98+
imageTag: "3.3.0"
9999
replicas: 1
100100
enableLeaderElection: true
101101
# These fields are deprecated. Please use the fields (see below)
@@ -247,7 +247,7 @@ snapshotOperator:
247247
ndm:
248248
enabled: true
249249
image: "openebs/node-disk-manager"
250-
imageTag: "1.9.0"
250+
imageTag: "2.0.0"
251251
sparse:
252252
path: "/var/openebs/sparse"
253253
size: "10737418240"
@@ -283,7 +283,7 @@ ndm:
283283
ndmOperator:
284284
enabled: true
285285
image: "openebs/node-disk-operator"
286-
imageTag: "1.9.0"
286+
imageTag: "2.0.0"
287287
replicas: 1
288288
upgradeStrategy: Recreate
289289
nodeSelector: {}
@@ -311,7 +311,7 @@ ndmExporter:
311311
repository: openebs/node-disk-exporter
312312
pullPolicy: IfNotPresent
313313
# Overrides the image tag whose default is the chart appVersion.
314-
tag: 1.9.0
314+
tag: 2.0.0
315315
nodeExporter:
316316
name: ndm-node-exporter
317317
podLabels:
@@ -356,7 +356,7 @@ webhook:
356356
# then put this configuration under `localpv-provisioner` and `openebs-ndm` key.
357357
helper:
358358
image: "openebs/linux-utils"
359-
imageTag: "3.2.0"
359+
imageTag: "3.3.0"
360360

361361
# These are ndm related configuration. If you want to enable openebs as a dependency
362362
# chart then set `ndm.enabled: false`, `ndmOperator.enabled: false` and enable it as
@@ -444,25 +444,25 @@ jiva:
444444
# image:
445445
# registry: quay.io/
446446
# repository: openebs/jiva
447-
# tag: 3.2.0
447+
# tag: 3.3.0
448448
# replica:
449449
# image:
450450
# registry: quay.io/
451451
# repository: openebs/jiva
452-
# tag: 3.2.0
452+
# tag: 3.3.0
453453
# image:
454454
# registry: quay.io/
455455
# repository: openebs/jiva-operator
456456
# pullPolicy: IfNotPresent
457-
# tag: 3.2.0
457+
# tag: 3.3.0
458458
#
459459
# jivaCSIPlugin:
460460
# remount: "true"
461461
# image:
462462
# registry: quay.io/
463463
# repository: openebs/jiva-csi
464464
# pullPolicy: IfNotPresent
465-
# tag: 3.2.0
465+
# tag: 3.3.0
466466

467467
cstor:
468468

@@ -513,59 +513,59 @@ cstor:
513513
# image:
514514
# registry: quay.io/
515515
# repository: openebs/cstor-pool-manager
516-
# tag: 3.2.0
516+
# tag: 3.3.0
517517
# cstorPool:
518518
# image:
519519
# registry: quay.io/
520520
# repository: openebs/cstor-pool
521-
# tag: 3.2.0
521+
# tag: 3.3.0
522522
# cstorPoolExporter:
523523
# image:
524524
# registry: quay.io/
525525
# repository: openebs/m-exporter
526-
# tag: 3.2.0
526+
# tag: 3.3.0
527527
# image:
528528
# registry: quay.io/
529529
# repository: openebs/cspc-operator
530530
# pullPolicy: IfNotPresent
531-
# tag: 3.2.0
531+
# tag: 3.3.0
532532
#
533533
# cvcOperator:
534534
# target:
535535
# image:
536536
# registry: quay.io/
537537
# repository: openebs/cstor-istgt
538-
# tag: 3.2.0
538+
# tag: 3.3.0
539539
# volumeMgmt:
540540
# image:
541541
# registry: quay.io/
542542
# repository: openebs/cstor-volume-manager
543-
# tag: 3.2.0
543+
# tag: 3.3.0
544544
# volumeExporter:
545545
# image:
546546
# registry: quay.io/
547547
# repository: openebs/m-exporter
548-
# tag: 3.2.0
548+
# tag: 3.3.0
549549
# image:
550550
# registry: quay.io/
551551
# repository: openebs/cvc-operator
552552
# pullPolicy: IfNotPresent
553-
# tag: 3.2.0
553+
# tag: 3.3.0
554554
#
555555
# cstorCSIPlugin:
556556
# image:
557557
# registry: quay.io/
558558
# repository: openebs/cstor-csi-driver
559559
# pullPolicy: IfNotPresent
560-
# tag: 3.2.0
560+
# tag: 3.3.0
561561
#
562562
# admissionServer:
563563
# componentName: cstor-admission-webhook
564564
# image:
565565
# registry: quay.io/
566566
# repository: openebs/cstor-webhook
567567
# pullPolicy: IfNotPresent
568-
# tag: 3.2.0
568+
# tag: 3.3.0
569569

570570
# ndm configuration goes here
571571
# https://openebs.github.io/node-disk-manager
@@ -583,7 +583,7 @@ openebs-ndm:
583583
# registry: quay.io/
584584
# repository: openebs/node-disk-manager
585585
# pullPolicy: IfNotPresent
586-
# tag: 1.9.0
586+
# tag: 2.0.0
587587
# sparse:
588588
# path: "/var/openebs/sparse"
589589
# size: "10737418240"
@@ -606,14 +606,14 @@ openebs-ndm:
606606
# registry: quay.io/
607607
# repository: openebs/node-disk-operator
608608
# pullPolicy: IfNotPresent
609-
# tag: 1.9.0
609+
# tag: 2.0.0
610610
#
611611
# helperPod:
612612
# image:
613613
# registry: quay.io/
614614
# repository: openebs/linux-utils
615615
# pullPolicy: IfNotPresent
616-
# tag: 3.2.0
616+
# tag: 3.3.0
617617
#
618618
# featureGates:
619619
# enabled: true
@@ -666,7 +666,7 @@ localpv-provisioner:
666666
# image:
667667
# registry: quay.io/
668668
# repository: openebs/provisioner-localpv
669-
# tag: 3.2.0
669+
# tag: 3.3.0
670670
# pullPolicy: IfNotPresent
671671
# healthCheck:
672672
# initialDelaySeconds: 30
@@ -680,7 +680,7 @@ localpv-provisioner:
680680
# registry: quay.io/
681681
# repository: openebs/linux-utils
682682
# pullPolicy: IfNotPresent
683-
# tag: 3.2.0
683+
# tag: 3.3.0
684684

685685
# zfs local pv configuration goes here
686686
# ref - https://openebs.github.io/zfs-localpv
@@ -722,7 +722,7 @@ lvm-localpv:
722722
# registry: quay.io/
723723
# repository: openebs/lvm-driver
724724
# pullPolicy: IfNotPresent
725-
# tag: 0.9.0
725+
# tag: 1.0.0
726726

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

0 commit comments

Comments
 (0)