Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -12,7 +12,7 @@ This chart is used by the Validated Patterns installation script that can be fou

| Name | Email | Url |
| ---- | ------ | --- |
| Validated Patterns Team | <validatedpatterns@googlegroups.com> | |
| Validated Patterns Team | <validatedpatterns@googlegroups.com> | |

## Values

Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -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
Expand Down
Loading