From 198e94c902cc7a9523b19b9186ad9684b32e3ff1 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Mon, 3 Feb 2025 12:01:10 +0100 Subject: [PATCH] fix: Use the 1.3 RHDH tag by default 'latest' might point to a newer RHDH image, which may not be compatible with the current Chart. We can use latest in the main branch, but release branches should be using a specific tag --- charts/backstage/Chart.yaml | 2 +- charts/backstage/README.md | 2 +- charts/backstage/values.schema.json | 2 +- charts/backstage/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/backstage/Chart.yaml b/charts/backstage/Chart.yaml index 5cb5c29b..458d05a4 100644 --- a/charts/backstage/Chart.yaml +++ b/charts/backstage/Chart.yaml @@ -45,4 +45,4 @@ sources: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.19.0 +version: 2.19.1 diff --git a/charts/backstage/README.md b/charts/backstage/README.md index f1d86673..77569283 100644 --- a/charts/backstage/README.md +++ b/charts/backstage/README.md @@ -2,7 +2,7 @@ # RHDH Backstage Helm Chart for OpenShift (Community Version) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/rhdh-chart&style=flat-square)](https://artifacthub.io/packages/search?repo=rhdh-chart) -![Version: 2.19.0](https://img.shields.io/badge/Version-2.19.0-informational?style=flat-square) +![Version: 2.19.1](https://img.shields.io/badge/Version-2.19.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for deploying Red Hat Developer Hub. diff --git a/charts/backstage/values.schema.json b/charts/backstage/values.schema.json index b0732910..68d97778 100644 --- a/charts/backstage/values.schema.json +++ b/charts/backstage/values.schema.json @@ -4170,7 +4170,7 @@ "type": "string" }, "tag": { - "default": "latest", + "default": "1.3", "description": "Immutable tags are recommended.", "title": "Backstage image tag", "type": "string" diff --git a/charts/backstage/values.yaml b/charts/backstage/values.yaml index b05d8ef7..ff50ebf2 100644 --- a/charts/backstage/values.yaml +++ b/charts/backstage/values.yaml @@ -37,7 +37,7 @@ upstream: image: registry: quay.io repository: rhdh/rhdh-hub-rhel9 - tag: latest + tag: "1.3" command: [] # FIXME (tumido): USE POSTGRES_PASSWORD and POSTGRES_USER instead of POSTGRES_ADMIN_PASSWORD # This is a hack. In {fedora,rhel}/postgresql images, regular user is forbidden