Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 46dbd5c

Browse files
committed
K8s 1.17 update
1 parent 586c5e8 commit 46dbd5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .banzaicloud/charts/mongodb/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mongodb
2-
version: 5.1.0
2+
version: 5.1.1
33
appVersion: 4.0.3
44
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
55
keywords:

Diff for: .banzaicloud/charts/mongodb/templates/deployment-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if not .Values.replicaSet.enabled }}
2-
apiVersion: extensions/v1beta1
2+
apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
name: {{ template "mongodb.fullname" . }}

Diff for: .banzaicloud/charts/spotguide-nodejs-mongodb/templates/application/ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if gt (len .Values.ingress.hosts) 0 }}
2-
apiVersion: extensions/v1beta1
2+
apiVersion: networking.k8s.io/v1beta1
33
kind: Ingress
44
metadata:
55
name: {{ template "fullname-application" . }}

0 commit comments

Comments
 (0)