From 60edbe5da2018dc6c5f7fd2badac12c1b31dae8c Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sat, 30 Dec 2023 00:41:48 +0000 Subject: [PATCH] feat: update doc & add artifacthub metadata --- README.md | 6 +++--- artifacthub-repo.yml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 artifacthub-repo.yml diff --git a/README.md b/README.md index 1938b0e..2efad94 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ Helm's [documentation](https://helm.sh/docs) to get started. Once Helm has been set up correctly, add the repo as follows: - helm repo add adminafk https://helm-charts.adminafk.fr + `helm repo add https://helm-charts.adminafk.fr` If you had already added this repo earlier, run `helm repo update` to retrieve the latest versions of the packages. You can then run `helm search repo ` to see the charts. To install the chart: - helm install my- / + helm install / To uninstall the chart: - helm delete my- + helm delete diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..18ce109 --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,4 @@ +repositoryID: 83bfdc36-c35a-463a-9719-c58943c23c77 +owners: + - name: Ludovic Ortega + email: ludovic.ortega@adminafk.fr \ No newline at end of file