From f409c3b21f3ef0995ea9f1e0169ad57265aa0107 Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Fri, 27 Oct 2023 13:06:03 +0300 Subject: [PATCH] deployment: update files for v0.2.3 Signed-off-by: Feruzjon Muyassarov --- 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 3ceccc87f..56ee0935c 100644 --- a/deployment/helm/balloons/Chart.yaml +++ b/deployment/helm/balloons/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.2.2 +appVersion: v0.2.3 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 326b911bc..bbefb2466 100644 --- a/deployment/helm/memory-qos/Chart.yaml +++ b/deployment/helm/memory-qos/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.2.2 +appVersion: v0.2.3 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 b86c8bee3..3b06e8f28 100644 --- a/deployment/helm/memtierd/Chart.yaml +++ b/deployment/helm/memtierd/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.2.2 +appVersion: v0.2.3 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 aef4ebdd6..23b8de5aa 100644 --- a/deployment/helm/topology-aware/Chart.yaml +++ b/deployment/helm/topology-aware/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.2.2 +appVersion: v0.2.3 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 39d895e70..32e03ae81 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: v0.2.2 + newTag: v0.2.3 resources: - ../../base/crds diff --git a/deployment/overlays/memory-qos/kustomization.yaml b/deployment/overlays/memory-qos/kustomization.yaml index 8e9aee50a..ecb7dfaf7 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: v0.2.2 + newTag: v0.2.3 resources: - daemonset.yaml diff --git a/deployment/overlays/memtierd/kustomization.yaml b/deployment/overlays/memtierd/kustomization.yaml index c5cd69976..ddb1c324f 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: v0.2.2 + newTag: v0.2.3 resources: - daemonset.yaml diff --git a/deployment/overlays/topology-aware/kustomization.yaml b/deployment/overlays/topology-aware/kustomization.yaml index 7229a81bf..fb6bcf933 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: v0.2.2 + newTag: v0.2.3 resources: - ../../base/crds