From fd46630a16f429c068b83cadf4e2e1568e9b1c99 Mon Sep 17 00:00:00 2001 From: Christian Gaege Date: Thu, 14 Mar 2024 12:38:40 +0100 Subject: [PATCH] Removed `enabled: true` property from securityContext. It is not longer needed --- charts/health-discovery/Chart.yaml | 2 +- charts/health-discovery/templates/database-deployment.yaml | 1 - .../health-discovery/templates/health-discovery-deployment.yaml | 1 - charts/health-discovery/templates/solr-deployment.yaml | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/health-discovery/Chart.yaml b/charts/health-discovery/Chart.yaml index 64a8675..f436821 100644 --- a/charts/health-discovery/Chart.yaml +++ b/charts/health-discovery/Chart.yaml @@ -1,6 +1,6 @@ name: health-discovery description: Health Discovery is the healthcare text mining and machine learning platform for analyzing large amounts of patient data -version: 7.0.1 +version: 7.0.2 apiVersion: v1 keywords: - health-discovery diff --git a/charts/health-discovery/templates/database-deployment.yaml b/charts/health-discovery/templates/database-deployment.yaml index e80f0eb..ae27161 100644 --- a/charts/health-discovery/templates/database-deployment.yaml +++ b/charts/health-discovery/templates/database-deployment.yaml @@ -26,7 +26,6 @@ spec: io.kompose.service: database spec: securityContext: - enabled: true runAsUser: 999 fsGroup: 999 containers: diff --git a/charts/health-discovery/templates/health-discovery-deployment.yaml b/charts/health-discovery/templates/health-discovery-deployment.yaml index 6cf97fb..1dab592 100644 --- a/charts/health-discovery/templates/health-discovery-deployment.yaml +++ b/charts/health-discovery/templates/health-discovery-deployment.yaml @@ -25,7 +25,6 @@ spec: io.kompose.service: health-discovery spec: securityContext: - enabled: true runAsUser: 1000 fsGroup: 1000 imagePullSecrets: diff --git a/charts/health-discovery/templates/solr-deployment.yaml b/charts/health-discovery/templates/solr-deployment.yaml index d9883f5..0a1354f 100644 --- a/charts/health-discovery/templates/solr-deployment.yaml +++ b/charts/health-discovery/templates/solr-deployment.yaml @@ -25,7 +25,6 @@ spec: io.kompose.service: solr spec: securityContext: - enabled: true runAsUser: 1000 fsGroup: 1000 imagePullSecrets: