Skip to content

Commit

Permalink
bump release to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 27, 2024
1 parent 19ca05b commit 8beccda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chisel-operator"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "Chisel tunnel operator for Kubernetes"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion charts/chisel-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
repository: ghcr.io/fyralabs/chisel-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.3.3
tag: v0.3.4

imagePullSecrets: []
nameOverride: ""
Expand Down
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.3.3
image: ghcr.io/fyralabs/chisel-operator:v0.3.4
env:
- name: RUST_LOG
value: "debug"
Expand Down

0 comments on commit 8beccda

Please sign in to comment.