Skip to content

Commit

Permalink
Revert "[1.19] coredns: v1.7.1 (#607)" (#628)
Browse files Browse the repository at this point in the history
This reverts commit e23bca6.
  • Loading branch information
galal-hussein authored Dec 18, 2020
1 parent a715bf6 commit a148adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ARG CACHEBUST="cachebust"
COPY charts/ /charts/
RUN echo ${CACHEBUST}>/dev/null
RUN CHART_VERSION="v3.13.3" CHART_FILE=/charts/rke2-canal.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="1.13.800" CHART_FILE=/charts/rke2-coredns.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="1.10.101" CHART_FILE=/charts/rke2-coredns.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="1.36.300" CHART_FILE=/charts/rke2-ingress-nginx.yaml CHART_BOOTSTRAP=false /charts/build-chart.sh
RUN CHART_VERSION="v1.19.5" CHART_FILE=/charts/rke2-kube-proxy.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="2.11.100" CHART_FILE=/charts/rke2-metrics-server.yaml CHART_BOOTSTRAP=false /charts/build-chart.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source ./scripts/version.sh

xargs -n1 -t docker image pull --quiet << EOF > build/images.txt
docker.io/rancher/hardened-calico:v3.13.3
docker.io/rancher/hardened-coredns:v1.7.1
docker.io/rancher/hardened-coredns:v1.6.9
docker.io/rancher/hardened-etcd:v3.4.13-k3s1
docker.io/rancher/hardened-flannel:v0.13.0-rancher1
docker.io/rancher/hardened-k8s-metrics-server:v0.3.6
Expand Down

0 comments on commit a148adb

Please sign in to comment.