Skip to content

Commit

Permalink
chore(ckan): allow insecure solr container
Browse files Browse the repository at this point in the history
  • Loading branch information
SyeKlu committed Jan 15, 2025
1 parent 3151a7a commit f92952e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/ckan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,15 @@ redis:

solr:
enabled: true
global:
security:
allowInsecureImages: true
image:
registry: "ghcr.io"
pullPolicy: IfNotPresent
pullSecrets: []
repository: teutonet/oci-images/solr-ckan
tag: 1.0.14
tag: 1.0.15
digest: ""
extraEnvVars:
- name: SOLR_ADMIN_USERNAME
Expand Down

0 comments on commit f92952e

Please sign in to comment.