We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc69092 commit 79668e2Copy full SHA for 79668e2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "chisel-operator"
3
-version = "0.3.0-alpha.2"
+version = "0.3.0"
4
edition = "2021"
5
description = "Chisel tunnel operator for Kubernetes"
6
authors = [
deploy/deployment.yaml
@@ -19,7 +19,7 @@ spec:
19
automountServiceAccountToken: true
20
containers:
21
- name: chisel-operator
22
- image: ghcr.io/fyralabs/chisel-operator:v0.3.0-alpha.2
+ image: ghcr.io/fyralabs/chisel-operator:v0.3.0
23
env:
24
- name: RUST_LOG
25
value: "debug"
0 commit comments