From a5f561f0995fc6721c03727ce64216cdd3cbe3bf Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Mon, 12 Aug 2024 14:19:38 +0200 Subject: [PATCH] beta.1 --- deploy/gimlet.yaml | 2 +- fixtures/gimlet-helm-values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/gimlet.yaml b/deploy/gimlet.yaml index 7360c2dd0..0e4347744 100644 --- a/deploy/gimlet.yaml +++ b/deploy/gimlet.yaml @@ -82,7 +82,7 @@ spec: - envFrom: - configMapRef: name: gimlet - image: ghcr.io/gimlet-io/gimlet:v1.0.0-alpha.84 + image: ghcr.io/gimlet-io/gimlet:v1.0.0-beta.1 imagePullPolicy: IfNotPresent name: gimlet ports: diff --git a/fixtures/gimlet-helm-values.yaml b/fixtures/gimlet-helm-values.yaml index 207a4cd90..d83f6d997 100644 --- a/fixtures/gimlet-helm-values.yaml +++ b/fixtures/gimlet-helm-values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/gimlet-io/gimlet - tag: v1.0.0-alpha.84 + tag: v1.0.0-beta.1 containerPort: 9000 probe: enabled: true