-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: Add demo upgrade issue template #120
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just a couple of things to add.
jupyterhub https://jupyterhub.github.io/helm-chart/ | ||
opensearch https://opensearch-project.github.io/helm-charts | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of handy things to add:
To add any that are missing, run: | |
```shell | |
helm repo add bitnami https://charts.bitnami.com/bitnami --force-update | |
``` | |
Then make sure you have the latest indexes: | |
```shell | |
helm repo update | |
``` | |
Use the latest version displayed to replace the current one in the YAML files. Take a look at | ||
previous PRs for additional guidance, eg. <https://github.com/stackabletech/demos/pull/119>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In some cases we can't use the latest (eg: Vector, where the app version is selected during product version planning).
Use the latest version displayed to replace the current one in the YAML files. Take a look at | |
previous PRs for additional guidance, eg. <https://github.com/stackabletech/demos/pull/119>. | |
Use the applicable chart version displayed to replace the current one in the YAML files. Make sure | |
to add the app version in the comments. Eg: | |
```yml | |
version: 3.2.1 # 1.2.3 | |
``` | |
Take a look at previous PRs for additional guidance, eg. <https://github.com/stackabletech/demos/pull/119>. |
This moves the template from the
issues
repo to here.Note
Requires a change in the issue templates located in the
issues
repo.