UNCLASSIFIED

Commit 1b0d9086 authored by Ryan Akers's avatar Ryan Akers
Browse files

Merge branch 'renovate/kubernetes-kubernetes-1.19.x' into 'development'

Update dependency kubernetes/kubernetes to v1.19.11

See merge request !18
parents a1d82b07 c97d3a58
Pipeline #264610 passed with stages
in 28 minutes and 17 seconds
...@@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.19/kube-proxy-1.19" ...@@ -8,7 +8,7 @@ name: "opensource/kubernetes-1.19/kube-proxy-1.19"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "v1.19.10" - "v1.19.11"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://kubernetes.io/" org.opencontainers.image.url: "https://kubernetes.io/"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "v1.19.10" org.opencontainers.image.version: "v1.19.11"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "kubernetes" mil.dso.ironbank.image.keywords: "kubernetes"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -37,11 +37,11 @@ labels: ...@@ -37,11 +37,11 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- url: https://github.com/kubernetes/kubernetes/archive/v1.19.10.tar.gz - url: https://github.com/kubernetes/kubernetes/archive/v1.19.11.tar.gz
filename: kubernetes.tar.gz filename: kubernetes.tar.gz
validation: validation:
type: sha256 type: sha256
value: 009ee2744dd538c424aada83a19cadf6e8b4d22d46c0461b8021ead685b26038 value: 85cf92acfe33e84847783e331582e853c0a6986534f36ed46fac47cc0ddcb151
- filename: go1.15.2.linux-amd64.tar.gz - filename: go1.15.2.linux-amd64.tar.gz
url: https://golang.org/dl/go1.15.2.linux-amd64.tar.gz url: https://golang.org/dl/go1.15.2.linux-amd64.tar.gz
validation: validation:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment