diff --git a/charts/chisel-operator/values.yaml b/charts/chisel-operator/values.yaml index ed70e35..beb836f 100644 --- a/charts/chisel-operator/values.yaml +++ b/charts/chisel-operator/values.yaml @@ -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: "" diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index 18a2588..9aea24e 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -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"