Skip to content

Commit

Permalink
Merge pull request #946 from kinarashah/devsl2
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarashah authored Aug 10, 2022
2 parents 5eae55d + c159bd4 commit 7422e43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10642,6 +10642,10 @@
"nginxProxy": "rancher/rke-tools:v0.1.86",
"certDownloader": "rancher/rke-tools:v0.1.86",
"kubernetesServicesSidecar": "rancher/rke-tools:v0.1.86",
"kubedns": "rancher/mirrored-k8s-dns-kube-dns:1.21.1",
"dnsmasq": "rancher/mirrored-k8s-dns-dnsmasq-nanny:1.21.1",
"kubednsSidecar": "rancher/mirrored-k8s-dns-sidecar:1.21.1",
"kubednsAutoscaler": "rancher/mirrored-cluster-proportional-autoscaler:1.8.5",
"coredns": "rancher/mirrored-coredns-coredns:1.9.3",
"corednsAutoscaler": "rancher/mirrored-cluster-proportional-autoscaler:1.8.5",
"nodelocal": "rancher/mirrored-k8s-dns-node-cache:1.21.1",
Expand Down
4 changes: 4 additions & 0 deletions rke/k8s_rke_system_images.go
Original file line number Diff line number Diff line change
Expand Up @@ -7853,6 +7853,10 @@ func loadK8sRKESystemImages() map[string]v3.RKESystemImages {
NginxProxy: "rancher/rke-tools:v0.1.86",
CertDownloader: "rancher/rke-tools:v0.1.86",
KubernetesServicesSidecar: "rancher/rke-tools:v0.1.86",
KubeDNS: "rancher/mirrored-k8s-dns-kube-dns:1.21.1",
DNSmasq: "rancher/mirrored-k8s-dns-dnsmasq-nanny:1.21.1",
KubeDNSSidecar: "rancher/mirrored-k8s-dns-sidecar:1.21.1",
KubeDNSAutoscaler: "rancher/mirrored-cluster-proportional-autoscaler:1.8.5",
Flannel: "rancher/mirrored-coreos-flannel:v0.15.1",
FlannelCNI: "rancher/flannel-cni:v0.3.0-rancher6",
CalicoNode: "rancher/mirrored-calico-node:v3.22.0",
Expand Down

0 comments on commit 7422e43

Please sign in to comment.