Skip to content

Commit

Permalink
⬆️ Upgrade to 7.0.4 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GRUSON authored Oct 1, 2020
1 parent fd614dc commit a591328
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-back.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/templates/deploy-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/templates/deploy-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/api/database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-database</artifactId>
<version>7.0.3</version>
<version>7.0.4</version>

<name>ARA Database</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion code/api/generated-cucumber-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-generated-cucumber-report</artifactId>
<version>7.0.3</version>
<version>7.0.4</version>

<name>ARA Cucumber</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion code/api/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-lib</artifactId>
<version>7.0.3</version>
<version>7.0.4</version>

<properties>
<java.version>14</java.version>
Expand Down
2 changes: 1 addition & 1 deletion code/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>com.decathlon.ara</groupId>
<artifactId>ara-parent</artifactId>
<packaging>pom</packaging>
<version>7.0.3</version>
<version>7.0.4</version>

<name>ARA Parent</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion code/api/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.decathlon.ara</groupId>
<artifactId>ara-server</artifactId>
<version>7.0.3</version>
<version>7.0.4</version>

<name>ARA Server</name>
<description>
Expand Down

0 comments on commit a591328

Please sign in to comment.