mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 22:30:36 +00:00
k8s 1.16.x support
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: submariner
|
name: submariner
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
appVersion: v0.0.2
|
appVersion: v0.0.3
|
||||||
description: Submariner with custom ipsec ports support
|
description: k8s 1.16.x support
|
||||||
keywords:
|
keywords:
|
||||||
home: https://submariner.io/
|
home: https://submariner.io/
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: apps/v1beta2
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ template "submariner.fullname" . }}-routeagent
|
name: {{ template "submariner.fullname" . }}-routeagent
|
||||||
|
|||||||
Reference in New Issue
Block a user