diff --git a/Chart.lock b/Chart.lock index 31d7a1c704bf7e7265bec39d4e3e3f35d47d9cad..310d79569d585edb17163d622637115f80c3c0b2 100644 --- a/Chart.lock +++ b/Chart.lock @@ -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" diff --git a/Chart.yaml b/Chart.yaml index 3abddf024d67a15c4cd6f31d2918aa3147765b4c..b256b6e5c8934af1db27b9d1c89da4f5a35e7415 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/charts/vs-cache-0.1.1.tgz b/charts/vs-cache-0.1.1.tgz deleted file mode 100644 index 0a7c537aaf41337c7d79a659eb16bde284677a94..0000000000000000000000000000000000000000 Binary files a/charts/vs-cache-0.1.1.tgz and /dev/null differ diff --git a/charts/vs-cache-0.1.2.tgz b/charts/vs-cache-0.1.2.tgz new file mode 100644 index 0000000000000000000000000000000000000000..b453333d62134e274ab9f953e774d0e5f9dbf3b0 Binary files /dev/null and b/charts/vs-cache-0.1.2.tgz differ diff --git a/values.yaml b/values.yaml index 49c87e91a4cbe3da7fac5edb79e57afaa00a0df9..5285a5ff72c94c5f2ecaeb060c032cdfa85cf437 100644 --- a/values.yaml +++ b/values.yaml @@ -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: {}