EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit b300650f authored by Mussab Abdalla's avatar Mussab Abdalla
Browse files

Merge branch 'main' into client_test

parents 37e6a714 86a9864e
No related branches found
No related tags found
1 merge request!87Client test
[bumpversion]
current_version = 2.0.15
current_version = 2.0.16
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
......
......@@ -38,7 +38,7 @@ integration-test:
- export PREPROCESSOR_RESULTS_BUCKET=$(cat /proc/sys/kernel/random/uuid)
- kubectl apply -f testing/pvc-redis.yaml
# default timeout is 5 min, move to 8m for some leeway
- helm install my-helm-release . --wait --timeout 8m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.container=${PREPROCESSOR_RESULTS_BUCKET}
- helm install my-helm-release . --wait --timeout 10m --values ./testing/values-testing.yaml --values "${SECRET_HELM_VALUES_TESTING}" --set global.storage.target.container=${PREPROCESSOR_RESULTS_BUCKET}
- kubectl get po -A
script:
- cd testing && ./run_integration_test.sh
......
......@@ -7,16 +7,16 @@ dependencies:
version: 10.9.0
- name: vs-cache
repository: https://charts-public.hub.eox.at
version: 2.0.8
version: 2.0.9
- name: vs-client
repository: https://charts-public.hub.eox.at
version: 2.0.14
version: 2.0.17
- name: vs-renderer
repository: https://charts-public.hub.eox.at
version: 2.0.41
version: 2.0.47
- name: vs-registrar
repository: https://charts-public.hub.eox.at
version: 2.0.41
version: 2.0.47
- name: vs-scheduler
repository: https://charts-public.hub.eox.at
version: 2.0.1
......@@ -29,5 +29,5 @@ dependencies:
- name: vs-preprocessor
repository: https://charts-public.hub.eox.at
version: 2.1.5
digest: sha256:60e334835ec1a8ac57beb161f9c0c5af8c8992e516775aa072a3bca09e1a131c
generated: "2022-03-21T17:36:45.301094316Z"
digest: sha256:9d87298bd4f38565ca19c497c46eb86580dcca07dd225d10a95a654b64ff069f
generated: "2022-04-14T16:30:06.040197953Z"
......@@ -5,10 +5,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "2.0.15"
version: "2.0.16"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "2.0.15"
appVersion: "2.0.16"
maintainers:
- name: EOX IT Services GmbH
url: https://eox.at
......@@ -22,19 +22,19 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
alias: redis
- name: vs-cache
version: "2.0.8"
version: "2.0.9"
repository: "https://charts-public.hub.eox.at"
alias: cache
- name: vs-client
version: "2.0.14"
version: "2.0.17"
repository: "https://charts-public.hub.eox.at"
alias: client
- name: vs-renderer
version: "2.0.41"
version: "2.0.47"
repository: "https://charts-public.hub.eox.at"
alias: renderer
- name: vs-registrar
version: "2.0.41"
version: "2.0.47"
repository: "https://charts-public.hub.eox.at"
alias: registrar
- name: vs-scheduler
......
File deleted
File added
File deleted
File added
File deleted
File added
File deleted
File added
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