-
Notifications
You must be signed in to change notification settings - Fork 29
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
Helm Chart: Version upgrade for new OpenJ9 releases #46
Comments
This comment summarizes the changes need to be applied to This file contains the image repository and tag that the helm chart pulls and deploys. The image tag needs to match the latest OpenJ9 release image on Adopt Docker Hub.
image:
repository: adoptopenjdk
tag: 8u282-b08-jdk-openj9-0.24.0
pullPolicy: Always
image:
repository: adoptopenjdk
tag: 0.25_IMAGE_TAG
pullPolicy: Always |
This comment summarizes the changes need to be applied to Once the image tag is updated and points to the latest release image, the chart version needs to be updated. This file contains the helm chart metadata, which includes
version: 0.24.0
appVersion: 0.24.0
version: 0.25.0
appVersion: 0.25.0 |
This comment summarizes the changes need to be applied to Once above two changes are applied, the next step is to package the helm chart into binary files, then point
|
The JITServer helm chart version needs to follow every OpenJ9 release to include the latest Adopt release images. This issue keeps track of changes that need to be applied to the helm chart.
There are three files that require updates for every version upgrade.
values.yaml
Chart.yaml
index.yaml
The text was updated successfully, but these errors were encountered: