Skip to content

Commit fab6b9f

Browse files
author
Ruben Lopez M
authored
Merge pull request #196 from developmentseed/k8s_v1.16
updates for Kubernetes v1.16
2 parents b4c12bc + 7ea5f60 commit fab6b9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

osm-seed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
description: "Helm Chart to deploy the OpenStreetMap software"
33
name: osm-seed
4-
version: 0.1.0-n391.hd9dad6b
4+
version: 0.1.0-n475.h5801ba4
55

osm-seed/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- if .Values.ingress.enabled -}}
22
{{- $fullName := include "osm-seed.fullname" . -}}
33
{{- $ingressPath := .Values.ingress.path -}}
4-
apiVersion: extensions/v1beta1
4+
apiVersion: networking.k8s.io/v1beta1
55
kind: Ingress
66
metadata:
77
name: {{ $fullName }}

osm-seed/templates/tasking-manager-api-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.tmApi.enabled -}}
2-
apiVersion: apps/v1beta2
2+
apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
name: {{ template "osm-seed.fullname" . }}-tasking-manager-api

0 commit comments

Comments
 (0)