From 03a242b50523ca59196af8c48f7b1ca5e3e6e5e7 Mon Sep 17 00:00:00 2001 From: zhuanlan Date: Wed, 17 May 2023 20:23:45 +0800 Subject: [PATCH] Remove imagePullPolicy alltogether and use k8s defaults Signed-off-by: zhuanlan --- bindata/manifests/daemon/daemonset.yaml | 1 - deploy/operator.yaml | 1 - deployment/sriov-network-operator/templates/operator.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/bindata/manifests/daemon/daemonset.yaml b/bindata/manifests/daemon/daemonset.yaml index 2a5d5bdaf..173bac4c2 100644 --- a/bindata/manifests/daemon/daemonset.yaml +++ b/bindata/manifests/daemon/daemonset.yaml @@ -42,7 +42,6 @@ spec: image: {{.Image}} command: - sriov-network-config-daemon - imagePullPolicy: IfNotPresent securityContext: privileged: true args: diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 220b758b1..c076d4c1a 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -41,7 +41,6 @@ spec: image: $SRIOV_NETWORK_OPERATOR_IMAGE command: - sriov-network-operator - imagePullPolicy: IfNotPresent resources: requests: cpu: 100m diff --git a/deployment/sriov-network-operator/templates/operator.yaml b/deployment/sriov-network-operator/templates/operator.yaml index 293a233eb..eb75be182 100644 --- a/deployment/sriov-network-operator/templates/operator.yaml +++ b/deployment/sriov-network-operator/templates/operator.yaml @@ -43,7 +43,6 @@ spec: image: {{ .Values.images.operator }} command: - sriov-network-operator - imagePullPolicy: IfNotPresent resources: requests: cpu: 100m