diff --git a/deploy/helm/onechart-helm-values.yaml b/deploy/helm/onechart-helm-values.yaml index c748b90..bf1ef1c 100644 --- a/deploy/helm/onechart-helm-values.yaml +++ b/deploy/helm/onechart-helm-values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/gimlet-io/capacitor - tag: v0.3.2 + tag: v0.3.3-rc.1 containerPort: 9000 probe: enabled: true diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 5863a70..cff6318 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -49,7 +49,7 @@ spec: app.kubernetes.io/instance: capacitor spec: containers: - - image: ghcr.io/gimlet-io/capacitor:v0.3.2 + - image: ghcr.io/gimlet-io/capacitor:v0.3.3-rc.1 imagePullPolicy: IfNotPresent name: capacitor ports: