EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit ec2ed3c4 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

Merge branch 'main' into auto-update-cache-2.0.27-seeder-2.0.27

parents e4ae98fa 616ee606
No related branches found
No related tags found
1 merge request!152Bump cache/seeder to 2.0.27 / 2.0.27
Pipeline #32614 canceled
...@@ -16,10 +16,10 @@ dependencies: ...@@ -16,10 +16,10 @@ dependencies:
version: 2.1.2 version: 2.1.2
- name: vs-renderer - name: vs-renderer
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 3.2.5-alpha.17 version: 3.3.1
- name: vs-registrar - name: vs-registrar
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 3.2.5-alpha.17 version: 3.3.1
- name: vs-scheduler - name: vs-scheduler
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 2.0.3 version: 2.0.3
...@@ -35,5 +35,5 @@ dependencies: ...@@ -35,5 +35,5 @@ dependencies:
- name: vs-preprocessor-v3 - name: vs-preprocessor-v3
repository: https://charts-public.hub.eox.at repository: https://charts-public.hub.eox.at
version: 3.3.0 version: 3.3.0
digest: sha256:d123420ec2d7c4146216e143c2e309331c2890fa54be3d308ce4a89b8371b17b digest: sha256:83bc1b3407d9bcdf3a93de7733defe371230f79d8faff2a6d46991056cf88cad
generated: "2023-01-12T13:59:26.238465706Z" generated: "2023-01-30T11:19:18.87208891Z"
...@@ -34,11 +34,11 @@ dependencies: ...@@ -34,11 +34,11 @@ dependencies:
repository: "https://charts-public.hub.eox.at" repository: "https://charts-public.hub.eox.at"
alias: client alias: client
- name: vs-renderer - name: vs-renderer
version: "3.2.5-alpha.17" version: "3.3.1"
repository: "https://charts-public.hub.eox.at" repository: "https://charts-public.hub.eox.at"
alias: renderer alias: renderer
- name: vs-registrar - name: vs-registrar
version: "3.2.5-alpha.17" version: "3.3.1"
repository: "https://charts-public.hub.eox.at" repository: "https://charts-public.hub.eox.at"
alias: registrar alias: registrar
- name: vs-scheduler - name: vs-scheduler
......
File deleted
File added
File deleted
File added
...@@ -137,69 +137,6 @@ global: ...@@ -137,69 +137,6 @@ global:
coverage_types: coverage_types:
- int16_grayscale - int16_grayscale
disableDefaultCoverageTypes: false
coverageTypes:
- data_type: "Uint16"
name: "RGBNir"
bands:
- definition: "http://www.opengis.net/def/property/OGC/0/Radiance"
description: "Red Channel"
gdal_interpretation: "RedBand"
identifier: "red"
name: "red"
nil_values:
- reason: "http://www.opengis.net/def/nil/OGC/0/unknown"
value: 0
uom: "W.m-2.Sr-1"
significant_figures: 5
allowed_value_ranges:
-
- 0
- 65535
- definition: "http://www.opengis.net/def/property/OGC/0/Radiance"
description: "Green Channel"
gdal_interpretation: "GreenBand"
identifier: "green"
name: "green"
nil_values:
- reason: "http://www.opengis.net/def/nil/OGC/0/unknown"
value: 0
uom: "W.m-2.Sr-1"
significant_figures: 5
allowed_value_ranges:
-
- 0
- 65535
- definition: "http://www.opengis.net/def/property/OGC/0/Radiance"
description: "Blue Channel"
gdal_interpretation: "BlueBand"
identifier: "blue"
name: "blue"
nil_values:
- reason: "http://www.opengis.net/def/nil/OGC/0/unknown"
value: 0
uom: "W.m-2.Sr-1"
significant_figures: 5
allowed_value_ranges:
-
- 0
- 65535
- definition: "http://www.opengis.net/def/property/OGC/0/Radiance"
description: "Nir Channel"
gdal_interpretation: "NirBand"
identifier: "nir"
name: "nir"
nil_values:
- reason: "http://www.opengis.net/def/nil/OGC/0/unknown"
value: 0
uom: "W.m-2.Sr-1"
significant_figures: 5
allowed_value_ranges:
-
- 0
- 65535
productTypes: productTypes:
- name: Emergency_Product_PH1B - name: Emergency_Product_PH1B
defaultBrowse: TRUE_COLOR defaultBrowse: TRUE_COLOR
......
...@@ -238,10 +238,13 @@ database: ...@@ -238,10 +238,13 @@ database:
enabled: false enabled: false
existingClaim: data-access-db # rename to persistence volume claim existingClaim: data-access-db # rename to persistence volume claim
#### SHOULD BE CHANGED IN PROD #### #### SHOULD BE CHANGED IN PROD ####
# NOTE: these value keys have to be changed when upgrading the chart version
# https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/
postgresqlUsername: dbuser postgresqlUsername: dbuser
postgresqlPassword: dbpw postgresqlPassword: dbpw
postgresqlDatabase: dbname postgresqlDatabase: dbname
postgresqlPostgresPassword: dbpgpw postgresqlPostgresPassword: dbpgpw
postgresqlMaxConnections: "300"
initdbScripts: initdbScripts:
enablePostgis.sh: | enablePostgis.sh: |
echo "Enabling postgis" echo "Enabling postgis"
......
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