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"`
|
||||
|
|
||||
|
||||
| helm.nextcloud.chart
|
||||
| string
|
||||
| `"a4fb1cb316b1184c82637b59e0166030fd35728c"`
|
||||
| version of the helm chart (current on git)
|
||||
|
||||
| ingress.annotations
|
||||
| string
|
||||
| `nil`
|
||||
|
|
|
@ -6,5 +6,9 @@ metadata:
|
|||
spec:
|
||||
url: https://github.com/wrenix/nextcloud-helm.git
|
||||
ref:
|
||||
{{- with .Values.helm.nextcloud.chart }}
|
||||
commit: {{ . }}
|
||||
{{- else }}
|
||||
branch: main
|
||||
{{- end }}
|
||||
interval: 10m
|
||||
|
|
|
@ -51,6 +51,11 @@ commons:
|
|||
rules:
|
||||
labels: {}
|
||||
|
||||
helm:
|
||||
nextcloud:
|
||||
# -- version of the helm chart (current on git)
|
||||
chart: "a4fb1cb316b1184c82637b59e0166030fd35728c"
|
||||
|
||||
# -- generated by .Values.commons.masterPassword
|
||||
adminPassword:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue