1
0
镜像自地址 https://github.com/devcm-repo/helm-charts.git 已同步 2026-06-06 05:31:06 +00:00

比较提交

...

4 次代码提交

修改 4 个文件,包含 14 行新增6 行删除
+1 -1
查看文件
@@ -9,5 +9,5 @@ maintainers:
email: admin@dev.cm
url: https://github.com/devcm-repo
icon: https://rustdesk.com/favicon.ico
version: 0.0.6
version: 0.0.7
appVersion: latest
@@ -11,6 +11,10 @@ spec:
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
template:
metadata:
annotations:
{{- if .Values.rustdeskServer.podAnnotations }}
{{- toYaml .Values.rustdeskServer.podAnnotations | nindent 8 }}
{{- end }}
labels:
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
spec:
+2 -2
查看文件
@@ -9,5 +9,5 @@ maintainers:
email: admin@dev.cm
url: https://github.com/devcm-repo
icon: https://tailscale.com/files/apple-touch-icon.png
version: 0.0.7
appVersion: 1.82.0
version: 0.0.10
appVersion: v1.90.6
@@ -11,6 +11,10 @@ spec:
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
template:
metadata:
annotations:
{{- if .Values.podAnnotations }}
{{- toYaml .Values.podAnnotations | nindent 8 }}
{{- end }}
labels:
app: "{{ .Release.Name }}-{{ .Chart.Name }}"
spec:
@@ -22,12 +26,12 @@ spec:
affinity:
{{- toYaml .Values.affinity | nindent 8 }}
{{- end }}
{{ - if .Values.hostNetwork }}
{{- if .Values.hostNetwork }}
hostNetwork: true
{{ - end }}
{{- end }}
containers:
- name: "{{ .Release.Name }}-{{ .Chart.Name }}"
image: "{{ .Values.image.name }}:v{{ .Chart.AppVersion }}"
image: "{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
ports:
{{- if gt (int .Values.derp.http_port) -1 }}
- name: http