We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391b8ac commit 7b2f07fCopy full SHA for 7b2f07f
NOTES.md
@@ -2,4 +2,5 @@
2
3
1. https://github.com/wave-k8s/wave/releases/new
4
2. Update charts/wave/Chart.yaml
5
-3. Push that to main
+3. Update charts/wave/values.yaml -> image.tag
6
+4. Push that to main
charts/wave/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
name: wave
description: wave chart that runs on kubernetes
-version: 4.2.0
+version: 4.3.0
appVersion: v0.9.0
keywords:
7
- wave
charts/wave/values.yaml
@@ -11,7 +11,7 @@ global:
11
annotations: {}
12
image:
13
name: quay.io/wave-k8s/wave
14
- tag: v0.8.0
+ tag: v0.9.0
15
pullPolicy: IfNotPresent
16
17
# Node selector for the wave pods
0 commit comments