Skip to content
Snippets Groups Projects
Verified Commit 1411194c authored by Martin Weise's avatar Martin Weise
Browse files
parent 90459946
No related branches found
No related tags found
1 merge request!422Fixed a library issue where the value could not be empty
......@@ -141,7 +141,7 @@ authservice:
setupJob:
image:
## @skip authservice.setupJob.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/auth-service-init:1.9.1
## @param authservice.setupJob.resourcesPreset The container resource preset
resourcesPreset: "nano"
## @param authservice.setupJob.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
......@@ -419,7 +419,7 @@ analyseservice:
enabled: true
image:
## @skip analyseservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/analyse-service:1.9.1
## @param analyseservice.podAnnotations the pod annotations. Evaluated as a template
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: { }
......@@ -483,7 +483,7 @@ metadataservice:
enabled: true
image:
## @skip metadataservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/metadata-service:1.9.1
## @param metadataservice.podAnnotations the pod annotations. Evaluated as a template
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: { }
......@@ -583,7 +583,7 @@ dataservice:
endpoint: http://data-service
image:
## @skip dataservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/data-service:1.9.1
## @param dataservice.podAnnotations the pod annotations. Evaluated as a template
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: { }
......@@ -672,7 +672,7 @@ searchservice:
endpoint: http://search-service
image:
## @skip searchservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/search-service:1.9.1
## @param searchservice.podAnnotations the pod annotations. Evaluated as a template
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
podAnnotations: { }
......@@ -724,7 +724,7 @@ searchservice:
enabled: true
image:
## @skip searchservice.setupJob.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/search-service-init:1.9.1
## @param searchservice.setupJob.resourcesPreset The container resource preset
resourcesPreset: "nano"
## @param searchservice.setupJob.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
......@@ -787,7 +787,7 @@ storageservice:
enabled: true
image:
## @skip storageservice.setupJob.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/storage-service-init:1.9.1
s3:
## @param storageservice.setupJob.s3.endpoint The S3-capable endpoint the microservice connects to.
endpoint: http://storage-service-s3:8333
......@@ -922,7 +922,7 @@ ui:
enabled: true
image:
## @skip ui.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/ui:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/ui:1.9.1
## https://stackblitz.com/edit/nuxt-oidc-auth-keygen?file=index.js
oidc:
## @param ui.oidc.authSessionSecret This should be a at least 48 characters random string. It is used to encrypt the user session.
......@@ -1043,7 +1043,7 @@ dashboardservice:
enabled: true
image:
## @skip dashboardservice.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/dashboard-service:1.9.1
## @param dashboardservice.endpoint The endpoint for the microservices.
endpoint: http://dashboard-service
## @param dashboardservice.podAnnotations the pod annotations. Evaluated as a template
......@@ -1098,7 +1098,7 @@ dashboardservice:
enabled: true
image:
## @skip dashboardservice.setupJob.image.name
name: registry.datalab.tuwien.ac.at/dbrepo/dashboard-service-init:1.9.0
name: registry.datalab.tuwien.ac.at/dbrepo/dashboard-service-init:1.9.1
## @param dashboardservice.setupJob.resourcesPreset The container resource preset
resourcesPreset: "nano"
## @param dashboardservice.setupJob.resources Set container requests and limits for different resources like CPU or memory (essential for production workloads)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment