From 1b91df9579baa52ae551d732cfaabd8f6fb17a4c Mon Sep 17 00:00:00 2001 From: kameshsr Date: Wed, 13 May 2026 18:05:35 +0530 Subject: [PATCH] Github issue 1141 corrected helm Signed-off-by: kameshsr --- deploy/install.sh | 2 +- helm/artifactory/Chart.yaml | 2 +- helm/artifactory/values.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/install.sh b/deploy/install.sh index 444caee9..299e6dc5 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then fi NS=artifactory -CHART_VERSION=1.3.0 +CHART_VERSION=1.3.1-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/artifactory/Chart.yaml b/helm/artifactory/Chart.yaml index e6f62cef..254ffbfa 100644 --- a/helm/artifactory/Chart.yaml +++ b/helm/artifactory/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: artifactory description: A Helm chart for MOSIP Artifactory type: application -version: 1.3.0 +version: 1.3.1-develop appVersion: "" dependencies: - name: common diff --git a/helm/artifactory/values.yaml b/helm/artifactory/values.yaml index a38ae4e8..3539c77f 100644 --- a/helm/artifactory/values.yaml +++ b/helm/artifactory/values.yaml @@ -46,8 +46,8 @@ service: ## with biosdk 'develop' version. TODO: Change this later image: registry: docker.io - repository: mosipid/artifactory-server - tag: 1.3.0 + repository: mosipqa/artifactory-server + tag: 1.3.x ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -115,8 +115,8 @@ resources: cpu: 200m memory: 1500Mi requests: - cpu: 50m - memory: 200Mi + cpu: 100m + memory: 750Mi additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M"