From c2a738e6537cbba7fcb79ca0d3acd8bd41593ae0 Mon Sep 17 00:00:00 2001 From: karlderkaefer Date: Fri, 18 Nov 2022 12:49:03 +0100 Subject: [PATCH] docs(helm): add helm install instructions --- charts/argocd-ecr-updater/Chart.yaml | 2 +- charts/argocd-ecr-updater/README.md | 17 +++++++++++++++-- charts/argocd-ecr-updater/README.md.gotmpl | 15 ++++++++++++++- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/charts/argocd-ecr-updater/Chart.yaml b/charts/argocd-ecr-updater/Chart.yaml index 34003da..a321e72 100644 --- a/charts/argocd-ecr-updater/Chart.yaml +++ b/charts/argocd-ecr-updater/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-ecr-updater description: A Helm chart to update the ECR token for ECR based helm repositories type: application -version: 0.3.3 +version: 0.3.4 appVersion: "1.1.6" sources: - https://github.com/karlderkaefer/argocd-ecr-update diff --git a/charts/argocd-ecr-updater/README.md b/charts/argocd-ecr-updater/README.md index 0fc18f8..bd37997 100644 --- a/charts/argocd-ecr-updater/README.md +++ b/charts/argocd-ecr-updater/README.md @@ -2,7 +2,7 @@ A Helm chart to update the ECR token for ECR based helm repositories -![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square) +![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-informational?style=flat-square) ## Maintainers @@ -14,7 +14,20 @@ A Helm chart to update the ECR token for ECR based helm repositories * -## ## Values +## Get Helm Repository Info + +``` +helm repo add argocd-ecr-updater https://karlderkaefer.github.io/argocd-ecr-updater +helm search repo argocd-ecr-updater +``` + +## Install Helm Chart + +``` +helm upgrade --install argocd-ecr-updater -n argocd argocd-ecr-updater/argocd-ecr-updater +``` + +## Values | Key | Type | Default | Description | |-----|------|---------|-------------| diff --git a/charts/argocd-ecr-updater/README.md.gotmpl b/charts/argocd-ecr-updater/README.md.gotmpl index 338fcb6..3abe8f3 100644 --- a/charts/argocd-ecr-updater/README.md.gotmpl +++ b/charts/argocd-ecr-updater/README.md.gotmpl @@ -11,7 +11,20 @@ {{ template "chart.sourcesList" . }} -## {{ template "chart.valuesHeader" . }} +## Get Helm Repository Info + +``` +helm repo add argocd-ecr-updater https://karlderkaefer.github.io/argocd-ecr-updater +helm search repo argocd-ecr-updater +``` + +## Install Helm Chart + +``` +helm upgrade --install argocd-ecr-updater -n argocd argocd-ecr-updater/argocd-ecr-updater +``` + +{{ template "chart.valuesHeader" . }} {{ template "chart.valuesTable" . }}