correct helm custom URL in the readme
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s Details

This commit is contained in:
Tomasz Frątczak 2023-11-06 00:29:48 +01:00
parent 9913bed629
commit c3ef383f03
3 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@ Include this chart as a dependency in your `Chart.yaml` e.g.
# Chart.yaml # Chart.yaml
dependencies: dependencies:
- name: common - name: common
version: 4.5.1 version: 4.5.2
repository: https://teapot.octopusx.de/octocloudlab repository: https://teapot.octopusx.de/api/packages/octocloudlab/helm
``` ```
## Configuration ## Configuration

View File

@ -7,7 +7,7 @@ https://teapot.octopusx.de/octocloudlab/library-chart
{{- end -}} {{- end -}}
{{- define "custom.helm.url" -}} {{- define "custom.helm.url" -}}
https://teapot.octopusx.de/octocloudlab https://teapot.octopusx.de/api/packages/octocloudlab/helm
{{- end -}} {{- end -}}
{{- define "custom.helm.path" -}} {{- define "custom.helm.path" -}}

View File

@ -21,7 +21,7 @@ Include this chart as a dependency in your `Chart.yaml` e.g.
# Chart.yaml # Chart.yaml
dependencies: dependencies:
- name: common - name: common
version: 4.5.1 version: 4.5.2
repository: {{ template "custom.helm.url" }} repository: {{ template "custom.helm.url" }}
``` ```