Skip to content

Commit

Permalink
JITServer Helm Chart for version upgrade to 0.26
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.26.

Signed-off-by: Chris Chong <[email protected]>
  • Loading branch information
Chris Chong authored and chrisc66 committed May 5, 2021
1 parent 51ad4a4 commit 161def3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
25 changes: 22 additions & 3 deletions helm-chart/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,30 @@
apiVersion: v1
entries:
openj9-jitserver-chart:
- apiVersion: v2
appVersion: 0.26.0
created: "2021-05-05T12:49:24.7906493-04:00"
description: "Eclipse OpenJ9 JITServer Helm Chart. License This chart is made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution and is available at https://www.eclipse.org/legal/epl-2.0/ or the Apache License, Version 2.0 which accompanies this distribution and is available at https://www.apache.org/licenses/LICENSE-2.0. The JDK binaries installed by this chart are licensed under the GPLv2+CE."
digest: ef9b64325c5c68f8c1cda3eebfd712b22a90d9964341aaa4b46312b01fbae425
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/openj9-utils/files/6428928/openj9-jitserver-chart-0.26.0.tar.gz
version: 0.26.0
- apiVersion: v2
appVersion: 0.24.0
created: "2021-01-11T10:37:05.164743965-08:00"
description: "Eclipse OpenJ9 JITServer Helm Chart. \n\nLicense\nBy installing
this product you accept the Eclipse Public License v2.0: https://www.eclipse.org/legal/epl-2.0/."
description: "Eclipse OpenJ9 JITServer Helm Chart. License This chart is made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution and is available at https://www.eclipse.org/legal/epl-2.0/ or the Apache License, Version 2.0 which accompanies this distribution and is available at https://www.apache.org/licenses/LICENSE-2.0. The JDK binaries installed by this chart are licensed under the GPLv2+CE."
digest: 20b6f828730be12cc09f26412416bbd1791c96ae2fa077552b6e0fd7135bc4d7
icon: https://pbs.twimg.com/profile_images/910853900181364736/bmWkKoLn_400x400.jpg
keywords:
Expand All @@ -43,4 +62,4 @@ 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"
generated: "2021-05-05T13:05:48.8906766-04: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.26.0
appVersion: 0.26.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: jdk8u292-b10_openj9-0.26.0
pullPolicy: Always

env:
Expand Down

0 comments on commit 161def3

Please sign in to comment.