Skip to content

Commit

Permalink
Update the Helm Readme (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
maruina authored Mar 19, 2021
1 parent 261316d commit f526010
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/argocd-progressive-rollout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0-prealpha
version: 0.1.1-prealpha

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions charts/argocd-progressive-rollout/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argocd-progressive-rollout

![Version: 0.1.0-prealpha](https://img.shields.io/badge/Version-0.1.0--prealpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main](https://img.shields.io/badge/AppVersion-main-informational?style=flat-square)
![Version: 0.1.1-prealpha](https://img.shields.io/badge/Version-0.1.1--prealpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: main](https://img.shields.io/badge/AppVersion-main-informational?style=flat-square)

A Helm chart to install the ArgoCD Progressive Rollout controller.

Expand All @@ -11,8 +11,8 @@ A Helm chart to install the ArgoCD Progressive Rollout controller.
To install the chart with the release name `my-release`:

```console
helm repo add argocd-progressive-rollout https://github.com/Skyscanner/argocd-progressive-rollout/charts/argocd-progressive-rollout
helm install my-release argocd-progressive-rollout/argocd-progressive-rollout
helm repo add argocd-progressive-rollout https://skyscanner.github.io/argocd-progressive-rollout/
helm upgrade -i my-release argocd-progressive-rollout/argocd-progressive-rollout --namespace argocd
```

### Helm v2 Compatibility
Expand Down
4 changes: 2 additions & 2 deletions charts/argocd-progressive-rollout/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
To install the chart with the release name `my-release`:

```console
helm repo add {{ template "chart.name" . }} {{ template "chart.homepage" . }}/charts/{{ template "chart.name" . }}
helm install my-release {{ template "chart.name" . }}/{{ template "chart.name" . }}
helm repo add {{ template "chart.name" . }} https://skyscanner.github.io/argocd-progressive-rollout/
helm upgrade -i my-release {{ template "chart.name" . }}/{{ template "chart.name" . }} --namespace argocd
```

### Helm v2 Compatibility
Expand Down

0 comments on commit f526010

Please sign in to comment.