Skip to content

Commit

Permalink
fix: config map problem (#383)
Browse files Browse the repository at this point in the history
* fix: config map problem

* chore: ⬆️  Upgrade to 7.2.4 (#385)

Co-authored-by: Thomgrus <Thomgrus@users.noreply.github.com>

Co-authored-by: Thomgrus <Thomgrus@users.noreply.github.com>
  • Loading branch information
Thomas GRUSON and Thomgrus authored Jan 18, 2021
1 parent 044fea9 commit 3179ecc
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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.2.3
version: 7.2.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/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
data:
database_host: {{ include "ara.db.host" . | quote }}
database_type: {{ .Values.database.type }}
database_options: {{ .Values.database.options }}
database_options: {{ .Values.database.options | quote }}
liquibase_active: {{ .Values.database.liquibaseActive | quote }}
app_url: {{ .Values.api.appUrl }}
api_url: {{ printf "%s-api.%s.svc.cluster.local:%.0f" .Chart.Name .Release.Namespace .Values.api.port }}
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.2.3</version>
<version>7.2.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.2.3</version>
<version>7.2.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.2.3</version>
<version>7.2.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.2.3</version>
<version>7.2.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.2.3</version>
<version>7.2.4</version>

<name>ARA Server</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion code/web-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ara-client",
"version": "7.2.3",
"version": "7.2.4",
"description": "Agile Regression Analyzer front app",
"author": "Decathlon <developers@decathlon.com>",
"private": true,
Expand Down

0 comments on commit 3179ecc

Please sign in to comment.