From 460b3db2b2d1b76ac9e820474b69339cf89526f5 Mon Sep 17 00:00:00 2001 From: Sergi Philipsen Date: Fri, 15 Dec 2023 13:37:03 +0100 Subject: [PATCH] fix: change min ram percentage to initial (like it should be) --- charts/ff-common/Chart.yaml | 2 +- charts/ff-common/templates/_configmap.env.yaml | 2 +- charts/ff-test/Chart.yaml | 4 ++-- charts/frank2example/Chart.yaml | 4 ++-- charts/frankframework/Chart.yaml | 4 ++-- ff-template/Chart.yaml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/ff-common/Chart.yaml b/charts/ff-common/Chart.yaml index a58f41a..91c4f8a 100644 --- a/charts/ff-common/Chart.yaml +++ b/charts/ff-common/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ff-common description: ff-common chart building components and helpers for the Frank!Framework -version: 0.1.17 +version: 0.1.18 appVersion: "7.8" type: library home: https://frankframework.org diff --git a/charts/ff-common/templates/_configmap.env.yaml b/charts/ff-common/templates/_configmap.env.yaml index 56ca9d7..16ba030 100644 --- a/charts/ff-common/templates/_configmap.env.yaml +++ b/charts/ff-common/templates/_configmap.env.yaml @@ -14,7 +14,7 @@ data: application.server.type.custom: "{{ .Values.frank.server.transactionManager }}" {{- with .Values.frank.memory }} {{- if .percentage }} - JAVA_OPTS: "-XX:MinRAMPercentage={{ .minimum }} -XX:MaxRAMPercentage={{ .maximum }}" + JAVA_OPTS: "-XX:InitialRAMPercentage={{ .minimum }} -XX:MaxRAMPercentage={{ .maximum }}" {{- else }} JAVA_OPTS: "-Xms{{ .minimum }} -Xmx{{ .maximum }}" {{- end }} diff --git a/charts/ff-test/Chart.yaml b/charts/ff-test/Chart.yaml index fdb7388..66ddfbd 100644 --- a/charts/ff-test/Chart.yaml +++ b/charts/ff-test/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ff-test description: A Helm chart for testing the Frank!Framework on Kubernetes -version: 0.2.29 +version: 0.2.30 appVersion: "latest-tomcat" type: application home: https://frankframework.org @@ -12,5 +12,5 @@ keywords: dependencies: - name: ff-common - version: ~0.1.17 + version: ~0.1.18 repository: file://../ff-common diff --git a/charts/frank2example/Chart.yaml b/charts/frank2example/Chart.yaml index 61a549d..ff84065 100644 --- a/charts/frank2example/Chart.yaml +++ b/charts/frank2example/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: frank2example description: A Helm chart for running Frank2Example on Kubernetes -version: 0.2.11 +version: 0.2.12 appVersion: "latest" type: application home: https://frankframework.org @@ -12,5 +12,5 @@ keywords: dependencies: - name: ff-common - version: ~0.1.17 + version: ~0.1.18 repository: file://../ff-common diff --git a/charts/frankframework/Chart.yaml b/charts/frankframework/Chart.yaml index 88a0ecf..2abd11f 100644 --- a/charts/frankframework/Chart.yaml +++ b/charts/frankframework/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: frankframework description: A Helm chart for running the Frank!Framework on Kubernetes -version: 0.2.11 +version: 0.2.12 appVersion: "7.8" type: application home: https://frankframework.org @@ -9,5 +9,5 @@ icon: https://raw.githubusercontent.com/frankframework/charts/master/charts/fran dependencies: - name: ff-common - version: ~0.1.17 + version: ~0.1.18 repository: file://../ff-common diff --git a/ff-template/Chart.yaml b/ff-template/Chart.yaml index 632ceee..cc3e665 100644 --- a/ff-template/Chart.yaml +++ b/ff-template/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ff-template description: A Helm chart for running a Frank! on Kubernetes -version: 0.1.7 +version: 0.1.8 appVersion: "7.8" type: application home: https://frankframework.org @@ -9,5 +9,5 @@ icon: https://raw.githubusercontent.com/frankframework/charts/master/ff-template dependencies: - name: ff-common - version: ~0.1.17 + version: ~0.1.18 repository: file://../charts/ff-common