diff --git a/deploy/helm/onechart-helm-values.yaml b/deploy/helm/onechart-helm-values.yaml index aaf72e8..8f1173c 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.2.0 + tag: v0.3.0 containerPort: 9000 probe: enabled: true diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 95bb398..5641827 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.2.0 + - image: ghcr.io/gimlet-io/capacitor:v0.3.0 imagePullPolicy: IfNotPresent name: capacitor ports: