From 84dd7746be527ef0b8e9391047cd28609477bfd9 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 28 Jul 2026 10:30:12 +0200 Subject: [PATCH] Release version 0.0.18 --- Chart.yaml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 47d2a95..33380a0 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ description: A Helm chart to build and deploy a Cloud Pattern via the patterns o keywords: - pattern name: pattern-install -version: 0.0.17 +version: 0.0.18 home: https://github.com/validatedpatterns/pattern-install-chart maintainers: - name: Validated Patterns Team diff --git a/README.md b/README.md index 1b3f265..1e10e1a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pattern-install -![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) +![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) A Helm chart to build and deploy a Cloud Pattern via the patterns operator @@ -36,6 +36,7 @@ This chart is used by the Validated Patterns installation script that can be fou | main.gitops.additionalArgoAdmins | string | `""` | Comma-separated list of additional ArgoCD admin groups. Only used when argoRBAC is not set. | | main.gitops.argoRBAC | string | `""` | Full ArgoCD RBAC spec as a YAML string. When set, it completely overrides the default RBAC policy and additionalArgoAdmins is ignored. | | main.gitops.channel | string | `"gitops-1.21"` | Default channel to install the gitops operator from | +| main.gitops.customArgoYaml | string | `""` | Arbitrary ArgoCD .spec YAML to deep-merge into the operator-built ArgoCD CR. Allows customizing any part of the ArgoCD spec without requiring individual config keys. | | main.gitops.operatorSource | string | `"redhat-operators"` | Source to be used to install the gitops operator from | | main.multiSourceConfig.clusterGroupChartVersion | string | `nil` | The clustergroup chart version to be used when deploying a pattern (defaults to 0.8.*) | | main.multiSourceConfig.enabled | bool | `false` | Enables a multisource configuration for the clustergroup chart |