From e7a73acd203f100b4037901213558319f74c57c6 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Fri, 19 Jun 2020 18:28:33 -0400 Subject: [PATCH] chore(minnaker): Bump to Halyard --- scripts/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 1af9bd1..37bbb1a 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -15,10 +15,10 @@ # limitations under the License. ################################################################################ -ARMORY_HALYARD_IMAGE="armory/halyard-armory:1.9.2" +ARMORY_HALYARD_IMAGE="armory/halyard-armory:1.9.4" install_k3s () { - curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION="v1.17.4+k3s1" K3S_KUBECONFIG_MODE=644 sh - + curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION="v1.17.7+k3s1" K3S_KUBECONFIG_MODE=644 sh - } install_yq () {