Skip to content

Commit

Permalink
Merge pull request #354 from bci-oss/helm-release-version-0.4.9
Browse files Browse the repository at this point in the history
Feat: Helm release v0.4.9
  • Loading branch information
tunacicek authored Mar 20, 2024
2 parents d8a7602 + 3d5507f commit c1712fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ sources:
- https://github.com/eclipse-tractusx/sldt-digital-twin-registry

type: application
version: 0.4.9-RC2
appVersion: 0.4.1-RC2
version: 0.4.9
appVersion: 0.4.1

dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down
8 changes: 4 additions & 4 deletions charts/registry/templates/tests/test-script-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data:
stages:
- name: Create shell descriptor expect success
request:
url: "{aas_registry_api_url:s}/api/v3.0/shell-descriptors"
url: "{aas_registry_api_url:s}/api/v3/shell-descriptors"
method: POST
headers:
Content-Type: application/json
Expand All @@ -65,7 +65,7 @@ data:
- name: Get shell descriptor by id
request:
url: "{aas_registry_api_url:s}/api/v3.0/shell-descriptors/{encoded_shell_id:s}"
url: "{aas_registry_api_url:s}/api/v3/shell-descriptors/{encoded_shell_id:s}"
method: GET
headers:
Content-Type: application/json
Expand All @@ -84,7 +84,7 @@ data:
- name: Update shell descriptor by id
request:
url: "{aas_registry_api_url:s}/api/v3.0/shell-descriptors/{encoded_shell_id:s}"
url: "{aas_registry_api_url:s}/api/v3/shell-descriptors/{encoded_shell_id:s}"
method: PUT
headers:
Content-Type: application/json
Expand All @@ -97,7 +97,7 @@ data:
- name: Delete shell descriptor by id
request:
url: "{aas_registry_api_url:s}/api/v3.0/shell-descriptors/{encoded_shell_id:s}"
url: "{aas_registry_api_url:s}/api/v3/shell-descriptors/{encoded_shell_id:s}"
method: DELETE
headers:
Content-Type: application/json
Expand Down

0 comments on commit c1712fb

Please sign in to comment.