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: ...@@ -7,7 +7,7 @@ dependencies:
version: 10.9.0 version: 10.9.0
- name: vs-cache - name: vs-cache
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 0.1.1 version: 0.1.2
- name: vs-client - name: vs-client
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 0.1.0 version: 0.1.0
...@@ -29,5 +29,5 @@ dependencies: ...@@ -29,5 +29,5 @@ dependencies:
- name: vs-preprocessor - name: vs-preprocessor
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 0.1.0 version: 0.1.0
digest: sha256:6cdf1038668a6027aafbaad0f7db194831dd92050fb7677bbc51572bd8161dae digest: sha256:078cd90ddf8aa2f6539822544ee5c1079626db3b5eb7299dd682752ae125d4af
generated: "2021-11-23T09:44:25.813081226+01:00" generated: "2021-11-23T12:25:42.480318486+01:00"
...@@ -27,7 +27,7 @@ dependencies: ...@@ -27,7 +27,7 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
alias: redis alias: redis
- name: vs-cache - name: vs-cache
version: "0.1.1" version: "0.1.2"
repository: "https://charts-public.hub.eox.at" repository: "https://charts-public.hub.eox.at"
alias: cache alias: cache
- name: vs-client - name: vs-client
......
File deleted
File added
...@@ -40,7 +40,7 @@ global: ...@@ -40,7 +40,7 @@ global:
# - source is the data source of the data for the preprocessor # - 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 # - 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 # - cache is the target for the cache, by default its local for development
data: {} data:
# examples: # examples:
# swift-data: the key is the storage name # swift-data: the key is the storage name
# type: swift # type: swift
...@@ -53,13 +53,13 @@ global: ...@@ -53,13 +53,13 @@ global:
# auth_url_short: "auth_url_short" # auth_url_short: "auth_url_short"
# auth_version: "auth_version" # auth_version: "auth_version"
# user_domain_name: "user_domain_name" # user_domain_name: "user_domain_name"
# s3-data: s3-data:
# type: S3 type: S3
# bucket: "bucket" bucket: "bucket"
# endpoint_url: "endpoint_url" endpoint_url: "endpoint_url"
# access_key_id: "access_key_id" access_key_id: "access_key_id"
# secret_access_key: "secret_access_key" secret_access_key: "secret_access_key"
# region: "region" region: "region"
source: source:
{} {}
# example: # example:
...@@ -284,5 +284,7 @@ renderer: {} ...@@ -284,5 +284,7 @@ renderer: {}
registrar: {} registrar: {}
harvester: {} harvester: {}
scheduler: {} scheduler: {}
preprocessor: {} preprocessor:
config:
metadata_glob: "asdf"
ingestor: {} 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