diff --git a/README.md b/README.md index a6844673..02213ce8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This has the benefit of reducing workload startup times and egress traffic as im Before installing Spegel check the [compatibility guide](./docs/COMPATIBILITY.md) to make sure that it will work with your specific Kubernetes flavor. If everything checks out, the easiest method to deploy Spegel is with Helm. ```shell -helm upgrade --create-namespace --namespace spegel --install --version v0.0.19 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.20 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` Refer to the [Helm Chart](./charts/spegel) for detailed configuration documentation. diff --git a/charts/spegel/README.md b/charts/spegel/README.md index dfd8aa9c..385f0bf8 100644 --- a/charts/spegel/README.md +++ b/charts/spegel/README.md @@ -11,7 +11,7 @@ Make sure that you have read the [compatibility guide](../../docs/COMPATIBILITY. Delpoy Spegel with the Helm CLI. ```sh -helm upgrade --create-namespace --namespace spegel --install --version v0.0.19 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.20 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` ### Flux @@ -44,7 +44,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.19" + version: "v0.0.20" interval: 5m sourceRef: kind: HelmRepository diff --git a/charts/spegel/README.md.gotmpl b/charts/spegel/README.md.gotmpl index b5c97fb8..2e348f7b 100644 --- a/charts/spegel/README.md.gotmpl +++ b/charts/spegel/README.md.gotmpl @@ -12,7 +12,7 @@ Make sure that you have read the [compatibility guide](../../docs/COMPATIBILITY. Delpoy Spegel with the Helm CLI. ```sh -helm upgrade --create-namespace --namespace spegel --install --version v0.0.19 spegel oci://ghcr.io/spegel-org/helm-charts/spegel +helm upgrade --create-namespace --namespace spegel --install --version v0.0.20 spegel oci://ghcr.io/spegel-org/helm-charts/spegel ``` ### Flux @@ -45,7 +45,7 @@ spec: chart: spec: chart: spegel - version: "v0.0.19" + version: "v0.0.20" interval: 5m sourceRef: kind: HelmRepository