Skip to content

Commit 144bf86

Browse files
authored
[release-1.7] Pin the default RHDH image to 1.7 [RHIDP-9361] (#255)
1 parent 081657d commit 144bf86

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ sources: []
4747
# Versions are expected to follow Semantic Versioning (https://semver.org/)
4848
# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
4949
# it will follow the RHDH versioning 1.y.z
50-
version: 4.4.6
50+
version: 4.4.7

charts/backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# RHDH Backstage Helm Chart for OpenShift
33

4-
![Version: 4.4.6](https://img.shields.io/badge/Version-4.4.6-informational?style=flat-square)
4+
![Version: 4.4.7](https://img.shields.io/badge/Version-4.4.7-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.

charts/backstage/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4583,7 +4583,7 @@
45834583
"type": "string"
45844584
},
45854585
"tag": {
4586-
"default": "latest",
4586+
"default": "1.7",
45874587
"description": "Immutable tags are recommended.",
45884588
"title": "Backstage image tag",
45894589
"type": "string"

charts/backstage/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ upstream:
3838
image:
3939
registry: quay.io
4040
repository: rhdh/rhdh-hub-rhel9
41-
tag: latest
41+
tag: "1.7"
4242
command: []
4343
# FIXME (tumido): USE POSTGRES_PASSWORD and POSTGRES_USER instead of POSTGRES_ADMIN_PASSWORD
4444
# This is a hack. In {fedora,rhel}/postgresql images, regular user is forbidden

0 commit comments

Comments
 (0)