Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add alias for the original name
Rename the chart
Fix helm url
Update info msg
Signed-off-by: Czékus Máté mate@picloud.hu
Description
The
nfs-client-provisioner
chart was so outdated it has been moved twice and renamed since thehttps://charts.helm.sh/stable
deprecation.I also added the original name (
nfs-client-provisioner
) to maintain backward compatibility.Motivation and Context
design/approved
by a maintainer (required) Notice: the stable Helm charts have been deprecated, new alternatives are required #274Closes Confused about
nfs-provisioner
app #480 with the new alias.How Has This Been Tested?
By running
ark install nfs-subdir-external-provisioner
andark install nfs-client-provisioner
, after that check the helm releases.I know it sounds weird, but the chart itself functionally has not changed, nor the values.
Are you a GitHub Sponsor yet (Yes/No?)
Types of changes
Documentation
./arkade get -o markdown
./arkade install --help
Checklist:
git commit -s
Also in the changes there is a removed arm check, since the chart has arm v7 and arm64 binaries.
I also tested this on an arm64 cluster.