From 1ffa5c8095d4d3c16f20e109c18d002d275307ed Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Sun, 10 Nov 2024 21:09:35 +0100 Subject: [PATCH] chore: Set version 0.4.1 --- .github/workflows/release.yml | 2 +- package/config/helm/values.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03ff60e..b5010d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: registry-server: ghcr.io registry-username: ${{ github.actor }} image: ${{ github.repository }} - version: 0.4.0 + version: 0.4.1 secrets: pull-request-token: ${{ secrets.GH_ORG_PAT }} diff --git a/package/config/helm/values.yml b/package/config/helm/values.yml index efb2aca..7829f85 100644 --- a/package/config/helm/values.yml +++ b/package/config/helm/values.yml @@ -7,7 +7,7 @@ backstage: image: registry: ghcr.io repository: kadras-io/kadras-developer-portal - tag: sha-ed1c1694862bdebfe7102910f0a5eb9007f8aa30 + tag: sha-98b75f24663c3ed9049cdbd35093d87fcc7bf1b6 args: - '--config' - '/app/app-config.yaml'