correct helm custom URL in the readme
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Details
This commit is contained in:
parent
9913bed629
commit
c3ef383f03
|
@ -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
|
||||
|
|
|
@ -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" -}}
|
||||
|
|
|
@ -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" }}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue