镜像自地址
https://github.com/devcm-repo/helm-charts.git
已同步 2026-06-06 05:31:06 +00:00
比较提交
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.9
|
||||
appVersion: v1.86.2
|
||||
|
||||
@@ -22,12 +22,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
|
||||
|
||||
在新议题中引用
屏蔽一个用户