diff --git a/charts/registry/Chart.yaml b/charts/registry/Chart.yaml index 71e9c22a..436352a7 100644 --- a/charts/registry/Chart.yaml +++ b/charts/registry/Chart.yaml @@ -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 diff --git a/charts/registry/templates/tests/test-script-configmap.yaml b/charts/registry/templates/tests/test-script-configmap.yaml index faf3a753..ea94bc24 100644 --- a/charts/registry/templates/tests/test-script-configmap.yaml +++ b/charts/registry/templates/tests/test-script-configmap.yaml @@ -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 @@ -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 @@ -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 @@ -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