diff --git a/deploy/helm/onechart-helm-values.yaml b/deploy/helm/onechart-helm-values.yaml index 569963d..8110986 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.1.0-rc.10 + tag: v0.1.0 containerPort: 9000 probe: enabled: true diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 7802f19..280850b 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.1.0-rc.10 + - image: ghcr.io/gimlet-io/capacitor:v0.1.0 imagePullPolicy: IfNotPresent name: capacitor ports: