From e5f12fa2150ce06cab0c1c43617c9b9d1c5d0d85 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 3 Jun 2021 01:07:51 +0000 Subject: [PATCH] Update ghcr.io/fluxcd/kustomize-controller Docker tag to v0.12.2 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ecc814..e660245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 ARG BASE_TAG=8.4 -FROM ghcr.io/fluxcd/kustomize-controller:v0.12.1 as builder +FROM ghcr.io/fluxcd/kustomize-controller:v0.12.2 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 88b65d3..256bf29 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -6,7 +6,7 @@ name: "fluxcd/kustomize-controller" # List of tags to push for the repository in registry1 tags: -- "v0.12.1" +- "v0.12.2" - "latest" # Build args passed to Dockerfile ARGs @@ -25,7 +25,7 @@ labels: org.opencontainers.image.url: "https://github.com/fluxcd/kustomize-controller" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "fluxcd" - org.opencontainers.image.version: "v0.12.1" + org.opencontainers.image.version: "v0.12.2" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitops,kubernetes,kustomize" ## This value can be "opensource" or "commercial" -- GitLab