初始化功能函数库
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{/*
|
||||
使用滚动 TAG 时的警告信息。
|
||||
调用:
|
||||
{{ include "common.warnings.rollingTag" .Values.path.to.the.imageRoot }}
|
||||
*/}}
|
||||
{{- define "common.warnings.rollingTag" -}}
|
||||
|
||||
{{- if and (contains "colovu.com/" .repository) (not (.tag | toString | regexFind "-r\\d+$|sha256:")) }}
|
||||
WARNING: Rolling tag detected ({{ .repository }}:{{ .tag }}), please note that it is strongly recommended to avoid using rolling tags in a production environment.
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user