CoreDNS: uplift to 1.9.4
* Uplift the CoreDNS image to 1.9.4 (From mirantis product) Change-Id: I3e272761b802cd2cc227c9877cecab1d19cda486
This commit is contained in:
parent
c10165c144
commit
3ba747bb48
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: A chart for coredns
|
description: A chart for coredns
|
||||||
name: coredns
|
name: coredns
|
||||||
version: 0.2.0
|
version: 0.3.0
|
||||||
appVersion: "1.8.6"
|
appVersion: "1.9.4"
|
||||||
|
@ -28,7 +28,7 @@ conf:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
coredns: coredns/coredns:1.8.6
|
coredns: coredns/coredns:1.9.4
|
||||||
test: quay.io/airshipit/promenade:latest
|
test: quay.io/airshipit/promenade:latest
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
|
|
||||||
|
@ -565,7 +565,7 @@ data:
|
|||||||
- kubernetes.default.svc.cluster.local
|
- kubernetes.default.svc.cluster.local
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
coredns: coredns/coredns:1.8.6
|
coredns: coredns/coredns:1.9.4
|
||||||
test: quay.io/airshipit/promenade:master
|
test: quay.io/airshipit/promenade:master
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
|
@ -586,7 +586,7 @@ data:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
coredns: coredns/coredns:1.8.6
|
coredns: coredns/coredns:1.9.4
|
||||||
test: quay.io/airshipit/promenade:master
|
test: quay.io/airshipit/promenade:master
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
|
@ -462,7 +462,7 @@ data:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
coredns: coredns/coredns:1.8.6
|
coredns: coredns/coredns:1.9.4
|
||||||
test: quay.io/airshipit/promenade:master
|
test: quay.io/airshipit/promenade:master
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
|
@ -468,7 +468,7 @@ data:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
coredns: coredns/coredns:1.8.6
|
coredns: coredns/coredns:1.9.4
|
||||||
test: quay.io/airshipit/promenade:master
|
test: quay.io/airshipit/promenade:master
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
|
@ -475,7 +475,7 @@ data:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
coredns: coredns/coredns:1.8.6
|
coredns: coredns/coredns:1.9.4
|
||||||
test: quay.io/airshipit/promenade:master
|
test: quay.io/airshipit/promenade:master
|
||||||
source:
|
source:
|
||||||
type: local
|
type: local
|
||||||
|
@ -3,7 +3,7 @@ IMAGE_CALICO_CNI=quay.io/calico/cni:v3.4.0
|
|||||||
IMAGE_CALICO_CTL=quay.io/calico/ctl:v3.4.0
|
IMAGE_CALICO_CTL=quay.io/calico/ctl:v3.4.0
|
||||||
IMAGE_CALICO_KUBE_CONTROLLERS=quay.io/calico/kube-controllers:v3.4.0
|
IMAGE_CALICO_KUBE_CONTROLLERS=quay.io/calico/kube-controllers:v3.4.0
|
||||||
IMAGE_CALICO_NODE=quay.io/calico/node:v3.4.0
|
IMAGE_CALICO_NODE=quay.io/calico/node:v3.4.0
|
||||||
IMAGE_COREDNS=coredns/coredns:1.8.6
|
IMAGE_COREDNS=coredns/coredns:1.9.4
|
||||||
IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
IMAGE_DEP_CHECK=quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
|
||||||
IMAGE_ETCD=quay.io/coreos/etcd:v3.5.4
|
IMAGE_ETCD=quay.io/coreos/etcd:v3.5.4
|
||||||
IMAGE_HAPROXY=haproxy:1.8.3
|
IMAGE_HAPROXY=haproxy:1.8.3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# source_name, tag, cache_name
|
# source_name, tag, cache_name
|
||||||
coredns/coredns,1.8.6,coredns
|
coredns/coredns,1.9.4,coredns
|
||||||
bitnami/kubectl,1.24.4,kubectl
|
bitnami/kubectl,1.24.4,kubectl
|
||||||
k8s.gcr.io/kube-apiserver-amd64,v1.24.4,apiserver
|
k8s.gcr.io/kube-apiserver-amd64,v1.24.4,apiserver
|
||||||
k8s.gcr.io/kube-controller-manager-amd64,v1.24.4,controller-manager
|
k8s.gcr.io/kube-controller-manager-amd64,v1.24.4,controller-manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user