From 00fc642d5d7f96318f0fab37adc9d2bd63001b57 Mon Sep 17 00:00:00 2001 From: "Florian Rusch (ZF Friedrichshafen AG)" Date: Thu, 18 Jan 2024 09:53:52 +0100 Subject: [PATCH] Fix pipeline --- .../tests/custom-values/deployment_test.yaml | 4 ++-- .../tests/default/deployment_test.yaml | 4 ++-- charts/managed-identity-wallet/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/managed-identity-wallet/tests/custom-values/deployment_test.yaml b/charts/managed-identity-wallet/tests/custom-values/deployment_test.yaml index d1e3398b4..6f7740ce2 100644 --- a/charts/managed-identity-wallet/tests/custom-values/deployment_test.yaml +++ b/charts/managed-identity-wallet/tests/custom-values/deployment_test.yaml @@ -1,5 +1,5 @@ # /******************************************************************************** -# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation +# * Copyright (c) 2021,2023,2024 Contributors to the Eclipse Foundation # * # * See the NOTICE file(s) distributed with this work for additional # * information regarding copyright ownership. @@ -87,7 +87,7 @@ tests: - name: APPLICATION_PORT value: "8080" - name: VC_EXPIRY_DATE - value: 31-12-2023 + value: 31-12-2024 - name: encryption-key valueFrom: secretKeyRef: diff --git a/charts/managed-identity-wallet/tests/default/deployment_test.yaml b/charts/managed-identity-wallet/tests/default/deployment_test.yaml index 1578632fa..f02ee236d 100644 --- a/charts/managed-identity-wallet/tests/default/deployment_test.yaml +++ b/charts/managed-identity-wallet/tests/default/deployment_test.yaml @@ -1,5 +1,5 @@ # /******************************************************************************** -# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation +# * Copyright (c) 2021,2023,2024 Contributors to the Eclipse Foundation # * # * See the NOTICE file(s) distributed with this work for additional # * information regarding copyright ownership. @@ -146,7 +146,7 @@ tests: - name: APPLICATION_PORT value: "8080" - name: VC_EXPIRY_DATE - value: 31-12-2023 + value: 31-12-2024 - it: should have empty values asserts: diff --git a/charts/managed-identity-wallet/values.yaml b/charts/managed-identity-wallet/values.yaml index 6afa84a93..39b3b64f4 100644 --- a/charts/managed-identity-wallet/values.yaml +++ b/charts/managed-identity-wallet/values.yaml @@ -1,5 +1,5 @@ # /******************************************************************************** -# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation +# * Copyright (c) 2021,2023,2024 Contributors to the Eclipse Foundation # * # * See the NOTICE file(s) distributed with this work for additional # * information regarding copyright ownership.