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

linting and non-functional fixes #18

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Conversation

geoberle
Copy link
Contributor

  • linting (mostly trailing whitespaces)
  • makefile can now handle helm install on osx
  • use helm upgrade --install instead of helm install to allow for repeated make target runs
  • use helm chart v2 api

Signed-off-by: Gerd Oberlechner <[email protected]>
@@ -13,7 +13,7 @@ HELM_VERSION?=v3.14.0
helm_gen_dir:=$(dir $(HELM))


HELM_ARCHOS:=linux-amd64
HELM_ARCHOS:=$(shell uname -s | tr '[:upper:]' '[:lower:]')-$(shell uname -m)
Copy link
Collaborator

Choose a reason for hiding this comment

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

HELM_ARCHOS is used in ensure-helm to install helm, https://get.helm.sh/helm-$(HELM_VERSION)-$(HELM_ARCHOS).tar.gz
In linux env, uname -m is x86_64, but the name of helm tar is helm-v3.14.0-linux-amd64, not helm-v3.14.0-linux-x86_64.tar.gz.

Signed-off-by: Gerd Oberlechner <[email protected]>
@zhiweiyin318
Copy link
Collaborator

/approve
/lgtm

Copy link

openshift-ci bot commented Oct 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: geoberle, zhiweiyin318

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 4fc9ce3 into stolostron:main Oct 17, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants