Skip to content
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
7 changes: 7 additions & 0 deletions config/initializers/bulkrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,10 @@
end
# rubocop:enable Metrics/BlockLength
end

# Override bulkrax CSV parse to allow big ol files (for use with metadata only exports)
Bulkrax::CsvParser.class_eval do
def records_split_count
1_000_000
end
end
6 changes: 3 additions & 3 deletions hyrax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ fcrepo:
postgresql:
enabled: false
image:
repository: bitnami/postgresql
repository: bitnamilegacy/postgresql
tag: 12.3.0

memcached:
Expand All @@ -227,7 +227,7 @@ minio:
postgresql:
enabled: true
image:
repository: bitnami/postgresql
repository: bitnamilegacy/postgresql
tag: 12.3.0
postgresqlUsername: hyrax
postgresqlPassword: hyrax_pass
Expand Down Expand Up @@ -386,7 +386,7 @@ redis:
solr:
enabled: true
image:
repository: bitnami/solr
repository: bitnamilegacy/solr
tag: 8.11.1
authentication:
enabled: true
Expand Down
Loading