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 helm chart so it is compatible with Go 1.14 #1933

Merged
merged 1 commit into from
Jan 21, 2021

Conversation

jon-ruckwood
Copy link
Contributor

Additionally, add 'cluster' to fix type error.

See helm/helm#7711 (comment)

Fixes #1664

Additionally, add 'cluster' to fix type error.

See helm/helm#7711 (comment)
@jon-ruckwood
Copy link
Contributor Author

Lint output:

$ helm lint  ./helm/camel-k                                                                             
engine.go:159: [INFO] Missing required value: Field "platform.build.registry.address" is required when not running on OpenShift (set "platform.cluster=OpenShift" if you're using OpenShift instead)!
==> Linting ./helm/camel-k

1 chart(s) linted, 0 chart(s) failed

Install locally:

$ helm install --generate-name --set platform.build.registry.address=http://localhost:5000/ ./helm/camel-k
NAME: camel-k-1611242562
LAST DEPLOYED: Thu Jan 21 15:22:44 2021
NAMESPACE: sandbox
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Connect the world with Camel K on Kubernetes!

@jon-ruckwood jon-ruckwood changed the title Fix helm chart to be compatible with Go 1.14 Fix helm chart so it is compatible with Go 1.14 Jan 21, 2021
@jon-ruckwood jon-ruckwood marked this pull request as ready for review January 21, 2021 15:27
@astefanutti astefanutti merged commit 51f3c9f into apache:master Jan 21, 2021
@astefanutti
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

camel-K installation failed with Helm on GKE
3 participants