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
|
# 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
|
||||||
|
|
|
@ -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" -}}
|
||||||
|
|
|
@ -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" }}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue