From c295b86c0f91279dd44bdb198094bb9a1a837b71 Mon Sep 17 00:00:00 2001 From: Kalin Daskalov <kalin.daskalov@vereign.com> Date: Tue, 31 Oct 2023 14:12:42 +0200 Subject: [PATCH] remove docker logout --- .gitlab-ci.yml | 2 -- deployment/helm/Chart.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43795ec2..8ad36148 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,8 +90,6 @@ release: stage: manifest helm-lint: - before_script: - - docker logout image: ${HELM_IMAGE} extends: .helm-lint stage: lint diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index a1d2aa35..5394d28d 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v1 appVersion: v1.4.3 description: policy deployment name: policy -version: 1.4.3-test +version: 1.4.3 icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg" -- GitLab