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

feat(tailscale-derp): update chart version to 0.0.9 and adjust deployment configuration

这个提交包含在:
rohow
2025-08-01 18:19:29 +08:00
未验证
父节点 03302ece00
当前提交 b04fc22ed2
修改 2 个文件,包含 3 行新增3 行删除
+1 -1
查看文件
@@ -9,5 +9,5 @@ maintainers:
email: admin@dev.cm email: admin@dev.cm
url: https://github.com/devcm-repo url: https://github.com/devcm-repo
icon: https://tailscale.com/files/apple-touch-icon.png icon: https://tailscale.com/files/apple-touch-icon.png
version: 0.0.8 version: 0.0.9
appVersion: v1.86.2 appVersion: v1.86.2
@@ -22,9 +22,9 @@ spec:
affinity: affinity:
{{- toYaml .Values.affinity | nindent 8 }} {{- toYaml .Values.affinity | nindent 8 }}
{{- end }} {{- end }}
{{ - if .Values.hostNetwork }} {{- if .Values.hostNetwork }}
hostNetwork: true hostNetwork: true
{{ - end }} {{- end }}
containers: containers:
- name: "{{ .Release.Name }}-{{ .Chart.Name }}" - name: "{{ .Release.Name }}-{{ .Chart.Name }}"
image: "{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}" image: "{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}"