Skip to content

Commit 47207ec

Browse files
committed
feat(solr): Update to latest
1 parent 90a196b commit 47207ec

File tree

5 files changed

+44
-12
lines changed

5 files changed

+44
-12
lines changed

charts/drupal/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

charts/drupal/Chart.yaml

Lines changed: 2 additions & 2 deletions
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-beta7
4+
version: 2.0.0-beta8
55
appVersion: 6.1.4
66
description: Helm Chart for deploying an enterprise-grade Drupal environment.
77
keywords:
@@ -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
-79.8 KB
Binary file not shown.
101 KB
Binary file not shown.

charts/drupal/values.yaml

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff 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
851851
solr:
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

0 commit comments

Comments
 (0)