docs: change helm chart snapshot version #273
Merged
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.
Helm chart version is incorrect.
I changed to correct version.
Fixes #
None
Description
the snapshot helm chart version is not existed.
How was this change tested?
$ export KARPENTER_NAMESPACE=kube-system
export KARPENTER_VERSION=0-f83fadf2c99ffc2b7429cb40a316fcefc0c4752a
helm upgrade --install karpenter oci://ksnap.azurecr.io/karpenter/snapshot/karpenter
--version "${KARPENTER_VERSION}"
--namespace "${KARPENTER_NAMESPACE}" --create-namespace
--values karpenter-values.yaml
--set controller.resources.requests.cpu=1
--set controller.resources.requests.memory=1Gi
--set controller.resources.limits.cpu=1
--set controller.resources.limits.memory=1Gi
--wait
Release "karpenter" does not exist. Installing it now.
Pulled: ksnap.azurecr.io/karpenter/snapshot/karpenter:0-f83fadf2c99ffc2b7429cb40a316fcefc0c4752a
Digest: sha256:a907ef376b6475b296226d6aec07095af2b2eb32483b8c850e1990b04ac3db28
NAME: karpenter
LAST DEPLOYED: Thu Apr 18 09:39:35 2024
NAMESPACE: kube-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
Does this change impact docs?
Release Note