Skip to content

Commit

Permalink
feat(bpdm-system-test): updated correct path for test connection.
Browse files Browse the repository at this point in the history
  • Loading branch information
SujitMBRDI committed Dec 12, 2024
1 parent 613b2e9 commit 7b60582
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion charts/bpdm/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ metadata:
spec:
containers:
- name: java-test
image: "{{ .Values.tests.registry }}/{{ .Values.tests.repository }}:{{ .Values.tests.tag | default .Chart.AppVersion }}"
image: "{{ .Values.tests.image.registry }}/{{ .Values.tests.image.repository }}:{{ .Values.tests.image.tag | default .Chart.AppVersion }}"
env:
- name: SPRING_CONFIG_IMPORT
value: "/etc/conf/secrets.yml"
Expand Down
3 changes: 1 addition & 2 deletions charts/bpdm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ centralidp:
fullnameOverride: bpdm-centralidp

tests:
enabled: true
applicationConfig:
bpdm:
client:
Expand All @@ -98,4 +97,4 @@ tests:
repository: tractusx/bpdm-system-tester
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: ""
2 changes: 1 addition & 1 deletion docker/compose/dependencies/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
- KC_DB_URL=jdbc:postgresql://bpdm-postgres:5432/keycloak
- KC_DB_USERNAME=keycloak
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
- KEYCLOAK_ADMIN_PASSWORD=${KEYCLOAK_ADMIN_PASSWORD}
command: start-dev --import-realm
ports:
- "8180:8080"
Expand Down

0 comments on commit 7b60582

Please sign in to comment.