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 9a51db6 commit 03dc849Copy full SHA for 03dc849
charts/chisel-operator/Chart.yaml
@@ -21,5 +21,5 @@ 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: "v0.4.1"
+appVersion: "v0.5.0"
25
deploy/deployment.yaml
@@ -19,7 +19,7 @@ spec:
19
automountServiceAccountToken: true
20
containers:
- name: chisel-operator
- image: ghcr.io/fyralabs/chisel-operator:v0.4.1
+ image: ghcr.io/fyralabs/chisel-operator:v0.5.0
env:
- name: RUST_LOG
value: "debug"
0 commit comments