Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Apple MacOS M1 #176

Merged
merged 1 commit into from
Oct 24, 2022
Merged

Fix for Apple MacOS M1 #176

merged 1 commit into from
Oct 24, 2022

Conversation

acierto
Copy link
Contributor

@acierto acierto commented Oct 22, 2022

@@ -18,7 +18,7 @@ HELM_IMAGE_REPO_SERVER ?= quay.io/kiali/kiali
DORP ?= docker

# When building the helm chart, this is the helm version to use
HELM_VERSION ?= v3.5.2
HELM_VERSION ?= v3.10.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this bump of helm required for ARM support? If not, it would not be related to this issue and so should not be included.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it is, as ARM support started from 3.6.0. and if to bump it, why not to bump to the latest.
Let me know what do you think

@jmazzitelli
Copy link
Contributor

Please create a Kiali issue and associate it with this PR (i.e. put fixes: <link to issue> in the description of this PR). Please do not submit PRs to the Kiali project without an associated issue so we can track issues better. Thanks.

Putting on a DNM label until we get an issue for this PR.

@acierto
Copy link
Contributor Author

acierto commented Oct 23, 2022

Please create a Kiali issue and associate it with this PR (i.e. put fixes: <link to issue> in the description of this PR). Please do not submit PRs to the Kiali project without an associated issue so we can track issues better. Thanks.

Putting on a DNM label until we get an issue for this PR.

Thank you for the comments. Created an issue and associated it with this PR

@jmazzitelli
Copy link
Contributor

jmazzitelli commented Oct 24, 2022

Works on my machine. Confirmed it pulls down helm 3.10.1, and the build-helm-charts target still works. Nothing breaks. I don't have an ARM machine to test, but I assume that will work since that's the whole point :) I did confirm this is a valid URL and what the make target will attempt to download: https://get.helm.sh/helm-v3.10.1-darwin-arm64.tar.gz

@jmazzitelli jmazzitelli merged commit 4241da9 into kiali:master Oct 24, 2022
Matiasmct pushed a commit to giffgaff/kiali-charts-backup that referenced this pull request Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Helm charts installation doesn't work on Apple M1
2 participants