From e48d283727fa4f2ddf6406b756f7e775a72789d2 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 13 May 2021 01:23:34 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.18.19 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 016d9d9..939ca13 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.18/kube-proxy-1.18" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.18.18" +- "v1.18.19" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://kubernetes.io/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "v1.18.18" + org.opencontainers.image.version: "v1.18.19" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "kubernetes" ## This value can be "opensource" or "commercial" @@ -37,11 +37,11 @@ labels: # List of resources to make available to the offline build context resources: -- url: https://github.com/kubernetes/kubernetes/archive/v1.18.18.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.18.19.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: 4fefc112a8c5297f556d3297823a34e2bbfd0bddc451f1f57920b3b6bb11f311 + value: 2812e4c0b66fe5efe588c6affdb6c0e180e8649dadacb5144511feb398f2001e - filename: texinfo.tar.gz url: "https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.gz" validation: -- GitLab