File tree Expand file tree Collapse file tree 5 files changed +44
-12
lines changed
Expand file tree Collapse file tree 5 files changed +44
-12
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ dependencies:
77 version: 15.5.38
88- name: solr
99 repository: https://charts.bitnami.com/bitnami
10- version: 7.5 .1
10+ version: 9.6 .1
1111- name: valkey
1212 repository: https://valkey-io.github.io/valkey-helm
1313 version: 0.9.3
1414- name: varnish
1515 repository: https://drupalwxt.github.io/helm-drupal
1616 version: 0.2.5
17- digest: sha256:2678da64ee92aa7da389591c84a90dc76e751ff5f7b82067963e9ff853b2fdf5
18- generated: "2026-02-08T21:35:54.847832-05 :00"
17+ digest: sha256:8a2e464e5358399331cfdc9fc24f6236307f95b19296a2a0a4e4dfa1946489ff
18+ generated: "2026-03-22T19:07:16.26966-04 :00"
Original file line number Diff line number Diff line change 11name : drupal
22apiVersion : v2
33type : application
4- version : 2.0.0-beta7
4+ version : 2.0.0-beta8
55appVersion : 6.1.4
66description : Helm Chart for deploying an enterprise-grade Drupal environment.
77keywords :
@@ -31,7 +31,7 @@ dependencies:
3131 repository : https://charts.bitnami.com/bitnami
3232 condition : postgresql.enabled
3333 - name : solr
34- version : 7.5 .1
34+ version : 9.6 .1
3535 repository : https://charts.bitnami.com/bitnami
3636 condition : solr.enabled
3737 - name : valkey
Original file line number Diff line number Diff line change @@ -847,20 +847,52 @@ redis:
847847 enabled : true
848848
849849# # Configuration values for the Solr dependency sub-chart
850- # # ref: https://github.com/bitnami/charts/blob/master/bitnami/redis /README.md
850+ # # ref: https://github.com/bitnami/charts/blob/master/bitnami/solr /README.md
851851solr :
852852 enabled : false
853+ ingress :
854+ enabled : false
855+ global :
856+ security :
857+ allowInsecureImages : true
853858 image :
854859 registry : docker.io
855860 repository : bitnamilegacy/solr
856- tag : " 9.2.1-debian-11-r73"
857- pullPolicy : IfNotPresent
858- cloudEnabled : false
859- cloudBootstrap : false
860- zookeeper :
861- enabled : false
861+ tag : 9.9.0-debian-12-r1
862+ auth : {}
863+ cloudEnabled : true
864+ cloudBootstrap : true
865+ persistence :
866+ # storageClass: "-"
867+ size : 5Gi
868+ # OpenShift should be auto detected
869+ # podSecurityContext:
870+ # enabled: false
871+ # containerSecurityContext:
872+ # enabled: false
873+ coreNames :
874+ - drupal
875+ collection : drupal
862876 replicaCount : 1
863877 collectionReplicas : 1
878+ zookeeper :
879+ enabled : true
880+ persistence :
881+ # storageClass: "-"
882+ size : 500Mi
883+ # OpenShift should be auto detected
884+ # podSecurityContext:
885+ # enabled: false
886+ # containerSecurityContext:
887+ # enabled: false
888+ replicaCount : 1
889+ resources :
890+ limits :
891+ cpu : 100m
892+ memory : 256Mi
893+ requests :
894+ cpu : 100m
895+ memory : 256Mi
864896
865897# # Configuration values for the Varnish dependency sub-chart
866898# # ref: https://github.com/drupalwxt/helm-drupal/blob/main/charts/varnish/README.md
You can’t perform that action at this time.
0 commit comments