From ad55dbb3f71d31da7f6ea07c59929e3ba6b82060 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 16 Aug 2021 01:10:33 +0000 Subject: [PATCH] Update dependency kubernetes/kubernetes to v1.19.14 --- hardening_manifest.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 970c6db..e95d786 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.19/kube-controller-manager-1.19" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.19.13" +- "v1.19.14" - "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.19.13" + org.opencontainers.image.version: "v1.19.14" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "kubernetes" ## This value can be "opensource" or "commercial" @@ -38,10 +38,10 @@ labels: # List of resources to make available to the offline build context resources: - filename: kubernetes.tar.gz - url: https://github.com/kubernetes/kubernetes/archive/v1.19.13.tar.gz + url: https://github.com/kubernetes/kubernetes/archive/v1.19.14.tar.gz validation: type: sha256 - value: 02c8b087f2912707b67d26ecd9d335b2779a1c46dbd152ffc4435e000e630588 + value: 9cb2ea2fc6a9f338f72dc1ad031903aadc680244f869772780b40a2b859d9a21 - filename: go1.15.2.linux-amd64.tar.gz url: https://golang.org/dl/go1.15.2.linux-amd64.tar.gz validation: -- GitLab