From 3ff4083ce2a985e156d8e07b6688f71b4bef87b8 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 16 Apr 2021 01:18:14 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.18.18 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8169827..016d9d9 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.17" +- "v1.18.18" - "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.17" + org.opencontainers.image.version: "v1.18.18" ## 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.17.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.18.18.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: 1dd9828185933c7dc89fd917bae7df6dd536d678e4c02a1349d88c9c97e15e89 + value: 4fefc112a8c5297f556d3297823a34e2bbfd0bddc451f1f57920b3b6bb11f311 - filename: texinfo.tar.gz url: "https://ftp.gnu.org/gnu/texinfo/texinfo-6.7.tar.gz" validation: -- GitLab