mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
bump minimum helm version to 3.8.0 [semver-major]
This commit is contained in:
parent
c164fccc22
commit
97dd0894ec
2
.github/workflows/test-chart.yml
vendored
2
.github/workflows/test-chart.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
# higher.
|
# higher.
|
||||||
#
|
#
|
||||||
- k3s-channel: v1.21
|
- k3s-channel: v1.21
|
||||||
helm-version: v3.6.0
|
helm-version: v3.8.0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
HELM_EXPERIMENTAL_OCI: "1"
|
HELM_EXPERIMENTAL_OCI: "1"
|
||||||
|
|
|
@ -7,7 +7,7 @@ Kubernetes cluster. The basic usage is:
|
||||||
1. `helm dep update`
|
1. `helm dep update`
|
||||||
1. `helm install --namespace mastodon --create-namespace my-mastodon ./ -f path/to/additional/values.yaml`
|
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
|
# Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user