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 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"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

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