Skip to content

Commit 03dc849

Browse files
committed
bump deployment to 0.5.0
1 parent 9a51db6 commit 03dc849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/chisel-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.4.1"
24+
appVersion: "v0.5.0"
2525

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
automountServiceAccountToken: true
2020
containers:
2121
- name: chisel-operator
22-
image: ghcr.io/fyralabs/chisel-operator:v0.4.1
22+
image: ghcr.io/fyralabs/chisel-operator:v0.5.0
2323
env:
2424
- name: RUST_LOG
2525
value: "debug"

0 commit comments

Comments
 (0)