-
Notifications
You must be signed in to change notification settings - Fork 829
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
Update helm installation to include a step to update helm repo #1881
Conversation
Add `helm repo update` to the instruction to update the helm
Build Succeeded 👏 Build Id: 11ce83a9-8fb2-4d4d-94b3-ae634ab7278f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pooneh-m, roberthbailey 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 |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: 807e6532-7c76-4d3a-afdb-f67d268b7814 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: d7681194-425b-4f42-a120-b853d928a35f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Add
helm repo update
to the instruction to update the helmWhat type of PR is this?
/kind documentation
What this PR does / Why we need it:
When a new version of Agones is released, in order to use the new helm configurations, helm repo needs to get updated. Adding Agones chart to helm, if already available, does not update the chart.