Skip to content

Commit

Permalink
bump deployment to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jan 10, 2025
1 parent 9a51db6 commit 03dc849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/chisel-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.1"
appVersion: "v0.5.0"

2 changes: 1 addition & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
automountServiceAccountToken: true
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"
Expand Down

0 comments on commit 03dc849

Please sign in to comment.