Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ckan version, change in solr-init.py #109

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 3.3.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

appVersion: 2.9.10
appVersion: 2.10.3

# Dependencies
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion solr-init/solr-init.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def prepare_configset(cfset_name):
# Copy configset files from configmap volume into rw volume
# and include schema.xml from ckan src
shutil.copytree("/srv/solr-configset", "/srv/app/solr-configset")
shutil.copyfile("/srv/app/src/ckan/ckan/config/solr/schema.solr8.xml",
shutil.copyfile("/srv/app/src/ckan/ckan/config/solr/schema.xml",
"/srv/app/solr-configset/schema.xml")

# Create zip
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: keitaro/ckan
tag: 2.9.10
tag: 2.10.3
pullPolicy: IfNotPresent
testConnection:
repository: busybox
Expand Down
Loading