From f8565a2e304f251f68cdd71946f1d384ff32c2a0 Mon Sep 17 00:00:00 2001 From: Dmitry Groisman Date: Mon, 25 Nov 2019 15:23:22 +0200 Subject: [PATCH] k8s 1.16.x support --- submariner/Chart.yaml | 6 +++--- submariner/templates/engine-deploy.yaml | 2 +- submariner/templates/route-agent-ds.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/submariner/Chart.yaml b/submariner/Chart.yaml index 077d18f..6673d92 100644 --- a/submariner/Chart.yaml +++ b/submariner/Chart.yaml @@ -1,8 +1,8 @@ --- name: submariner -version: 0.0.2 -appVersion: v0.0.2 -description: Submariner with custom ipsec ports support +version: 0.0.3 +appVersion: v0.0.3 +description: k8s 1.16.x support keywords: home: https://submariner.io/ sources: diff --git a/submariner/templates/engine-deploy.yaml b/submariner/templates/engine-deploy.yaml index c8ac059..85e44ff 100644 --- a/submariner/templates/engine-deploy.yaml +++ b/submariner/templates/engine-deploy.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: labels: diff --git a/submariner/templates/route-agent-ds.yaml b/submariner/templates/route-agent-ds.yaml index d40cd1e..1473300 100644 --- a/submariner/templates/route-agent-ds.yaml +++ b/submariner/templates/route-agent-ds.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: DaemonSet metadata: name: {{ template "submariner.fullname" . }}-routeagent