From a591328b57827fbdcc65850008c143c6a28d269e Mon Sep 17 00:00:00 2001 From: Thomas GRUSON Date: Thu, 1 Oct 2020 10:53:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Upgrade=20to=207.0.4=20?= =?UTF-8?q?(#327)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-back.yaml | 2 +- .github/workflows/build-front.yaml | 2 +- charts/stable/Chart.yaml | 2 +- charts/stable/templates/deploy-api.yaml | 2 +- charts/stable/templates/deploy-ui.yaml | 2 +- code/api/database/pom.xml | 2 +- code/api/generated-cucumber-report/pom.xml | 2 +- code/api/lib/pom.xml | 2 +- code/api/pom.xml | 2 +- code/api/server/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-back.yaml b/.github/workflows/build-back.yaml index 58441d00e..cd1773ea0 100644 --- a/.github/workflows/build-back.yaml +++ b/.github/workflows/build-back.yaml @@ -21,7 +21,7 @@ jobs: name: Prepare id: prep run: | - DOCKER_IMAGE=Decathlon/ara-api + DOCKER_IMAGE=decathlon/ara-api VERSION=noop if [ "${{ github.event_name }}" = "schedule" ]; then VERSION=nightly diff --git a/.github/workflows/build-front.yaml b/.github/workflows/build-front.yaml index 805ca741b..c8b438ab5 100644 --- a/.github/workflows/build-front.yaml +++ b/.github/workflows/build-front.yaml @@ -21,7 +21,7 @@ jobs: name: Prepare id: prep run: | - DOCKER_IMAGE=Decathlon/ara-web-ui + DOCKER_IMAGE=decathlon/ara-web-ui VERSION=noop if [ "${{ github.event_name }}" = "schedule" ]; then VERSION=nightly diff --git a/charts/stable/Chart.yaml b/charts/stable/Chart.yaml index 1790e094c..c2c7811d6 100644 --- a/charts/stable/Chart.yaml +++ b/charts/stable/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: ara -version: 7.0.3 +version: 7.0.4 home: https://github.com/Decathlon/ara description: | ARA helps you to fight against regressions by letting it preanalyze your non-regression tests runs, diff --git a/charts/stable/templates/deploy-api.yaml b/charts/stable/templates/deploy-api.yaml index 1324224a3..5b94b570a 100644 --- a/charts/stable/templates/deploy-api.yaml +++ b/charts/stable/templates/deploy-api.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: {{ $name }} - image: "{{ .Values.image.registry }}/Decathlon/ara-api:{{ .Chart.Version }}" + image: "{{ .Values.image.registry }}/decathlon/ara-api:{{ .Chart.Version }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: SERVER_PORT diff --git a/charts/stable/templates/deploy-ui.yaml b/charts/stable/templates/deploy-ui.yaml index 4d1e4f4ca..51184063f 100644 --- a/charts/stable/templates/deploy-ui.yaml +++ b/charts/stable/templates/deploy-ui.yaml @@ -26,7 +26,7 @@ spec: spec: containers: - name: {{ $name }} - image: "{{ .Values.image.registry }}/Decathlon/ara-web-ui:{{ .Chart.Version }}" + image: "{{ .Values.image.registry }}/decathlon/ara-web-ui:{{ .Chart.Version }}" imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: API_URL diff --git a/code/api/database/pom.xml b/code/api/database/pom.xml index 47ba1b52b..9d85d0c83 100644 --- a/code/api/database/pom.xml +++ b/code/api/database/pom.xml @@ -28,7 +28,7 @@ com.decathlon.ara ara-database - 7.0.3 + 7.0.4 ARA Database diff --git a/code/api/generated-cucumber-report/pom.xml b/code/api/generated-cucumber-report/pom.xml index 1f5440e6f..d1cfd9c7c 100644 --- a/code/api/generated-cucumber-report/pom.xml +++ b/code/api/generated-cucumber-report/pom.xml @@ -27,7 +27,7 @@ com.decathlon.ara ara-generated-cucumber-report - 7.0.3 + 7.0.4 ARA Cucumber diff --git a/code/api/lib/pom.xml b/code/api/lib/pom.xml index aea1e6d7c..da1c85b7e 100644 --- a/code/api/lib/pom.xml +++ b/code/api/lib/pom.xml @@ -27,7 +27,7 @@ com.decathlon.ara ara-lib - 7.0.3 + 7.0.4 14 diff --git a/code/api/pom.xml b/code/api/pom.xml index ce7895bcb..cae96ba27 100644 --- a/code/api/pom.xml +++ b/code/api/pom.xml @@ -28,7 +28,7 @@ com.decathlon.ara ara-parent pom - 7.0.3 + 7.0.4 ARA Parent diff --git a/code/api/server/pom.xml b/code/api/server/pom.xml index c2475cfd7..428816381 100644 --- a/code/api/server/pom.xml +++ b/code/api/server/pom.xml @@ -28,7 +28,7 @@ com.decathlon.ara ara-server - 7.0.3 + 7.0.4 ARA Server