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