Skip to content

Commit 6ccc700

Browse files
authored
chore(must-gather): rename the must-gather chart to be consistent with the other chart names (#360)
1 parent 898e31b commit 6ccc700

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

charts/must-gather/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ annotations:
44
charts.openshift.io/archs: x86_64
55
charts.openshift.io/supportURL: https://access.redhat.com/support
66
apiVersion: v2
7-
name: rhdh-must-gather
7+
name: redhat-developer-hub-must-gather
88
description: |
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
1111
type: application
1212

1313
# Application version - matches the must-gather tool version
14-
appVersion: "0.2.0"
14+
appVersion: "latest"
1515

1616
keywords:
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

charts/must-gather/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

3333
Running the command again will automatically replace the previous pod and start a new gather.

charts/must-gather/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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
```

0 commit comments

Comments
 (0)