diff --git a/deployment/base/nri-resource-policy/daemonset.yaml b/deployment/base/nri-resource-policy/daemonset.yaml index 076f328ac..f4e6b3a02 100644 --- a/deployment/base/nri-resource-policy/daemonset.yaml +++ b/deployment/base/nri-resource-policy/daemonset.yaml @@ -39,7 +39,7 @@ spec: fieldRef: fieldPath: spec.nodeName image: IMAGE_PLACEHOLDER - imagePullPolicy: Always + imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/deployment/helm/balloons/Chart.yaml b/deployment/helm/balloons/Chart.yaml index 27875eb32..1927f0992 100644 --- a/deployment/helm/balloons/Chart.yaml +++ b/deployment/helm/balloons/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: unstable +appVersion: 0.2.0 description: | The balloons NRI resource policy plugin implements workload placement into “balloons” that are disjoint CPU pools. diff --git a/deployment/helm/balloons/values.yaml b/deployment/helm/balloons/values.yaml index 4f84f4529..bcfb60e64 100644 --- a/deployment/helm/balloons/values.yaml +++ b/deployment/helm/balloons/values.yaml @@ -6,7 +6,7 @@ image: name: ghcr.io/containers/nri-plugins/nri-resource-policy-balloons # tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent config: policy: @@ -27,4 +27,4 @@ initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager # If not defined Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent diff --git a/deployment/helm/memory-qos/Chart.yaml b/deployment/helm/memory-qos/Chart.yaml index 6fd4b13b6..6be17104c 100644 --- a/deployment/helm/memory-qos/Chart.yaml +++ b/deployment/helm/memory-qos/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: unstable +appVersion: 0.2.0 description: | The memory-qos NRI plugin adds two methods for controlling cgroups v2 memory.* parameters: QoS class and direct memory annotations. diff --git a/deployment/helm/memory-qos/values.yaml b/deployment/helm/memory-qos/values.yaml index ad15ad417..a000592ed 100644 --- a/deployment/helm/memory-qos/values.yaml +++ b/deployment/helm/memory-qos/values.yaml @@ -6,7 +6,7 @@ image: name: ghcr.io/containers/nri-plugins/nri-memory-qos # tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent resources: cpu: 10m @@ -19,4 +19,4 @@ initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager # If not defined Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent diff --git a/deployment/helm/memtierd/Chart.yaml b/deployment/helm/memtierd/Chart.yaml index 96830090f..576c43043 100644 --- a/deployment/helm/memtierd/Chart.yaml +++ b/deployment/helm/memtierd/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: unstable +appVersion: 0.2.0 description: | The memtierd NRI plugin enables managing workloads with Memtierd in Kubernetes. name: nri-memtierd diff --git a/deployment/helm/memtierd/values.yaml b/deployment/helm/memtierd/values.yaml index e394afb0a..67b998700 100644 --- a/deployment/helm/memtierd/values.yaml +++ b/deployment/helm/memtierd/values.yaml @@ -6,7 +6,7 @@ image: name: ghcr.io/containers/nri-plugins/nri-memtierd # tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent resources: cpu: 250m @@ -21,4 +21,4 @@ initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager # If not defined Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent diff --git a/deployment/helm/topology-aware/Chart.yaml b/deployment/helm/topology-aware/Chart.yaml index 8928462a4..5964e8d25 100644 --- a/deployment/helm/topology-aware/Chart.yaml +++ b/deployment/helm/topology-aware/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: unstable +appVersion: 0.2.0 description: | Topology-aware NRI resource policy plugin is a NRI plugin that will apply hardware-aware resource allocation policies to the containers diff --git a/deployment/helm/topology-aware/values.yaml b/deployment/helm/topology-aware/values.yaml index 004566d5a..a273debf7 100644 --- a/deployment/helm/topology-aware/values.yaml +++ b/deployment/helm/topology-aware/values.yaml @@ -6,7 +6,7 @@ image: name: ghcr.io/containers/nri-plugins/nri-resource-policy-topology-aware # tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent config: policy: @@ -26,4 +26,4 @@ initContainerImage: name: ghcr.io/containers/nri-plugins/nri-config-manager # If not defined Chart.AppVersion will be used #tag: unstable - pullPolicy: Always + pullPolicy: IfNotPresent diff --git a/deployment/overlays/balloons/kustomization.yaml b/deployment/overlays/balloons/kustomization.yaml index ac3667ebe..2daa98ad0 100644 --- a/deployment/overlays/balloons/kustomization.yaml +++ b/deployment/overlays/balloons/kustomization.yaml @@ -6,7 +6,7 @@ namespace: kube-system images: - name: '*' newName: ghcr.io/containers/nri-plugins/nri-resource-policy-balloons - newTag: unstable + newTag: 0.2.0 resources: - ../../base/crds diff --git a/deployment/overlays/memory-qos/kustomization.yaml b/deployment/overlays/memory-qos/kustomization.yaml index 017af116f..0af0b455b 100644 --- a/deployment/overlays/memory-qos/kustomization.yaml +++ b/deployment/overlays/memory-qos/kustomization.yaml @@ -6,7 +6,7 @@ namespace: kube-system images: - name: '*' newName: ghcr.io/containers/nri-plugins/nri-memory-qos - newTag: unstable + newTag: 0.2.0 resources: - daemonset.yaml diff --git a/deployment/overlays/memtierd/kustomization.yaml b/deployment/overlays/memtierd/kustomization.yaml index 09af057da..dc704eda8 100644 --- a/deployment/overlays/memtierd/kustomization.yaml +++ b/deployment/overlays/memtierd/kustomization.yaml @@ -6,7 +6,7 @@ namespace: kube-system images: - name: '*' newName: ghcr.io/containers/nri-plugins/nri-memtierd - newTag: unstable + newTag: 0.2.0 resources: - daemonset.yaml diff --git a/deployment/overlays/topology-aware/kustomization.yaml b/deployment/overlays/topology-aware/kustomization.yaml index 336edbe9f..fff013074 100644 --- a/deployment/overlays/topology-aware/kustomization.yaml +++ b/deployment/overlays/topology-aware/kustomization.yaml @@ -6,7 +6,7 @@ namespace: kube-system images: - name: '*' newName: ghcr.io/containers/nri-plugins/nri-resource-policy-topology-aware - newTag: unstable + newTag: 0.2.0 resources: - ../../base/crds