installing release and upgrading to new release #1506
Unanswered
shreyasGit
asked this question in
Questions
Replies: 1 comment
-
Thanks it worked after chart was released - https://github.com/actions-runner-controller/actions-runner-controller/releases/tag/actions-runner-controller-0.19.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
am new to this helm/k8s world, but had this question.
When a new version of ARC is released like it was done today - v0.24.0, is helm chart released along with it ?
Also the release page does not mention the helm chart version to use.
the upgrade steps mentioned at
https://github.com/actions-runner-controller/actions-runner-controller/blob/master/charts/actions-runner-controller/docs/UPGRADING.md
has these steps
CHART_VERSION=0.18.0
curl -L https://github.com/actions-runner-controller/actions-runner-controller/releases/download/actions-runner-controller-${CHART_VERSION}/actions-runner-controller-${CHART_VERSION}.tgz | tar zxv --strip 1 actions-runner-controller/crds
kubectl replace -f crds/
Upgrade the Helm release
helm repo [command]
helm repo update
helm upgrade [RELEASE] [CHART] [flags]
helm upgrade actions-runner-controller
actions-runner-controller/actions-runner-controller
--install
--namespace actions-runner-system
--version ${CHART_VERSION}
using above steps to upgrade to new release i have to use CHART_VERSION as 0.24.0 , then it downloads - https://github.com/actions-runner-controller/actions-runner-controller/archive/refs/tags/v0.24.0.tar.gz
but 0.24.0 is not chart version as per - https://github.com/actions-runner-controller/actions-runner-controller/blob/master/charts/actions-runner-controller/Chart.yaml
when I try to install ARC using helm command passing version as 0.23.0 or 0.24.0 , it does not allow me gives this kind of error
helm install -f helm/arc/values_ARC.yaml --wait --namespace actions-runner-system --create-namespace actions-runner-controller actions-runner-controller/actions-runner-controller --version 0.23.0
INSTALLATION FAILED: failed to download "actions-runner-controller/actions-runner-controller" at version "0.23.0"
so i am confused between chart version and release version.
can someone guide me how to install a version using helm and then upgrade it . i am trying to move from release 0.23.0 to 0.24.0, so what helm chart version i should use.
Beta Was this translation helpful? Give feedback.
All reactions