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

Commit 4942c1f

Browse files
authored
fix(chart): fix mayastor image tag (#320)
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
1 parent e577693 commit 4942c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4.0
2+
version: 3.4.1
33
name: openebs
44
appVersion: 3.4.0
55
description: Containerized Attached Storage for Kubernetes

charts/openebs/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ mayastor:
407407
# -- Image registry's namespace
408408
repo: openebs
409409
# -- Release tag for Mayastor images
410-
tag: release-2.0
410+
tag: v2.0.0
411411
# -- ImagePullPolicy for Mayastor images
412412
pullPolicy: Always
413413

0 commit comments

Comments
 (0)