From 3d5507f2550233a436e2dfb162d14a81cb9a1166 Mon Sep 17 00:00:00 2001 From: Sahil Aggarwal Date: Wed, 20 Mar 2024 15:09:56 +0100 Subject: [PATCH] helm version upgrade --- charts/registry/Chart.yaml | 4 ++-- .../registry/templates/tests/test-script-configmap.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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