From 3d33dac5c469189c873a756cefe523dc4899bca8 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 12 Oct 2023 13:57:25 +0300 Subject: [PATCH] deployment: update deployment files for v0.2.1 Note that the format of image tag name has changed. Signed-off-by: Markus Lehtonen --- deployment/helm/balloons/Chart.yaml | 2 +- deployment/helm/memory-qos/Chart.yaml | 2 +- deployment/helm/memtierd/Chart.yaml | 2 +- deployment/helm/topology-aware/Chart.yaml | 2 +- deployment/overlays/balloons/kustomization.yaml | 2 +- deployment/overlays/memory-qos/kustomization.yaml | 2 +- deployment/overlays/memtierd/kustomization.yaml | 2 +- deployment/overlays/topology-aware/kustomization.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deployment/helm/balloons/Chart.yaml b/deployment/helm/balloons/Chart.yaml index 1927f0992..82d438958 100644 --- a/deployment/helm/balloons/Chart.yaml +++ b/deployment/helm/balloons/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.2.0 +appVersion: v0.2.1 description: | The balloons NRI resource policy plugin implements workload placement into “balloons” that are disjoint CPU pools. diff --git a/deployment/helm/memory-qos/Chart.yaml b/deployment/helm/memory-qos/Chart.yaml index 6be17104c..43fb3f68a 100644 --- a/deployment/helm/memory-qos/Chart.yaml +++ b/deployment/helm/memory-qos/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.2.0 +appVersion: v0.2.1 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/memtierd/Chart.yaml b/deployment/helm/memtierd/Chart.yaml index 576c43043..f2c0c1577 100644 --- a/deployment/helm/memtierd/Chart.yaml +++ b/deployment/helm/memtierd/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.2.0 +appVersion: v0.2.1 description: | The memtierd NRI plugin enables managing workloads with Memtierd in Kubernetes. name: nri-memtierd diff --git a/deployment/helm/topology-aware/Chart.yaml b/deployment/helm/topology-aware/Chart.yaml index 5964e8d25..007b0bcfc 100644 --- a/deployment/helm/topology-aware/Chart.yaml +++ b/deployment/helm/topology-aware/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.2.0 +appVersion: v0.2.1 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/overlays/balloons/kustomization.yaml b/deployment/overlays/balloons/kustomization.yaml index 2daa98ad0..5f65a2154 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: 0.2.0 + newTag: v0.2.1 resources: - ../../base/crds diff --git a/deployment/overlays/memory-qos/kustomization.yaml b/deployment/overlays/memory-qos/kustomization.yaml index 0af0b455b..e0eaae174 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: 0.2.0 + newTag: v0.2.1 resources: - daemonset.yaml diff --git a/deployment/overlays/memtierd/kustomization.yaml b/deployment/overlays/memtierd/kustomization.yaml index dc704eda8..d917e6c50 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: 0.2.0 + newTag: v0.2.1 resources: - daemonset.yaml diff --git a/deployment/overlays/topology-aware/kustomization.yaml b/deployment/overlays/topology-aware/kustomization.yaml index fff013074..cb0f655b6 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: 0.2.0 + newTag: v0.2.1 resources: - ../../base/crds