diff --git a/charts/must-gather/Chart.yaml b/charts/must-gather/Chart.yaml index 627509f5..e834306b 100644 --- a/charts/must-gather/Chart.yaml +++ b/charts/must-gather/Chart.yaml @@ -4,14 +4,14 @@ annotations: charts.openshift.io/archs: x86_64 charts.openshift.io/supportURL: https://access.redhat.com/support apiVersion: v2 -name: rhdh-must-gather +name: redhat-developer-hub-must-gather description: | - A Helm chart for deploying the RHDH Must-Gather diagnostic tool on Kubernetes + A Helm chart for running the RHDH Must-Gather diagnostic tool on Kubernetes type: application # Application version - matches the must-gather tool version -appVersion: "0.2.0" +appVersion: "latest" keywords: - rhdh @@ -35,4 +35,4 @@ maintainers: # Versions are expected to follow Semantic Versioning (https://semver.org/) # Note that when this chart is published to https://github.com/openshift-helm-charts/charts # it will follow the RHDH versioning 1.y.z -version: 0.3.0 +version: 0.4.0 diff --git a/charts/must-gather/README.md b/charts/must-gather/README.md index ab646ea8..45e5a397 100644 --- a/charts/must-gather/README.md +++ b/charts/must-gather/README.md @@ -1,10 +1,10 @@ # Must Gather Chart for Red Hat Developer Hub (RHDH) -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) +![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -A Helm chart for deploying the RHDH Must-Gather diagnostic tool on Kubernetes +A Helm chart for running the RHDH Must-Gather diagnostic tool on Kubernetes **Homepage:** @@ -25,9 +25,9 @@ Kubernetes: `>= 1.27.0-0` ## TL;DR ```console -helm upgrade --install my-rhdh-must-gather rhdh-must-gather \ +helm upgrade --install my-rhdh-must-gather redhat-developer-hub-must-gather \ --repo https://redhat-developer.github.io/rhdh-chart \ - --version 0.3.0 + --version 0.4.0 ``` Running the command again will automatically replace the previous pod and start a new gather. diff --git a/charts/must-gather/README.md.gotmpl b/charts/must-gather/README.md.gotmpl index 571a7db7..64f0ceb4 100644 --- a/charts/must-gather/README.md.gotmpl +++ b/charts/must-gather/README.md.gotmpl @@ -18,7 +18,7 @@ ## TL;DR ```console -helm upgrade --install my-rhdh-must-gather rhdh-must-gather \ +helm upgrade --install my-rhdh-must-gather redhat-developer-hub-must-gather \ --repo https://redhat-developer.github.io/rhdh-chart \ --version {{ template "chart.version" . }} ```