Skip to content

Commit

Permalink
deploy: 0.3.3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Jul 27, 2024
1 parent b64b0c2 commit 61593bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0
tag: v0.3.3

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

0 comments on commit 61593bf

Please sign in to comment.