This commit is contained in:
Sense T 2025-01-13 20:40:27 +08:00
parent 815624acf4
commit 6d759fceed
4 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,10 @@
{
"yaml.schemas": {
"kubernetes": "*.yaml",
"https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.4-standalone-strict/all.json": "file:///home/coder/helm-starred/hass/influxdb/deployment.yaml"
"https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.4-standalone-strict/all.json": [
"file:///home/coder/helm-starred/hass/influxdb/deployment.yaml"
],
"https://json.schemastore.org/helmfile.json": "file:///home/coder/helm-starred/matrix/values.yaml",
"https://json.schemastore.org/chart.json": "file:///home/coder/helm-starred/matrix/dendrite/Chart.yaml"
}
}

View File

@ -10,4 +10,4 @@ resources:
images:
- name: siyuan-note
newName: b3log/siyuan
newTag: v2.10.2
newTag: v3.0.5

View File

@ -7,5 +7,5 @@ metadata:
app: {{ .Chart.Name }}
{{- include "transmission.labels" . | nindent 4 }}
data:
AUTH_TYPE: {{ .Values.webdav.AUTH_TYPE | default "Digest" | quote }}
USERNAME: {{ .Values.webdav.USERNAME | quote }}
AUTH_TYPE: {{ .Values.webdav.authType | default "Digest" | quote }}
USERNAME: {{ .Values.webdav.username | quote }}

View File

@ -23,5 +23,5 @@ secretGenerator:
images:
- name: vaultwarden
newName: vaultwarden/server
newTag: 1.28.1-alpine
newTag: 1.30.5-alpine