From e3702609adc4b840940c119c81b38162ca63690a Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Wed, 23 Oct 2024 20:53:47 +0200 Subject: [PATCH] Update acm chart to v0.1.5 --- Chart.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index e7d38dd..2f9bc28 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart to configure Advanced Cluster Manager for OpenShift. keywords: - pattern name: acm -version: 0.1.4 +version: 0.1.5 diff --git a/README.md b/README.md index 1f87341..e77b030 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # acm -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) +![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) A Helm chart to configure Advanced Cluster Manager for OpenShift. @@ -22,7 +22,7 @@ This chart is used by the Validated Patterns to configure ACM and manage remote | global.repoURL | string | `"none"` | Repository URL pointing to the pattern | | global.secretStore.backend | string | `"vault"` | | | global.targetRevision | string | `"main"` | The branch or Git reference to use to deploy the pattern | -| main.gitops.channel | string | `"gitops-1.13"` | Default gitops channel to install on remote clusters | +| main.gitops.channel | string | `"gitops-1.14"` | Default gitops channel to install on remote clusters | | secretStore | object | depends on the individual settings | Default secretstore configuration variables | | secretStore.name | string | `"vault-backend"` | Name of the clustersecretstore to be used for secrets |