From 21ca26b19fd9059ca6b4e4e557922764c49ba617 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:51:33 +0100 Subject: [PATCH] chore(deps): update ghcr.io/samply/blaze docker tag to v0.24.1 (#294) * chore(deps): update ghcr.io/samply/blaze docker tag to v0.24.1 * bumped to 0.24.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chgl --- charts/blaze/Chart.yaml | 6 ++---- charts/blaze/values.yaml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/blaze/Chart.yaml b/charts/blaze/Chart.yaml index d9b5b6da..13d686eb 100644 --- a/charts/blaze/Chart.yaml +++ b/charts/blaze/Chart.yaml @@ -12,7 +12,7 @@ maintainers: - name: miracum deprecated: false kubeVersion: ">= 1.19.0" -version: 0.3.9 +version: 0.3.10 appVersion: "0.x" annotations: artifacthub.io/license: Apache-2.0 @@ -25,6 +25,4 @@ annotations: # added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: update ghcr.io/samply/blaze docker tag to v0.24.0 - - kind: changed - description: update docker.io/curlimages/curl docker tag to v8.6.0 + description: update ghcr.io/samply/blaze docker tag to v0.24.1 diff --git a/charts/blaze/values.yaml b/charts/blaze/values.yaml index d1505de8..f97f7598 100644 --- a/charts/blaze/values.yaml +++ b/charts/blaze/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: registry: ghcr.io repository: samply/blaze - tag: 0.24.0@sha256:79b2873afd6ad7a01f442af752d86bfacd730692392906ce90a19b2b550e881a + tag: 0.24.1@sha256:8bdb5778a2c291f40b86497304f8f1a38d38f995ccc053ffe47786389efc4509 pullPolicy: IfNotPresent # -- set the server base URL. Evaluated as a template. Equivalent to setting the `BASE_URL` environment variable.