镜像自地址
https://github.com/devcm-repo/helm-charts.git
已同步 2026-06-06 04:21:06 +00:00
feat(deployment): update image tag handling and bump version to 0.0.8
这个提交包含在:
@@ -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.7
|
version: 0.0.8
|
||||||
appVersion: 1.82.0
|
appVersion: v1.86.2
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ spec:
|
|||||||
{{ - end }}
|
{{ - end }}
|
||||||
containers:
|
containers:
|
||||||
- name: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
- name: "{{ .Release.Name }}-{{ .Chart.Name }}"
|
||||||
image: "{{ .Values.image.name }}:v{{ .Chart.AppVersion }}"
|
image: "{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
ports:
|
ports:
|
||||||
{{- if gt (int .Values.derp.http_port) -1 }}
|
{{- if gt (int .Values.derp.http_port) -1 }}
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户