Skip to content

Commit

Permalink
Update SDK to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Dec 4, 2023
1 parent 45c1ad7 commit 21870c8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ spec:
- name: {{ include "edusharing_repository_search_solr4.name" $ }}
image: {{ include "edusharing_repository_search_solr4.image" $ }}{{ $.Values.image.prefix }}-deploy-docker-repository-build-search-solr4:{{ $.Values.image.tag }}
imagePullPolicy: {{ $.Values.global.image.pullPolicy }}
{{- if default $.Values.global.debug $.Values.debug }}
args: [ "catalina.sh", "jpda", "run" ]
{{- end }}
env:
- name: REPOSITORY_SEARCH_SOLR4_CONFIG
value: | {{ .spec.config.override.application.common | nindent 12 }}
Expand Down

0 comments on commit 21870c8

Please sign in to comment.