@@ -103,10 +103,6 @@ rabbitmq:
103
103
image :
104
104
repository : bitnami/rabbitmq
105
105
tag : 3.12.10-debian-11-r1
106
- podSecurityContext :
107
- enabled : false
108
- containerSecurityContext :
109
- enabled : false
110
106
auth :
111
107
# # Enable encryption to rabbitmq
112
108
# # ref: https://www.rabbitmq.com/ssl.html
@@ -236,7 +232,7 @@ rabbitmq:
236
232
artifactory :
237
233
enabled : true
238
234
unifiedUpgradeAllowed : true
239
- installerInfo : ' {"productId":"Helm_JFrogPlatform/{{ printf "10.19.6 -%s" .Chart.AppVersion }}","features":[{"featureId":"Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"},{"featureId":"Database/{{ .Values.database.type }}"},{"featureId":"Nginx_Enabled/{{ .Values.nginx.enabled }}"},{"featureId":"ArtifactoryPersistence_Type/{{ .Values.artifactory.persistence.type }}"},{"featureId":"SplitServicesToContainers_Enabled/{{ .Values.splitServicesToContainers }}"},{"featureId":"Filebeat_Enabled/{{ .Values.filebeat.enabled }}"},{"featureId":"ReplicaCount/{{ .Values.artifactory.replicaCount }}"}]}'
235
+ installerInfo : ' {"productId":"Helm_JFrogPlatform/{{ printf "10.19.7 -%s" .Chart.AppVersion }}","features":[{"featureId":"Platform/{{ printf "%s-%s" "kubernetes" .Capabilities.KubeVersion.Version }}"},{"featureId":"Database/{{ .Values.database.type }}"},{"featureId":"Nginx_Enabled/{{ .Values.nginx.enabled }}"},{"featureId":"ArtifactoryPersistence_Type/{{ .Values.artifactory.persistence.type }}"},{"featureId":"SplitServicesToContainers_Enabled/{{ .Values.splitServicesToContainers }}"},{"featureId":"Filebeat_Enabled/{{ .Values.filebeat.enabled }}"},{"featureId":"ReplicaCount/{{ .Values.artifactory.replicaCount }}"}]}'
240
236
postgresql :
241
237
enabled : false
242
238
waitForDatabase : false
@@ -246,11 +242,6 @@ artifactory:
246
242
url : ' {{ include "database.url" . }}'
247
243
user : artifactory
248
244
password : artifactory
249
- ingress :
250
- enabled : false
251
- nginx :
252
- service :
253
- type : " "
254
245
# Note: For artifactory Pro license, mission-control is not supported, Hence, set mc.enabled: false
255
246
# Note: mission-control is disabled by default, this is only available for E+ customers, and can be enabled by setting mc.enabled: true
256
247
mc :
@@ -368,10 +359,6 @@ preUpgradeHook:
368
359
repository : bitnami/kubectl
369
360
tag : 1.24.12
370
361
pullPolicy : IfNotPresent
371
- podSecurityContext :
372
- enabled : false
373
- containerSecurityContext :
374
- enabled : false
375
362
resources :
376
363
requests :
377
364
cpu : 5m
@@ -380,3 +367,7 @@ preUpgradeHook:
380
367
cpu : 1
381
368
memory : 1Gi
382
369
tolerations : []
370
+ podSecurityContext :
371
+ enabled : false
372
+ containerSecurityContext :
373
+ enabled : false
0 commit comments