File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ annotations:
44 charts.openshift.io/archs : x86_64
55 charts.openshift.io/supportURL : https://access.redhat.com/support
66apiVersion : v2
7- name : rhdh -must-gather
7+ name : redhat-developer-hub -must-gather
88description : |
9- A Helm chart for deploying the RHDH Must-Gather diagnostic tool on Kubernetes
9+ A Helm chart for running the RHDH Must-Gather diagnostic tool on Kubernetes
1010
1111type : application
1212
1313# Application version - matches the must-gather tool version
14- appVersion : " 0.2.0 "
14+ appVersion : " latest "
1515
1616keywords :
1717 - rhdh
@@ -35,4 +35,4 @@ maintainers:
3535# Versions are expected to follow Semantic Versioning (https://semver.org/)
3636# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
3737# it will follow the RHDH versioning 1.y.z
38- version : 0.3 .0
38+ version : 0.4 .0
Original file line number Diff line number Diff line change 11
22# Must Gather Chart for Red Hat Developer Hub (RHDH)
33
4- ![ Version: 0.3 .0] ( https://img.shields.io/badge/Version-0.3 .0-informational?style=flat-square )
4+ ![ Version: 0.4 .0] ( https://img.shields.io/badge/Version-0.4 .0-informational?style=flat-square )
55![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
66
7- A Helm chart for deploying the RHDH Must-Gather diagnostic tool on Kubernetes
7+ A Helm chart for running the RHDH Must-Gather diagnostic tool on Kubernetes
88
99** Homepage:** < https://github.com/redhat-developer/rhdh-must-gather >
1010
@@ -25,9 +25,9 @@ Kubernetes: `>= 1.27.0-0`
2525## TL;DR
2626
2727``` console
28- helm upgrade --install my-rhdh-must-gather rhdh -must-gather \
28+ helm upgrade --install my-rhdh-must-gather redhat-developer-hub -must-gather \
2929 --repo https://redhat-developer.github.io/rhdh-chart \
30- --version 0.3 .0
30+ --version 0.4 .0
3131```
3232
3333Running the command again will automatically replace the previous pod and start a new gather.
Original file line number Diff line number Diff line change 1818## TL;DR
1919
2020` ` ` console
21- helm upgrade --install my-rhdh-must-gather rhdh -must-gather \
21+ helm upgrade --install my-rhdh-must-gather redhat-developer-hub -must-gather \
2222 --repo https://redhat-developer.github.io/rhdh-chart \
2323 --version {{ template "chart.version" . }}
2424` ` `
You can’t perform that action at this time.
0 commit comments