Skip to content

Commit

Permalink
JITServer Helm Chart for version upgrade to 0.25
Browse files Browse the repository at this point in the history
This commit upgrades JITServer helm chart to match the latest
OpenJ9 application release of 0.25.

Signed-off-by: Chris Chong <[email protected]>
  • Loading branch information
Chris Chong authored and Chris Chong committed Mar 13, 2021
1 parent 51ad4a4 commit 470297c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion helm-chart/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,29 @@ entries:
urls:
- https://github.com/eclipse/openj9-utils/files/5825427/openj9-jitserver-chart-0.24.0.tar.gz
version: 0.24.0
generated: "2021-01-11T10:37:05.162604577-08:00"
- apiVersion: v2
appVersion: 0.25.0
created: "2021-03-12T18:07:58.033486367-08:00"
description: "Eclipse OpenJ9 JITServer Helm Chart. \n\nLicense\n\nThis chart is
made available under the terms of the Eclipse Public License 2.0 \nwhich accompanies
this distribution and is available at https://www.eclipse.org/legal/epl-2.0/
\nor the Apache License, Version 2.0 which accompanies this distribution and
\nis available at https://www.apache.org/licenses/LICENSE-2.0.\n\nThe JDK binaries
installed by this chart are licensed under the GPLv2+CE."
digest: 6b03b4a8db34866bfc0dbb943edd27f57590f83a55103d79caa0586a8188ac41
icon: https://pbs.twimg.com/profile_images/910853900181364736/bmWkKoLn_400x400.jpg
keywords:
- amd64
- ppc64le
- Java
- Eclipse
- OpenJ9
- JITServer
- JVM
- JIT
name: openj9-jitserver-chart
type: application
urls:
- https://github.com/eclipse/openj9-utils/files/TODO-REPLACE-WITH-CORRECT-URL/openj9-jitserver-chart-0.25.0.tar.gz
version: 0.25.0
generated: "2021-03-12T18:07:58.031765362-08:00"
4 changes: 2 additions & 2 deletions helm-chart/openj9-jitserver-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ keywords:
- JVM
- JIT
type: application
version: 0.24.0
appVersion: 0.24.0
version: 0.25.0
appVersion: 0.25.0
icon: https://pbs.twimg.com/profile_images/910853900181364736/bmWkKoLn_400x400.jpg
2 changes: 1 addition & 1 deletion helm-chart/openj9-jitserver-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ replicaCount: 1

image:
repository: adoptopenjdk
tag: 8u282-b08-jdk-openj9-0.24.0
tag: openj9-0.25-tag # TODO UPDATE IMAGE TAG ONCE AVALIABLE
pullPolicy: Always

env:
Expand Down

0 comments on commit 470297c

Please sign in to comment.