From a0433ec02e234281df14f09c2ab18dd793c904b9 Mon Sep 17 00:00:00 2001 From: alexandra catalina Date: Wed, 21 Feb 2024 13:57:26 -0800 Subject: [PATCH] bump minimum helm version to 3.8.0 [semver-major] --- .github/workflows/test-chart.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml index b8d0992b..3e02fc6d 100644 --- a/.github/workflows/test-chart.yml +++ b/.github/workflows/test-chart.yml @@ -76,7 +76,7 @@ jobs: # higher. # - k3s-channel: v1.21 - helm-version: v3.6.0 + helm-version: v3.8.0 env: HELM_EXPERIMENTAL_OCI: "1" diff --git a/README.md b/README.md index a595a4d4..c2b6ab15 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Kubernetes cluster. The basic usage is: 1. `helm dep update` 1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml` -This chart is tested with k8s 1.21+ and helm 3.6.0+. +This chart is tested with k8s 1.21+ and helm 3.8.0+. # Configuration