From 0ce09836dc2f68295a16e48753863bd6a1164879 Mon Sep 17 00:00:00 2001 From: Balazs Szekeres Date: Wed, 2 Oct 2019 14:29:24 +0200 Subject: [PATCH] Kubernetes 1.16.0 api reference change Change-Id: I589e974d7dd05e3049d04557fef03a441701d990 Signed-off-by: Balazs Szekeres --- SPECS/caas-flannel.spec | 2 +- ansible/roles/flannel/templates/flannel-ds.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/caas-flannel.spec b/SPECS/caas-flannel.spec index 31273c2..427b29f 100644 --- a/SPECS/caas-flannel.spec +++ b/SPECS/caas-flannel.spec @@ -15,7 +15,7 @@ %define COMPONENT flannel %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 0.11.0 -%define RPM_MINOR_VERSION 8 +%define RPM_MINOR_VERSION 9 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} Name: %{RPM_NAME} diff --git a/ansible/roles/flannel/templates/flannel-ds.yaml b/ansible/roles/flannel/templates/flannel-ds.yaml index e50f855..901679c 100644 --- a/ansible/roles/flannel/templates/flannel-ds.yaml +++ b/ansible/roles/flannel/templates/flannel-ds.yaml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. #} --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: DaemonSet metadata: name: flannel-ds -- 2.16.6