Skip to content

Commit 6c5cf9c

Browse files
committed
chore: bump version
1 parent 933f94e commit 6c5cf9c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chisel-operator"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "Chisel tunnel operator for Kubernetes"
66
authors = [

charts/chisel-operator/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ 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.5.1"
25-
24+
appVersion: "v0.6.0"

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.5.1
22+
image: ghcr.io/fyralabs/chisel-operator:v0.6.0
2323
env:
2424
- name: RUST_LOG
2525
value: "debug"

0 commit comments

Comments
 (0)