We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cee66 commit 00c209aCopy full SHA for 00c209a
charts/chisel-operator/Chart.yaml
@@ -21,4 +21,4 @@ version: 0.1.0
21
# incremented each time you make changes to the application. Versions are not expected to
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
# It is recommended to use it with quotes.
24
-appVersion: "0.3.0"
+appVersion: "0.4.0"
charts/chisel-operator/values.yaml
@@ -11,7 +11,7 @@ image:
11
repository: ghcr.io/fyralabs/chisel-operator
12
pullPolicy: IfNotPresent
13
# Overrides the image tag whose default is the chart appVersion.
14
- tag: v0.3.0
+ tag: v0.4.0
15
16
imagePullSecrets: []
17
nameOverride: ""
0 commit comments