Skip to content

Commit 79668e2

Browse files
committed
chore: bump version to 0.3.0
1 parent cc69092 commit 79668e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.0-alpha.2"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Chisel tunnel operator for Kubernetes"
66
authors = [

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

0 commit comments

Comments
 (0)