Merge "Remove IMAGE_PULL_POLICY variable"

This commit is contained in:
Zuul 2020-02-27 20:29:29 +00:00 committed by Gerrit Code Review
commit 3ca4d7d266
6 changed files with 4 additions and 19 deletions

View File

@ -11,8 +11,3 @@ commonLabels:
airshipit.org/target: "true"
namespace: capbm
#vars:
# $(IMAGE_PULL_POLICY)
# The image pull policy by default should be "IfNotPresent",
# it should be globally defined for all images

View File

@ -83,7 +83,7 @@ spec:
- name: SECRET_NAME
value: capbm-webhook-server-secret
image: "quay.io/metal3-io/cluster-api-provider-baremetal:v1alpha2"
imagePullPolicy: $(IMAGE_PULL_POLICY)
imagePullPolicy: Always
name: manager
ports:
- containerPort: 9876

View File

@ -11,8 +11,3 @@ commonLabels:
airshipit.org/target: "true"
namespace: capi
#vars:
# $(IMAGE_PULL_POLICY)
# The image pull policy by default should be "IfNotPresent",
# it should be globally defined for all images

View File

@ -36,7 +36,7 @@ spec:
- command:
- /manager
image: "gcr.io/k8s-staging-cluster-api/cluster-api-controller:release-0.2"
imagePullPolicy: $(IMAGE_PULL_POLICY)
imagePullPolicy: Always
name: manager
resources:
limits:

View File

@ -11,8 +11,3 @@ commonLabels:
airshipit.org/target: "true"
namespace: capbk
#vars:
# $(IMAGE_PULL_POLICY)
# The image pull policy by default should be "IfNotPresent",
# it should be globally defined for all images

View File

@ -40,7 +40,7 @@ spec:
- --logtostderr=true
- --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
imagePullPolicy: $(IMAGE_PULL_POLICY)
imagePullPolicy: Always
name: kube-rbac-proxy
ports:
- containerPort: 8443
@ -50,7 +50,7 @@ spec:
- --v=4
- --enable-leader-election
image: gcr.io/k8s-staging-capi-kubeadm/cluster-api-kubeadm-controller:latest
imagePullPolicy: $(IMAGE_PULL_POLICY)
imagePullPolicy: Always
name: manager
terminationGracePeriodSeconds: 10
tolerations: