EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit f07edf2a authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Bump vs-cache to 0.1.2

parent 93e08c51
No related branches found
No related tags found
No related merge requests found
Pipeline #18875 passed
......@@ -7,7 +7,7 @@ dependencies:
version: 10.9.0
- name: vs-cache
repository: https://charts-public.hub.eox.at
version: 0.1.1
version: 0.1.2
- name: vs-client
repository: https://charts-public.hub.eox.at
version: 0.1.0
......@@ -29,5 +29,5 @@ dependencies:
- name: vs-preprocessor
repository: https://charts-public.hub.eox.at
version: 0.1.0
digest: sha256:6cdf1038668a6027aafbaad0f7db194831dd92050fb7677bbc51572bd8161dae
generated: "2021-11-23T09:44:25.813081226+01:00"
digest: sha256:078cd90ddf8aa2f6539822544ee5c1079626db3b5eb7299dd682752ae125d4af
generated: "2021-11-23T12:25:42.480318486+01:00"
......@@ -27,7 +27,7 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
alias: redis
- name: vs-cache
version: "0.1.1"
version: "0.1.2"
repository: "https://charts-public.hub.eox.at"
alias: cache
- name: vs-client
......
File deleted
File added
......@@ -40,7 +40,7 @@ global:
# - source is the data source of the data for the preprocessor
# - target is a target destination for the preprocessor - if not existing it will be the same as data
# - cache is the target for the cache, by default its local for development
data: {}
data:
# examples:
# swift-data: the key is the storage name
# type: swift
......@@ -53,13 +53,13 @@ global:
# auth_url_short: "auth_url_short"
# auth_version: "auth_version"
# user_domain_name: "user_domain_name"
# s3-data:
# type: S3
# bucket: "bucket"
# endpoint_url: "endpoint_url"
# access_key_id: "access_key_id"
# secret_access_key: "secret_access_key"
# region: "region"
s3-data:
type: S3
bucket: "bucket"
endpoint_url: "endpoint_url"
access_key_id: "access_key_id"
secret_access_key: "secret_access_key"
region: "region"
source:
{}
# example:
......@@ -284,5 +284,7 @@ renderer: {}
registrar: {}
harvester: {}
scheduler: {}
preprocessor: {}
preprocessor:
config:
metadata_glob: "asdf"
ingestor: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment