Merge pull request #1445 from miguelaeh/tags

[bitnami/airflow] [bitnami/nginx-ingress-controller] Change apps/v1beta* to apps/v1
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2019-09-30 10:16:26 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: airflow
version: 3.1.8
version: 3.1.9
appVersion: 1.10.5
description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
keywords:
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "airflow.fullname" . }}-worker
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx-ingress-controller
version: 5.0.5
version: 5.0.6
appVersion: 0.25.1
description: Chart for the nginx Ingress controller
keywords:
@@ -12,7 +12,7 @@ metadata:
name: {{ template "nginx-ingress.fullname" . }}
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
name: {{ template "nginx-ingress.fullname" . }}
minReplicas: {{ .Values.autoscaling.minReplicas }}