From 1a678567c1f88f507a045f094fd61418cb89c8d6 Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Sun, 12 Sep 2021 18:54:16 +0000 Subject: [PATCH] Auto-generate chart README [no ci] --- charts/stable/cryptofolio/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md index 1268853c..e059e64a 100644 --- a/charts/stable/cryptofolio/README.md +++ b/charts/stable/cryptofolio/README.md @@ -55,7 +55,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm ```console helm install cryptofolio \ - --set env.TZ="America/New_York" \ + --set env.TZ="America/New York" \ k8s-at-home/cryptofolio ``` @@ -78,7 +78,7 @@ N/A | env | object | See below | environment variables. See more environment variables in the [cryptofolio documentation](https://cryptofolio.org/docs). | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"/cryptofolio"` | image repository | +| image.repository | string | `"xtrendence/cryptofolio"` | image repository | | image.tag | string | `"V.2.2.0"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | @@ -104,7 +104,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[1.0.0]: #1.0.0 +[1.0.0]: #100 ## Support