From 61593bf574de67fbef7c58bbb0c2ed16a12d8b4e Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sat, 27 Jul 2024 15:58:55 +0700 Subject: [PATCH] deploy: 0.3.3 tag --- charts/chisel-operator/values.yaml | 2 +- deploy/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"