diff --git a/Chart.yaml b/Chart.yaml index 00fb110..39f8401 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ description: A Helm chart to configure the golang-based external-secrets. keywords: - pattern name: golang-external-secrets -version: 0.1.4 +version: 0.1.5 dependencies: - name: external-secrets version: "0.10.2" diff --git a/README.md b/README.md index cfe3174..9c33f4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # golang-external-secrets -![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 the golang-based external-secrets. @@ -18,17 +18,17 @@ This chart is used by the Validated Patterns to set up the external secrets | Repository | Name | Version | |------------|------|---------| -| https://charts.external-secrets.io | external-secrets | 0.10.0 | +| https://charts.external-secrets.io | external-secrets | 0.10.2 | ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| -| clusterGroup.isHubCluster | bool | `true` | The variable that defines when a cluster is the HUB | +| clusterGroup.applications | object | `{}` | | | external-secrets | object | depends on the individual settings | A few settings containing which images are being used | -| external-secrets.certController.image.tag | string | `"v0.10.0-ubi"` | Tag for the ESO certController image | -| external-secrets.image.tag | string | `"v0.10.0-ubi"` | Tag for the ESO main image | -| external-secrets.webhook.image.tag | string | `"v0.10.0-ubi"` | Tag for the ESO webhook image | +| external-secrets.certController.image.tag | string | `"v0.10.2-ubi"` | Tag for the ESO certController image | +| external-secrets.image.tag | string | `"v0.10.2-ubi"` | Tag for the ESO main image | +| external-secrets.webhook.image.tag | string | `"v0.10.2-ubi"` | Tag for the ESO webhook image | | global | object | depends on the individual settings | The global namespace containes some globally used variables used in patterns | | global.clusterDomain | string | `"foo.example.com"` | The DNS entry for the cluster the chart is being rendered on | | global.hubClusterDomain | string | `"hub.example.com"` | The DNS entry for the hub cluster |