From b90b96e0b567f1d196dce25e76008228121e881d Mon Sep 17 00:00:00 2001 From: Waleed Hammam Date: Sun, 18 Jun 2023 16:53:54 +0300 Subject: [PATCH 1/2] bump helm version to v2.4.1 --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index fae5294..943ad8d 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.4.0" +appVersion: "2.4.1" description: A Helm chart for Kubernetes to configure the policy agent name: policy-agent -version: 2.4.0 +version: 2.4.1 maintainers: - name: Weaveworks email: support@weave.works diff --git a/helm/values.yaml b/helm/values.yaml index 28ca55e..55ffd64 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,6 @@ image: weaveworks/policy-agent -imageTag: v2.4.0 +imageTag: v2.4.1 failurePolicy: Fail # If you don't want to use cert-manager, set useCertManager to false and provide your own certs From f01d244509c4c59579b90dd0d27e0f90602d066a Mon Sep 17 00:00:00 2001 From: Waleed Hammam Date: Sun, 18 Jun 2023 17:02:51 +0300 Subject: [PATCH 2/2] bump helm version to v2.5.0 --- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 943ad8d..88a5fe6 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "2.4.1" +appVersion: "2.5.0" description: A Helm chart for Kubernetes to configure the policy agent name: policy-agent -version: 2.4.1 +version: 2.5.0 maintainers: - name: Weaveworks email: support@weave.works diff --git a/helm/values.yaml b/helm/values.yaml index 55ffd64..d9a622b 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,6 @@ image: weaveworks/policy-agent -imageTag: v2.4.1 +imageTag: v2.5.0 failurePolicy: Fail # If you don't want to use cert-manager, set useCertManager to false and provide your own certs