diff --git a/deploy/helm/onechart-helm-values.yaml b/deploy/helm/onechart-helm-values.yaml index f9c2e11..0b37526 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.4.2 + tag: v0.4.3 containerPort: 9000 probe: enabled: true diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index b1bd220..e003750 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.4.2 + - image: ghcr.io/gimlet-io/capacitor:v0.4.3 imagePullPolicy: IfNotPresent name: capacitor ports: