1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-04 16:30:02 +00:00

vendor update norman, types

This commit is contained in:
kinarashah
2019-10-03 11:55:12 -07:00
committed by Alena Prokharchyk
parent a00d610b30
commit bd969be49d
6 changed files with 18 additions and 18 deletions

View File

@@ -1388,9 +1388,9 @@ func loadK8sRKESystemImages() map[string]v3.RKESystemImages {
WindowsPodInfraContainer: m("rancher/kubelet-pause:v0.1.3"),
},
// Experimental in Rancher v2.3.0
"v1.16.0-rancher1-1": {
"v1.16.1-rancher1-1": {
Etcd: m("quay.io/coreos/etcd:v3.3.15-rancher1"),
Kubernetes: m("rancher/hyperkube:v1.16.0-rancher1"),
Kubernetes: m("rancher/hyperkube:v1.16.1-rancher1"),
Alpine: m("rancher/rke-tools:v0.1.50"),
NginxProxy: m("rancher/rke-tools:v0.1.50"),
CertDownloader: m("rancher/rke-tools:v0.1.50"),

View File

@@ -74,7 +74,7 @@ func LoadK8sVersionedTemplates() map[string]map[string]string {
">=1.8.0-rancher0 <1.16.0-alpha": kubeDnsv18,
},
MetricsServer: {
">=1.8.0-rancher0 <1.16.0": metricsServerv18,
">=1.8.0-rancher0": metricsServerv18,
},
Weave: {
">=1.16.0-alpha": weavev116,

View File

@@ -15,12 +15,12 @@ var (
PipelineSystemImages: projectv3.PipelineSystemImages{
Jenkins: m("rancher/pipeline-jenkins-server:v0.1.4"),
JenkinsJnlp: m("jenkins/jnlp-slave:3.10-1-alpine"),
AlpineGit: m("rancher/pipeline-tools:v0.1.13"),
AlpineGit: m("rancher/pipeline-tools:v0.1.14"),
PluginsDocker: m("plugins/docker:17.12"),
Minio: m("minio/minio:RELEASE.2018-05-25T19-49-13Z"),
Registry: m("registry:2"),
RegistryProxy: m("rancher/pipeline-tools:v0.1.13"),
KubeApply: m("rancher/pipeline-tools:v0.1.13"),
RegistryProxy: m("rancher/pipeline-tools:v0.1.14"),
KubeApply: m("rancher/pipeline-tools:v0.1.14"),
},
AuthSystemImages: AuthSystemImages{
KubeAPIAuth: m("rancher/kube-api-auth:v0.1.3"),