Skip to content

Commit eb20d5a

Browse files
committed
feat(solr): Update zookeeper image
1 parent 47207ec commit eb20d5a

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

charts/drupal/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: drupal
22
apiVersion: v2
33
type: application
4-
version: 2.0.0-beta8
4+
version: 2.0.0-beta9
55
appVersion: 6.1.4
66
description: Helm Chart for deploying an enterprise-grade Drupal environment.
77
keywords:

charts/drupal/values.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,9 @@ solr:
855855
global:
856856
security:
857857
allowInsecureImages: true
858+
compatibility:
859+
openshift:
860+
adaptSecurityContext: auto
858861
image:
859862
registry: docker.io
860863
repository: bitnamilegacy/solr
@@ -875,8 +878,25 @@ solr:
875878
collection: drupal
876879
replicaCount: 1
877880
collectionReplicas: 1
881+
resources:
882+
requests:
883+
cpu: 250m
884+
memory: 512Mi
885+
limits:
886+
cpu: 500m
887+
memory: 1024Mi
878888
zookeeper:
879889
enabled: true
890+
global:
891+
security:
892+
allowInsecureImages: true
893+
compatibility:
894+
openshift:
895+
adaptSecurityContext: auto
896+
image:
897+
registry: docker.io
898+
repository: bitnamilegacy/zookeeper
899+
tag: 3.9.3-debian-12-r21
880900
persistence:
881901
# storageClass: "-"
882902
size: 500Mi

0 commit comments

Comments
 (0)