Browse Source

[bitnami/*] Update apiVersion on sts, deployments, daemonsets and podsecuritypolicies

Signed-off-by: juan131 <juan@bitnami.com>
juan131 6 năm trước cách đây
mục cha
commit
4dfac075aa
53 tập tin đã thay đổi với 58 bổ sung58 xóa
  1. 1 1
      bitnami/airflow/Chart.yaml
  2. 1 1
      bitnami/airflow/templates/metrics-deployment.yaml
  3. 1 1
      bitnami/apache/Chart.yaml
  4. 3 3
      bitnami/apache/templates/deployment.yaml
  5. 1 1
      bitnami/consul/Chart.yaml
  6. 1 1
      bitnami/consul/templates/statefulset.yaml
  7. 1 1
      bitnami/elasticsearch/Chart.yaml
  8. 1 1
      bitnami/elasticsearch/templates/coordinating-deploy.yaml
  9. 1 1
      bitnami/elasticsearch/templates/data-statefulset.yaml
  10. 1 1
      bitnami/elasticsearch/templates/ingest-deploy.yaml
  11. 1 1
      bitnami/elasticsearch/templates/master-statefulset.yaml
  12. 1 1
      bitnami/elasticsearch/templates/metrics-deploy.yaml
  13. 1 1
      bitnami/etcd/Chart.yaml
  14. 1 1
      bitnami/etcd/templates/statefulset.yaml
  15. 1 1
      bitnami/harbor/Chart.yaml
  16. 1 1
      bitnami/harbor/templates/nginx/deployment.yaml
  17. 1 1
      bitnami/jenkins/Chart.yaml
  18. 2 2
      bitnami/jenkins/templates/deployment.yaml
  19. 1 1
      bitnami/kafka/Chart.yaml
  20. 1 1
      bitnami/kafka/templates/kafka-exporter.yaml
  21. 1 1
      bitnami/kafka/templates/statefulset.yaml
  22. 1 1
      bitnami/magento/Chart.yaml
  23. 1 1
      bitnami/magento/templates/deployment.yaml
  24. 1 1
      bitnami/mariadb-galera/Chart.yaml
  25. 1 1
      bitnami/mariadb-galera/templates/statefulset.yaml
  26. 1 1
      bitnami/memcached/Chart.yaml
  27. 1 1
      bitnami/memcached/templates/deployment.yaml
  28. 1 1
      bitnami/metrics-server/Chart.yaml
  29. 2 2
      bitnami/metrics-server/templates/deployment.yaml
  30. 1 1
      bitnami/minio/Chart.yaml
  31. 1 1
      bitnami/minio/templates/deployment-standalone.yaml
  32. 1 1
      bitnami/minio/templates/statefulset.yaml
  33. 1 1
      bitnami/mysql/Chart.yaml
  34. 1 1
      bitnami/mysql/templates/master-statefulset.yaml
  35. 1 1
      bitnami/mysql/templates/slave-statefulset.yaml
  36. 1 1
      bitnami/nginx-ingress-controller/Chart.yaml
  37. 1 1
      bitnami/nginx-ingress-controller/templates/controller-daemonset.yaml
  38. 1 1
      bitnami/nginx-ingress-controller/templates/controller-deployment.yaml
  39. 1 1
      bitnami/nginx-ingress-controller/templates/default-backend-deployment.yaml
  40. 2 2
      bitnami/nginx-ingress-controller/templates/podsecuritypolicy.yaml
  41. 1 1
      bitnami/nginx/Chart.yaml
  42. 1 1
      bitnami/nginx/templates/deployment.yaml
  43. 1 1
      bitnami/node/Chart.yaml
  44. 1 1
      bitnami/node/templates/deployment.yaml
  45. 1 1
      bitnami/tensorflow-resnet/Chart.yaml
  46. 1 1
      bitnami/tensorflow-resnet/templates/deployment.yaml
  47. 1 1
      bitnami/tomcat/Chart.yaml
  48. 1 1
      bitnami/tomcat/templates/deployment.yaml
  49. 1 1
      bitnami/wildfly/Chart.yaml
  50. 1 1
      bitnami/wildfly/templates/deployment.yaml
  51. 1 1
      bitnami/zookeeper/Chart.yaml
  52. 1 1
      bitnami/zookeeper/templates/metrics-deployment.yaml
  53. 1 1
      bitnami/zookeeper/templates/statefulset.yaml

+ 1 - 1
bitnami/airflow/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: airflow
-version: 3.1.7
+version: 3.1.8
 appVersion: 1.10.5
 description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
 keywords:

+ 1 - 1
bitnami/airflow/templates/metrics-deployment.yaml

@@ -1,5 +1,5 @@
 {{- if .Values.metrics.enabled }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "airflow.fullname" . }}-exporter

+ 1 - 1
bitnami/apache/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: apache
-version: 7.0.0
+version: 7.0.1
 appVersion: 2.4.41
 description: Chart for Apache HTTP Server
 keywords:

+ 3 - 3
bitnami/apache/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "apache.fullname" . }}
@@ -105,7 +105,7 @@ spec:
         {{- if .Values.vhostsConfigMap }}
         - name: vhosts
           mountPath: /vhosts
-        {{- end }}          
+        {{- end }}
       {{- if .Values.metrics.enabled }}
       - name: metrics
         image: {{ template "apache.metrics.image" . }}
@@ -141,4 +141,4 @@ spec:
       {{- with .Values.affinity }}
       affinity:
 {{ toYaml . | indent 8 }}
-      {{- end }}
+      {{- end }}

+ 1 - 1
bitnami/consul/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: consul
-version: 6.0.0
+version: 6.0.1
 appVersion: 1.6.1
 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy.
 home: https://www.consul.io/

+ 1 - 1
bitnami/consul/templates/statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta1
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: "{{ template "consul.fullname" . }}"

+ 1 - 1
bitnami/elasticsearch/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: elasticsearch
-version: 6.3.6
+version: 6.3.7
 appVersion: 7.3.2
 description: A highly scalable open-source full-text search and analytics engine
 keywords:

+ 1 - 1
bitnami/elasticsearch/templates/coordinating-deploy.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "elasticsearch.coordinating.fullname" . }}

+ 1 - 1
bitnami/elasticsearch/templates/data-statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ template "elasticsearch.data.fullname" . }}

+ 1 - 1
bitnami/elasticsearch/templates/ingest-deploy.yaml

@@ -1,5 +1,5 @@
 {{- if .Values.ingest.enabled }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "elasticsearch.ingest.fullname" . }}

+ 1 - 1
bitnami/elasticsearch/templates/master-statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ template "elasticsearch.master.fullname" . }}

+ 1 - 1
bitnami/elasticsearch/templates/metrics-deploy.yaml

@@ -1,5 +1,5 @@
 {{- if .Values.metrics.enabled }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "elasticsearch.metrics.fullname" . }}

+ 1 - 1
bitnami/etcd/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: etcd
-version: 4.3.6
+version: 4.3.7
 appVersion: 3.4.1
 description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
 keywords:

+ 1 - 1
bitnami/etcd/templates/statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ template "etcd.fullname" . }}

+ 1 - 1
bitnami/harbor/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: harbor
-version: 2.6.8
+version: 2.6.9
 appVersion: 1.8.3
 description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content
 keywords:

+ 1 - 1
bitnami/harbor/templates/nginx/deployment.yaml

@@ -1,5 +1,5 @@
 {{- if ne .Values.service.type "Ingress" }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: "{{ template "harbor.nginx" . }}"

+ 1 - 1
bitnami/jenkins/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: jenkins
-version: 3.4.1
+version: 3.4.2
 appVersion: 2.176.3
 description: The leading open source automation server
 keywords:

+ 2 - 2
bitnami/jenkins/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "jenkins.fullname" . }}
@@ -123,4 +123,4 @@ spec:
       {{- with .Values.affinity }}
       affinity:
 {{ toYaml . | indent 8 }}
-      {{- end }}
+      {{- end }}

+ 1 - 1
bitnami/kafka/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: kafka
-version: 5.3.0
+version: 5.3.1
 appVersion: 2.3.0
 description: Apache Kafka is a distributed streaming platform.
 keywords:

+ 1 - 1
bitnami/kafka/templates/kafka-exporter.yaml

@@ -1,5 +1,5 @@
 {{- if .Values.metrics.kafka.enabled }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "kafka.fullname" . }}-exporter

+ 1 - 1
bitnami/kafka/templates/statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: "{{ template "kafka.fullname" . }}"

+ 1 - 1
bitnami/magento/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: magento
-version: 8.3.2
+version: 8.3.3
 appVersion: 2.3.2
 description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more.
 keywords:

+ 1 - 1
bitnami/magento/templates/deployment.yaml

@@ -1,5 +1,5 @@
 {{- if and (include "magento.host" .) (or .Values.mariadb.enabled .Values.externalDatabase.host) -}}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "magento.fullname" . }}

+ 1 - 1
bitnami/mariadb-galera/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: mariadb-galera
-version: 0.2.7
+version: 0.2.8
 appVersion: 10.3.18
 description: MariaDB Galera is a multi-master database cluster solution for synchronous replication and high availability.
 keywords:

+ 1 - 1
bitnami/mariadb-galera/templates/statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta1
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ template "mariadb-galera.fullname" . }}

+ 1 - 1
bitnami/memcached/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: memcached
-version: 2.2.1
+version: 2.2.2
 appVersion: 1.5.18
 description: Chart for Memcached
 keywords:

+ 1 - 1
bitnami/memcached/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "memcached.fullname" . }}

+ 1 - 1
bitnami/metrics-server/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: metrics-server
-version: 3.2.0
+version: 3.2.1
 appVersion: 0.3.4
 description: Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node.
 keywords:

+ 2 - 2
bitnami/metrics-server/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "metrics-server.fullname" . }}
@@ -42,4 +42,4 @@ spec:
       {{- with .Values.affinity }}
       affinity:
 {{ toYaml . | indent 8 }}
-      {{- end }}
+      {{- end }}

+ 1 - 1
bitnami/minio/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v1
-version: 1.2.10
+version: 1.2.11
 appVersion: 2019.9.18
 description: MinIO is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.)
 keywords:

+ 1 - 1
bitnami/minio/templates/deployment-standalone.yaml

@@ -1,5 +1,5 @@
 {{- if eq .Values.mode "standalone" }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ include "minio.fullname" . }}

+ 1 - 1
bitnami/minio/templates/statefulset.yaml

@@ -1,7 +1,7 @@
 {{- if eq .Values.mode "distributed" }}
 {{- $replicaCount := int .Values.statefulset.replicaCount }}
 {{- if and (eq (mod $replicaCount 2) 0) (gt $replicaCount 3) (lt $replicaCount 33) }}
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ include "minio.fullname" . }}

+ 1 - 1
bitnami/mysql/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: mysql
-version: 6.4.2
+version: 6.4.3
 appVersion: 8.0.17
 description: Chart to create a Highly available MySQL cluster
 keywords:

+ 1 - 1
bitnami/mysql/templates/master-statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta1
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ template "mysql.master.fullname" . }}

+ 1 - 1
bitnami/mysql/templates/slave-statefulset.yaml

@@ -1,5 +1,5 @@
 {{- if .Values.replication.enabled }}
-apiVersion: apps/v1beta1
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: {{ template "mysql.slave.fullname" . }}

+ 1 - 1
bitnami/nginx-ingress-controller/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: nginx-ingress-controller
-version: 5.0.4
+version: 5.0.5
 appVersion: 0.25.1
 description: Chart for the nginx Ingress controller
 keywords:

+ 1 - 1
bitnami/nginx-ingress-controller/templates/controller-daemonset.yaml

@@ -1,6 +1,6 @@
 {{- if eq .Values.kind "DaemonSet" }}
 {{- $useHostPort := .Values.daemonset.useHostPort -}}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   labels:

+ 1 - 1
bitnami/nginx-ingress-controller/templates/controller-deployment.yaml

@@ -1,5 +1,5 @@
 {{- if eq .Values.kind "Deployment" }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:

+ 1 - 1
bitnami/nginx-ingress-controller/templates/default-backend-deployment.yaml

@@ -1,5 +1,5 @@
 {{- if .Values.defaultBackend.enabled }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:

+ 2 - 2
bitnami/nginx-ingress-controller/templates/podsecuritypolicy.yaml

@@ -1,8 +1,8 @@
 {{- if .Values.podSecurityPolicy.enabled}}
-apiVersion: extensions/v1beta1
+apiVersion: policy/v1beta1
 kind: PodSecurityPolicy
 metadata:
-  name: {{ template "nginx-ingress.fullname" . }} 
+  name: {{ template "nginx-ingress.fullname" . }}
   labels:
     app: {{ template "nginx-ingress.name" . }}
     chart: {{ .Chart.Name }}-{{ .Chart.Version }}

+ 1 - 1
bitnami/nginx/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: nginx
-version: 4.3.5
+version: 4.3.6
 appVersion: 1.16.1
 description: Chart for the nginx server
 keywords:

+ 1 - 1
bitnami/nginx/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "nginx.fullname" . }}

+ 1 - 1
bitnami/node/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: node
-version: 11.2.2
+version: 11.2.3
 appVersion: 10.16.3
 description: Event-driven I/O server-side JavaScript environment based on V8
 keywords:

+ 1 - 1
bitnami/node/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "node.fullname" . }}

+ 1 - 1
bitnami/tensorflow-resnet/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: tensorflow-resnet
-version: 1.2.1
+version: 1.2.2
 appVersion: 1.14.0
 description: Open-source software library serving the ResNet machine learning model.
 keywords:

+ 1 - 1
bitnami/tensorflow-resnet/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "tensorflow-resnet.fullname" . }}

+ 1 - 1
bitnami/tomcat/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: tomcat
-version: 4.4.0
+version: 4.4.1
 appVersion: 9.0.24
 description: Chart for Apache Tomcat
 keywords:

+ 1 - 1
bitnami/tomcat/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "tomcat.fullname" . }}

+ 1 - 1
bitnami/wildfly/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: wildfly
-version: 3.3.0
+version: 3.3.1
 appVersion: 17.0.1
 description: Chart for Wildfly
 keywords:

+ 1 - 1
bitnami/wildfly/templates/deployment.yaml

@@ -1,4 +1,4 @@
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "wildfly.fullname" . }}

+ 1 - 1
bitnami/zookeeper/Chart.yaml

@@ -1,6 +1,6 @@
 apiVersion: v1
 name: zookeeper
-version: 5.0.0
+version: 5.0.1
 appVersion: 3.5.5
 description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications.
 keywords:

+ 1 - 1
bitnami/zookeeper/templates/metrics-deployment.yaml

@@ -1,5 +1,5 @@
 {{- if .Values.metrics.enabled }}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: {{ template "zookeeper.fullname" . }}-exporter

+ 1 - 1
bitnami/zookeeper/templates/statefulset.yaml

@@ -1,4 +1,4 @@
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   name: "{{ template "zookeeper.fullname" . }}"