From a4efb11bc047929af004805ef454151e51ed7b9a Mon Sep 17 00:00:00 2001 From: Andrii Panchuk Date: Thu, 27 May 2021 21:06:11 +0000 Subject: [PATCH] Revert "Merge branch 'renovate/docker-ghcr.io-fluxcd-source-controller-0.x' into 'development'" This reverts merge request !53 --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e2fd4b9..49027b2 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "fluxcd/source-controller" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v0.13.0" +- "v0.12.2" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/fluxcd/source-controller" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "fluxcd" - org.opencontainers.image.version: "v0.13.0" + org.opencontainers.image.version: "v0.12.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitops,kubernetes" ## This value can be "opensource" or "commercial" -- GitLab