Skip to content

Commit

Permalink
fix: Use the 1.3 RHDH tag by default
Browse files Browse the repository at this point in the history
'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
  • Loading branch information
rm3l committed Feb 3, 2025
1 parent 2d87244 commit cf99e71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/backstage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4170,7 +4170,7 @@
"type": "string"
},
"tag": {
"default": "latest",
"default": 1.3,
"description": "Immutable tags are recommended.",
"title": "Backstage image tag",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion charts/backstage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf99e71

Please sign in to comment.