Skip to content

Commit 1ad5f7a

Browse files
committed
ftr: adjust names of container
TRACEFOSS-761
1 parent 13589b4 commit 1ad5f7a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-Dsonar.organization=${{ vars.SONAR_ORGANIZATION }}
3636
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}
3737
- name: Run SonarCloud with hardcoded organization and project key
38-
uses: SonarSource/sonarcloud-github-action@master # Fallback for the catenax-ng/product-traceability-foss-frontend
38+
uses: SonarSource/sonarcloud-github-action@master # Fallback for the catenax-ng/tx-traceability-foss-frontend
3939
if: ${{ vars.SONAR_ORGANIZATION == '' || vars.SONAR_PROJECT_KEY == '' }}
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any

charts/tx-traceability-foss-frontend/values-dev-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ image:
66
CATENAX_PORTAL_CLIENT_ID: 'Cl17-CX-Part'
77
CATENAX_PORTAL_DEFAULT_REALM: 'CX-Central'
88

9-
nameOverride: "product-traceability-foss-test-frontend"
10-
fullnameOverride: "product-traceability-foss-test-frontend"
9+
nameOverride: "tx-traceability-foss-test-frontend"
10+
fullnameOverride: "tx-traceability-foss-test-frontend"
1111

1212
autoscaling:
1313
enabled: false

charts/tx-traceability-foss-frontend/values-int-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ image:
55
CATENAX_PORTAL_CLIENT_ID: 'Cl17-CX-Part'
66
CATENAX_PORTAL_DEFAULT_REALM: 'CX-Central'
77

8-
nameOverride: "product-traceability-foss-test-frontend"
9-
fullnameOverride: "product-traceability-foss-test-frontend"
8+
nameOverride: "tx-traceability-foss-test-frontend"
9+
fullnameOverride: "tx-traceability-foss-test-frontend"
1010

1111
autoscaling:
1212
enabled: false

charts/tx-traceability-foss-frontend/values-pen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ image:
88
# important to not conflict with dev env (both use same ArgoCD instance)
99
namespace: product-traceability-foss-pen
1010

11-
nameOverride: "product-traceability-foss-pen-frontend"
12-
fullnameOverride: "product-traceability-foss-pen-frontend"
11+
nameOverride: "tx-traceability-foss-pen-frontend"
12+
fullnameOverride: "tx-traceability-foss-pen-frontend"
1313

1414
autoscaling:
1515
enabled: false

0 commit comments

Comments
 (0)