fix typo
This commit is contained in:
parent
815624acf4
commit
6d759fceed
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -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"
|
||||
}
|
||||
}
|
@ -10,4 +10,4 @@ resources:
|
||||
images:
|
||||
- name: siyuan-note
|
||||
newName: b3log/siyuan
|
||||
newTag: v2.10.2
|
||||
newTag: v3.0.5
|
||||
|
@ -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 }}
|
@ -23,5 +23,5 @@ secretGenerator:
|
||||
images:
|
||||
- name: vaultwarden
|
||||
newName: vaultwarden/server
|
||||
newTag: 1.28.1-alpine
|
||||
|
||||
newTag: 1.30.5-alpine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user