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" airshipit.org/target: "true"
namespace: capbm 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 - name: SECRET_NAME
value: capbm-webhook-server-secret value: capbm-webhook-server-secret
image: "quay.io/metal3-io/cluster-api-provider-baremetal:v1alpha2" image: "quay.io/metal3-io/cluster-api-provider-baremetal:v1alpha2"
imagePullPolicy: $(IMAGE_PULL_POLICY) imagePullPolicy: Always
name: manager name: manager
ports: ports:
- containerPort: 9876 - containerPort: 9876

View File

@ -11,8 +11,3 @@ commonLabels:
airshipit.org/target: "true" airshipit.org/target: "true"
namespace: capi 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: - command:
- /manager - /manager
image: "gcr.io/k8s-staging-cluster-api/cluster-api-controller:release-0.2" image: "gcr.io/k8s-staging-cluster-api/cluster-api-controller:release-0.2"
imagePullPolicy: $(IMAGE_PULL_POLICY) imagePullPolicy: Always
name: manager name: manager
resources: resources:
limits: limits:

View File

@ -11,8 +11,3 @@ commonLabels:
airshipit.org/target: "true" airshipit.org/target: "true"
namespace: capbk 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 - --logtostderr=true
- --v=10 - --v=10
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0 image: gcr.io/kubebuilder/kube-rbac-proxy:v0.4.0
imagePullPolicy: $(IMAGE_PULL_POLICY) imagePullPolicy: Always
name: kube-rbac-proxy name: kube-rbac-proxy
ports: ports:
- containerPort: 8443 - containerPort: 8443
@ -50,7 +50,7 @@ spec:
- --v=4 - --v=4
- --enable-leader-election - --enable-leader-election
image: gcr.io/k8s-staging-capi-kubeadm/cluster-api-kubeadm-controller:latest image: gcr.io/k8s-staging-capi-kubeadm/cluster-api-kubeadm-controller:latest
imagePullPolicy: $(IMAGE_PULL_POLICY) imagePullPolicy: Always
name: manager name: manager
terminationGracePeriodSeconds: 10 terminationGracePeriodSeconds: 10
tolerations: tolerations: