From 7c0f7a84e5551128d5deb3fdec42d6996e201294 Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 13 Feb 2021 01:02:54 +0000 Subject: [PATCH 1/2] Update ghcr.io/fluxcd/kustomize-controller Docker tag to v0.8.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41c5a55..1e1d97e 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.3 -FROM ghcr.io/fluxcd/kustomize-controller:v0.7.4 as builder +FROM ghcr.io/fluxcd/kustomize-controller:v0.8.0 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 3d641c9..c966095 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.7.4" +- "v0.8.0" - "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.7.4" + org.opencontainers.image.version: "v0.8.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "gitops,kubernetes,kustomize" ## This value can be "opensource" or "commercial" @@ -35,8 +35,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: ghcr.io/fluxcd/kustomize-controller:v0.7.4 - url: docker://ghcr.io/fluxcd/kustomize-controller@sha256:b3c107ce756b8b363d4886f9ecef6242e80e6cdf07853dd5fe2a49ae5d22edb1 +- tag: ghcr.io/fluxcd/kustomize-controller:v0.8.0 + url: docker://ghcr.io/fluxcd/kustomize-controller@sha256:3ccc7fb568fec1c7b5eb2402311b6555bc20228103faa0f9058a63ef56de9c09 - filename: tini-amd64 url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab From 63862a006b917ac0eccdc3b0107cd0beb9d7d5ea Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 6 Mar 2021 01:01:49 +0000 Subject: [PATCH 2/2] Update ghcr.io/fluxcd/kustomize-controller Docker tag to v0.9.2 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1e1d97e..affba7a 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.3 -FROM ghcr.io/fluxcd/kustomize-controller:v0.8.0 as builder +FROM ghcr.io/fluxcd/kustomize-controller:v0.9.2 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index c966095..7153750 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.8.0" +- "v0.9.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.8.0" + org.opencontainers.image.version: "v0.9.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" @@ -35,8 +35,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: ghcr.io/fluxcd/kustomize-controller:v0.8.0 - url: docker://ghcr.io/fluxcd/kustomize-controller@sha256:3ccc7fb568fec1c7b5eb2402311b6555bc20228103faa0f9058a63ef56de9c09 +- tag: ghcr.io/fluxcd/kustomize-controller:v0.9.2 + url: docker://ghcr.io/fluxcd/kustomize-controller@sha256:c3155539e27905f37eb481bdd867eef7841206506cd14f2e719183ad4806b0ef - filename: tini-amd64 url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64 validation: -- GitLab