Consider imagePullPolicy for init containers #317

Merged
zeripath merged 2 commits from justusbunsi/helm-chart:enhancement/image-pull-policy into master 2022-04-21 22:13:19 +00:00
Member

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 different
value for the runtime container.

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 different value for the runtime container.
justusbunsi added the
kind
enhancement
label 2022-04-21 09:12:40 +00:00
justusbunsi added 1 commit 2022-04-21 09:12:40 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
104a32981c
Consider imagePullPolicy for init containers
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, even if `Values.image.pullPolicy` defines a different value
for the runtime container.
techknowlogick approved these changes 2022-04-21 15:51:41 +00:00
justusbunsi added 1 commit 2022-04-21 19:06:14 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
9f835ac825
Merge branch 'master' into enhancement/image-pull-policy
Gusted approved these changes 2022-04-21 20:05:27 +00:00
takirala approved these changes 2022-04-21 21:13:57 +00:00
zeripath merged commit b06b3edf1d into master 2022-04-21 22:13:19 +00:00
justusbunsi deleted branch enhancement/image-pull-policy 2022-06-25 17:04:41 +00:00
Sign in to join this conversation.
No description provided.