From 9d6f5901bab5855adcbf793de89629c39faba346 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 12 Aug 2021 01:10:37 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.20.10 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 3019c39..6a12664 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.20/kube-scheduler-1.20" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.20.9" +- "v1.20.10" - "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.20.9" + org.opencontainers.image.version: "v1.20.10" ## 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.20.9.tar.gz +- url: https://github.com/kubernetes/kubernetes/archive/v1.20.10.tar.gz filename: kubernetes.tar.gz validation: type: sha256 - value: 541a656b1de87bd5c5e39b03c2e51487cb2274b7e1ff5f0a43d0043589a24449 + value: fd8561f88b8423eba046cea74ecc06c897b211920733eaa2d6340f3f9b379b65 - filename: go1.15.14.linux-amd64.tar.gz url: https://golang.org/dl/go1.15.14.linux-amd64.tar.gz validation: -- GitLab