You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is also set to Always.
64
64
pullPolicy: IfNotPresent
65
65
# -- Overrides the image tag whose default is the chart appVersion.
66
-
tag: "1.2.0"
66
+
tag: "pullrequest-445"
67
67
68
68
# -- Name of the Kubernetes cluster monitored. Mandatory. Can be configured also with `global.cluster`
0 commit comments