From 7f2b8ae99ba38a0cfc5916230ee201e1f42debc0 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Wed, 2 Oct 2024 10:12:22 +0200 Subject: [PATCH] v0.4.5 --- deploy/helm/onechart-helm-values.yaml | 2 +- deploy/k8s/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/onechart-helm-values.yaml b/deploy/helm/onechart-helm-values.yaml index c479306..58838d6 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.4 + tag: v0.4.5 containerPort: 9000 probe: enabled: true diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 96ccbe8..02e4dc7 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.4 + - image: ghcr.io/gimlet-io/capacitor:v0.4.5 imagePullPolicy: IfNotPresent name: capacitor ports: