From ee36fe174ef908d2244addd0f765ad8de5501130 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Sun, 30 Nov 2025 17:01:00 +0000 Subject: [PATCH] chore(deps): update dependency volker.raschek/athens-proxy-charts to v1.3.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f1ede1..ab14e61 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi versions can break something! ```bash -CHART_VERSION=1.2.1 +CHART_VERSION=1.3.0 helm show values volker.raschek/athens-proxy --version "${CHART_VERSION}" > values.yaml ``` @@ -51,7 +51,7 @@ The helm chart also contains a persistent volume claim definition. It persistent Use the `--set` argument to persist your data. ```bash -CHART_VERSION=1.2.1 +CHART_VERSION=1.3.0 helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \ persistence.enabled=true ``` @@ -81,7 +81,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=1.2.1 +CHART_VERSION=1.3.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' \ @@ -101,7 +101,7 @@ The secret must be from type `kubernetes.io/tls`. > `athens-proxy-ca` is present in the same namespace of the helm deployment. ```bash -CHART_VERSION=1.2.1 +CHART_VERSION=1.3.0 helm install --version "${CHART_VERSION}" athens-proxy volker.raschek/athens-proxy \ --set 'config.certificate.enabled=true' \ --set 'config.certificate.new.issuerRef.kind=Issuer' \