From 6dac47b244a1183d009c7c1e8664bddff1777c3c Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Fri, 13 Mar 2026 09:42:18 +0100 Subject: [PATCH] Release version 0.1.12 --- Chart.yaml | 2 +- README.md | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 5040067..90dbbda 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.11 +version: 0.0.12 home: https://github.com/validatedpatterns/pattern-install-chart maintainers: - name: Validated Patterns Team diff --git a/README.md b/README.md index 69c4b8a..1297d45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pattern-install -![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) +![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) A Helm chart to build and deploy a Cloud Pattern via the patterns operator @@ -12,7 +12,7 @@ This chart is used by the Validated Patterns installation script that can be fou | Name | Email | Url | | ---- | ------ | --- | -| Validated Patterns Team | | | +| Validated Patterns Team | | | ## Values @@ -22,7 +22,6 @@ This chart is used by the Validated Patterns installation script that can be fou | main | object | depends on the individual settings | main is used primarily for initial bootstrap pattern configuration | | main.analytics | object | `{"enabled":true}` | Settings related to the segment.io analytics collection by the patterns operator | | main.analytics.enabled | bool | `true` | Whether analytics are enabled or not | -| main | object | depends on the individual settings | main is used primarily for initial bootstrap pattern configuration | | main.clusterGroupName | string | `"default"` | Name of the clusterGroup to be used. Drives the clusterGroup chart | | main.experimentalCapabilities | string | `""` | String to enable certain experimental capabilities in the operator and the framework. Not needed unless you know exactly what you're doing. | | main.git | object | depends on the individual settings | Settings related to the Git repository used to deploy the pattern | @@ -36,7 +35,7 @@ This chart is used by the Validated Patterns installation script that can be fou | main.gitops | object | depends on the individual settings | Settings related to the gitops operator | | main.gitops.channel | string | `"gitops-1.18"` | Default channel to install the gitops operator from | | 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.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 | | main.multiSourceConfig.helmRepoUrl | string | `nil` | The URL of the VP helm charts repository (defaults to https://charts.validatedpatterns.io) | | main.patternsOperator | object | depends on the individual settings | Settings related to the patterns operator installation | @@ -45,11 +44,11 @@ This chart is used by the Validated Patterns installation script that can be fou | main.patternsOperator.source | string | `"community-operators"` | Source to be used to install the patterns operator from | | main.patternsOperator.sourceNamespace | string | `"openshift-marketplace"` | Source namespace to install the patterns operator from | | main.patternsOperator.startingCSV | string | `nil` | Starting CSV for the install of the patterns operator | +| main.patternsOperator.subscriptionNamespace | string | `"openshift-operators"` | Namespace where the patterns operator subscription and related resources will be created | | main.tokenSecret | string | `nil` | Name of the secret containing access credentials to clone the Git repository to deploy the pattern See https://validatedpatterns.io/blog/2023-12-20-private-repos/ for more information | | main.tokenSecretNamespace | string | `nil` | Namespace where the above secret will be | -______________________________________________________________________ - +---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) ## Update CRD