Skip to content

Commit 85110b6

Browse files
committed
feat: update default chart tag for Keycloak to version 25.2.3
1 parent 69e3c7f commit 85110b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm-chart-replacement.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
required: true
2626
chart_tag:
2727
description: "Chart tag to process (e.g. nginx/15.2.1)"
28-
default: "common/2.30.0"
28+
default: "keycloak/25.2.3"
2929
required: true
3030
keycloak_image_ref:
3131
description: "The commit hash of the keycloak image to be build"
@@ -44,7 +44,7 @@ env:
4444
BITNAMI_REPO: ${{ github.event.inputs.bitnami_repo || 'https://github.com/bitnami/charts.git' }}
4545
GHCR_NAMESPACE: ${{ github.event.inputs.ghcr_namespace || 'ghcr.io/platform-mesh/images' }}
4646
WORKDIR: ${{ github.event.inputs.workdir || './charts-workdir' }}
47-
CHART_TAG: ${{ github.event.inputs.chart_tag || 'keycloak/24.8.1' }}
47+
CHART_TAG: ${{ github.event.inputs.chart_tag || 'keycloak/25.2.3' }}
4848
IMAGE_NAMESPACE: ${{ github.event.inputs.ghcr_namespace || 'ghcr.io/platform-mesh/images' }}
4949
CHART_NAMESPACE: ${{ github.event.inputs.ghcr_namespace || 'ghcr.io/platform-mesh/images' }}/charts
5050
DEP_TEMPLATE: oci://${{ github.event.inputs.ghcr_namespace || 'ghcr.io/platform-mesh/images' }}/charts/__CHART__

0 commit comments

Comments
 (0)