Skip to content

Commit

Permalink
Merge pull request #313 from briandowns/issue-312
Browse files Browse the repository at this point in the history
Update the Referenced Version of Etcd.
  • Loading branch information
briandowns authored Sep 11, 2020
2 parents 12d3f93 + e94bf77 commit 9802fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ var (
runtime = os.Getenv("RKE2_RUNTIME_IMAGE")
etcd = os.Getenv("RKE2_ETCD_IMAGE")

KubernetesVersion = "v1.18.8" // make sure this matches what is in the scripts/version.sh script
PauseVersion = "3.2" // make sure this matches what is in the scripts/build-images script
EtcdVersion = "v3.4.13" // make sure this matches what is in the scripts/build-images script
KubernetesVersion = "v1.18.8" // make sure this matches what is in the scripts/version.sh script
PauseVersion = "3.2" // make sure this matches what is in the scripts/build-images script
EtcdVersion = "v3.4.13-k3s1" // make sure this matches what is in the scripts/build-images script
RuntimeImageName = "rke2-runtime"
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source ./scripts/version.sh
xargs -n1 -t docker image pull --quiet << EOF > build/images.txt
docker.io/rancher/calico:v3.13.3
docker.io/rancher/coredns:v1.6.9
docker.io/rancher/etcd:v3.4.13
docker.io/rancher/etcd:v3.4.13-k3s1
docker.io/rancher/flannel:v0.13.0-rancher1-rc1
docker.io/rancher/k8s-metrics-server:v0.3.6
docker.io/rancher/klipper-helm:v0.3.0
Expand Down

0 comments on commit 9802fae

Please sign in to comment.