From c3ef383f03f259234d4f1021e65981497f0279ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Fr=C4=85tczak?= Date: Mon, 6 Nov 2023 00:29:48 +0100 Subject: [PATCH] correct helm custom URL in the readme --- chart/README.md | 4 ++-- chart/README.md.gotmpl | 2 +- chart/README_CONFIG.md.gotmpl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/README.md b/chart/README.md index d0ed109..8c3bb8f 100644 --- a/chart/README.md +++ b/chart/README.md @@ -29,8 +29,8 @@ Include this chart as a dependency in your `Chart.yaml` e.g. # Chart.yaml dependencies: - name: common - version: 4.5.1 - repository: https://teapot.octopusx.de/octocloudlab + version: 4.5.2 + repository: https://teapot.octopusx.de/api/packages/octocloudlab/helm ``` ## Configuration diff --git a/chart/README.md.gotmpl b/chart/README.md.gotmpl index 5917f3f..fe0962d 100644 --- a/chart/README.md.gotmpl +++ b/chart/README.md.gotmpl @@ -7,7 +7,7 @@ https://teapot.octopusx.de/octocloudlab/library-chart {{- end -}} {{- define "custom.helm.url" -}} -https://teapot.octopusx.de/octocloudlab +https://teapot.octopusx.de/api/packages/octocloudlab/helm {{- end -}} {{- define "custom.helm.path" -}} diff --git a/chart/README_CONFIG.md.gotmpl b/chart/README_CONFIG.md.gotmpl index bee0509..5b994d4 100644 --- a/chart/README_CONFIG.md.gotmpl +++ b/chart/README_CONFIG.md.gotmpl @@ -21,7 +21,7 @@ Include this chart as a dependency in your `Chart.yaml` e.g. # Chart.yaml dependencies: - name: common - version: 4.5.1 + version: 4.5.2 repository: {{ template "custom.helm.url" }} ```