From 0f98eb0fa06a7522ccaa060e3ebd54fa564513b4 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 14 Apr 2020 16:07:01 +0200 Subject: [PATCH] Revert "Update rke to 1.0.6" This reverts commit 5ce8c1baff6d00ed40125cf41beb1eb5a9b4a372. --- ansible/group_vars/all/oas.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/all/oas.yml b/ansible/group_vars/all/oas.yml index 2b3299f5a..4dc1f5763 100644 --- a/ansible/group_vars/all/oas.yml +++ b/ansible/group_vars/all/oas.yml @@ -63,10 +63,10 @@ rke: # `ansible/group_vars/all/settings.yml.example` # # https://github.com/rancher/rke/releases - version: '1.0.6' + version: '1.0.0' # Also possible: # checksum: 'sha256:https://github.com/rancher/rke/releases/download/v1.0.0/sha256sum.txt' - checksum: 'sha256:d6009c1f6381f1b653fcab2a6e5d5522f31e3997c0cbfbb856fe181300b9c474' + checksum: 'sha256:c77731f9000e7e18feb90a872e458c7b444a975662ef42aa6fbda0d8926118bc' cert_manager: # cert-manager requires custom resource definitions applied before installing -- GitLab