diff --git a/Chart.yaml b/Chart.yaml index 70a20b9..c027d6c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ description: Helm Chart to deploy Google's Boutique App keywords: - pattern name: boutique -version: 0.0.3 +version: 0.0.4 home: https://github.com/validatedpatterns/boutique-chart maintainers: - name: Validated Patterns Team diff --git a/README.md b/README.md index 5a2bf90..d6d0126 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -# Boutique Helm Chart +# boutique -![Version: 0.0.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) +![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) -A Helm chart to build and deploy the Google Boutique Application - -[Application Source Repository](https://github.com/GoogleCloudPlatform/microservices-demo) +Helm Chart to deploy Google's Boutique App This chart is used by the Validated Patterns installation script that can be found [here](https://github.com/validatedpatterns/common/blob/main/scripts/pattern-util.sh) -**Homepage:** +### Notable changes + +* v0.0.4: Add the option to use a redis instance external to the chart. + +**Homepage:** ## Maintainers @@ -24,17 +26,11 @@ This chart is used by the Validated Patterns installation script that can be fou | global.imageTag | string | `"v0.10.4"` | | | global.storageClass | string | `""` | | | loadgenerator.enabled | bool | `true` | | +| redis.external.address | string | `""` | | +| redis.external.enabled | bool | `false` | | +| redis.external.port | int | `6379` | | | redis.image | string | `"redis:alpine"` | | | redis.storage | string | `"1Gi"` | | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) - -## Update CRD - -In order to update the CRD, copy the following file from the last released -patterns operator version: - -```sh -cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/ -``` diff --git a/README.md.gotmpl b/README.md.gotmpl index 8768a9a..d998997 100644 --- a/README.md.gotmpl +++ b/README.md.gotmpl @@ -7,6 +7,10 @@ This chart is used by the Validated Patterns installation script that can be found [here](https://github.com/validatedpatterns/common/blob/main/scripts/pattern-util.sh) +### Notable changes + +* v0.0.4: Add the option to use a redis instance external to the chart. + {{ template "chart.homepageLine" . }} {{ template "chart.maintainersSection" . }} @@ -18,12 +22,3 @@ This chart is used by the Validated Patterns installation script that can be fou {{ template "chart.valuesSection" . }} {{ template "helm-docs.versionFooter" . }} - -## Update CRD - -In order to update the CRD, copy the following file from the last released -patterns operator version: - -```sh -cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/ -```