fix(mycloud-nextcloud): pinning chart version
This commit is contained in:
parent
a3e21a0cc7
commit
dc9cd83f52
3 changed files with 14 additions and 0 deletions
|
@ -231,6 +231,11 @@ image::https://img.shields.io/badge/Version-application-informational?style=flat
|
||||||
| `"nextcloud"`
|
| `"nextcloud"`
|
||||||
|
|
|
|
||||||
|
|
||||||
|
| helm.nextcloud.chart
|
||||||
|
| string
|
||||||
|
| `"a4fb1cb316b1184c82637b59e0166030fd35728c"`
|
||||||
|
| version of the helm chart (current on git)
|
||||||
|
|
||||||
| ingress.annotations
|
| ingress.annotations
|
||||||
| string
|
| string
|
||||||
| `nil`
|
| `nil`
|
||||||
|
|
|
@ -6,5 +6,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
url: https://github.com/wrenix/nextcloud-helm.git
|
url: https://github.com/wrenix/nextcloud-helm.git
|
||||||
ref:
|
ref:
|
||||||
|
{{- with .Values.helm.nextcloud.chart }}
|
||||||
|
commit: {{ . }}
|
||||||
|
{{- else }}
|
||||||
branch: main
|
branch: main
|
||||||
|
{{- end }}
|
||||||
interval: 10m
|
interval: 10m
|
||||||
|
|
|
@ -51,6 +51,11 @@ commons:
|
||||||
rules:
|
rules:
|
||||||
labels: {}
|
labels: {}
|
||||||
|
|
||||||
|
helm:
|
||||||
|
nextcloud:
|
||||||
|
# -- version of the helm chart (current on git)
|
||||||
|
chart: "a4fb1cb316b1184c82637b59e0166030fd35728c"
|
||||||
|
|
||||||
# -- generated by .Values.commons.masterPassword
|
# -- generated by .Values.commons.masterPassword
|
||||||
adminPassword:
|
adminPassword:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue