diff --git a/README.md b/README.md index d6968ed..19f2a31 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi versions can break something! ```bash -CHART_VERSION=0.3.0 +CHART_VERSION=1.0.0 helm show values volker.raschek/athens-proxy --version "${CHART_VERSION}" > values.yaml ``` @@ -54,7 +54,7 @@ The helm chart also contains a persistent volume claim definition. It persistent Use the `--set` argument to persist your data. ```bash -CHART_VERSION=0.3.0 +CHART_VERSION=1.0.0 helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \ persistence.enabled=true ``` @@ -84,7 +84,7 @@ Further information about this topic can be found in one of Kanishk's blog > Please take care the a CPU limit < `1000m` can also lead to CPU throttling. Please read the linked documentation carefully. ```bash -CHART_VERSION=0.3.0 +CHART_VERSION=1.0.0 helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \ --set 'deployment.athensProxy.env.name=GOMAXPROCS' \ --set 'deployment.athensProxy.env.valueFrom.resourceFieldRef.resource=limits.cpu' \