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: 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
Expand Down
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:** <https://github.com/validatedpatterns/pattern-install-chart>
### Notable changes

* v0.0.4: Add the option to use a redis instance external to the chart.

**Homepage:** <https://github.com/validatedpatterns/boutique-chart>

## Maintainers

Expand All @@ -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/
```
13 changes: 4 additions & 9 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand All @@ -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/
```
Loading