From 4d87dabf75e3fab9ec116e7c3866916448d9fc66 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 18 Aug 2021 01:18:05 +0000 Subject: [PATCH] Update quay.io/prometheus-operator/prometheus-config-reloader Docker tag to v0.50.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ea048b..04f2dd4 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 quay.io/prometheus-operator/prometheus-config-reloader:v0.49.0 as base +FROM quay.io/prometheus-operator/prometheus-config-reloader:v0.50.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 3555680..e82418a 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/prometheus-operator/prometheus-config-reloader" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v0.49.0" +- "v0.50.0" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/prometheus-operator/prometheus-operator" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "prometheus-operator" - org.opencontainers.image.version: "v0.49.0" + org.opencontainers.image.version: "v0.50.0" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "configmap,prometheus" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: quay.io/prometheus-operator/prometheus-config-reloader:v0.49.0 - url: docker://quay.io/prometheus-operator/prometheus-config-reloader@sha256:61bd63e7bc1aaebd39983d2c118a453e59427ccaa1b188cbadd4d0bded415d17 +- tag: quay.io/prometheus-operator/prometheus-config-reloader:v0.50.0 + url: docker://quay.io/prometheus-operator/prometheus-config-reloader@sha256:8b42df399f6d8085d9c7377e4f5508c10791d19cd1df00ab41de856741c65d28 # List of project maintainers maintainers: -- GitLab