diff --git a/.gitlab/common/common.yml b/.gitlab/common/common.yml index 4a987121..32819590 100644 --- a/.gitlab/common/common.yml +++ b/.gitlab/common/common.yml @@ -2,10 +2,10 @@ # SPDX-License-Identifier: Apache-2.0 --- variables: - OPENDESK_CI_CLI_IMAGE: "registry.opencode.de/bmi/opendesk/tooling/opendesk-ci-cli:2.6.0\ - @sha256:45df9795b32369843219b2fdc3c91429c450e250c1aab3ff6768fe02a599ad6b" - OPENDESK_LINT_IMAGE: "registry.opencode.de/bmi/opendesk/components/platform-development/images/ci-lint:1.0.12\ - @sha256:780c847210fa41811b47255a36c68167db490ce31c2ca6949f0e22002d7f4bf0" + OPENDESK_CI_CLI_IMAGE: "registry.opencode.de/bmi/opendesk/tooling/opendesk-ci-cli:2.7.1\ + @sha256:f09e36a4ad4b3a3a9ed260d6f36293002e39866a877c0a6b1efa16a88b8fd107" + OPENDESK_LINT_IMAGE: "registry.opencode.de/bmi/opendesk/components/platform-development/images/ci-lint:1.0.14\ + @sha256:34d2a96e5fc25155abd48fef4d335b131c71d8cbc00ad531df0cae9918b9f2ab" .common: cache: {} diff --git a/.gitlab/lint/lint-kyverno.yml b/.gitlab/lint/lint-kyverno.yml index 3ce6de2a..c6067bc4 100644 --- a/.gitlab/lint/lint-kyverno.yml +++ b/.gitlab/lint/lint-kyverno.yml @@ -33,6 +33,9 @@ lint-kyverno: -d ${CI_PROJECT_DIR}/helmfile/environments -x ${CI_PROJECT_DIR}/.kyverno/_overwrite.yaml - "helmfile template -e test --include-needs --skip-tests > ${CI_PROJECT_DIR}/.kyverno/opendesk.yaml" + - > + node /app/opendesk-ci-cli/src/index.js remove-empty-keys + -f ${CI_PROJECT_DIR}/.kyverno/opendesk.yaml - "cd ${CI_PROJECT_DIR}/.kyverno" # Test optional - >