mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
k8s 1.16.x support
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
labels:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: apps/v1beta2
|
||||
apiVersion: apps/v1
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: {{ template "submariner.fullname" . }}-routeagent
|
||||
|
||||
Reference in New Issue
Block a user