Skip to content

Commit 12e46b8

Browse files
authored
chore: Fix the support URLs pointing to disabled GH issues (#114)
1 parent 5e5527b commit 12e46b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ annotations:
33
artifacthub.io/license: Apache-2.0
44
artifacthub.io/links: |
55
- name: support
6-
url: https://github.com/redhat-developer/rhdh-chart/issues
6+
url: https://issues.redhat.com/browse/RHIDP
77
- name: Chart Source
88
url: https://github.com/redhat-developer/rhdh-chart
99
- name: Default Image Source
1010
url: https://github.com/janus-idp/backstage-showcase
1111
charts.openshift.io/name: Backstage
1212
charts.openshift.io/provider: Red Hat Developer Hub Team
13-
charts.openshift.io/supportURL: https://github.com/redhat-developer/rhdh-chart/issues
13+
charts.openshift.io/supportURL: https://issues.redhat.com/browse/RHIDP
1414
apiVersion: v2
1515
description: |
1616
A Helm chart for deploying Red Hat Developer Hub.
@@ -44,4 +44,4 @@ sources:
4444
# This is the chart version. This version number should be incremented each time you make changes
4545
# to the chart and its templates, including the app version.
4646
# Versions are expected to follow Semantic Versioning (https://semver.org/)
47-
version: 3.2.0
47+
version: 3.2.1

charts/backstage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RHDH Backstage Helm Chart for OpenShift (Community Version)
33

44
[![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)
5-
![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square)
5+
![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77

88
A Helm chart for deploying Red Hat Developer Hub.

0 commit comments

Comments
 (0)