Skip to content

Commit

Permalink
bump minimum helm version to 3.8.0 [semver-major]
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Feb 21, 2024
1 parent 030ab4d commit a0433ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a0433ec

Please sign in to comment.