Skip to content

Commit

Permalink
chore(minnaker): Bump to Halyard
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lee committed Jun 19, 2020
1 parent 18353cb commit e7a73ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit e7a73ac

Please sign in to comment.