Skip to content

Commit 8beccda

Browse files
committed
bump release to 0.3.4
1 parent 19ca05b commit 8beccda

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
description = "Chisel tunnel operator for Kubernetes"
66
authors = [

charts/chisel-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
repository: ghcr.io/fyralabs/chisel-operator
1212
pullPolicy: IfNotPresent
1313
# Overrides the image tag whose default is the chart appVersion.
14-
tag: v0.3.3
14+
tag: v0.3.4
1515

1616
imagePullSecrets: []
1717
nameOverride: ""

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

0 commit comments

Comments
 (0)