Consider imagePullPolicy for init containers #317
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/317/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The default behaviour for container image pulls depend on different values
such as image tag usage and its value.
See https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
It leads to an unintended behaviour for this Helm Chart. Kubernetes
will always pull the image for init containers when using the
latest
Gitea image tag, even if
Values.image.pullPolicy
defines a differentvalue for the runtime container.