diff --git a/aws-spot-price-history-poller/Chart.yaml b/aws-spot-price-history-poller/Chart.yaml index 3cee1bae..111738e4 100644 --- a/aws-spot-price-history-poller/Chart.yaml +++ b/aws-spot-price-history-poller/Chart.yaml @@ -2,7 +2,7 @@ name: aws-spot-price-history-poller home: https://banzaicloud.com sources: - https://github.com/banzaicloud/banzai-charts -version: 0.0.2 +version: 0.0.3 description: AWS Spot Price History Poller maintainers: - name: Banzai Cloud diff --git a/aws-spot-price-history-poller/templates/deployment.yaml b/aws-spot-price-history-poller/templates/deployment.yaml index acc3d88d..442624c9 100644 --- a/aws-spot-price-history-poller/templates/deployment.yaml +++ b/aws-spot-price-history-poller/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "aws-spot-price-history-poller.fullname" . }} diff --git a/efs-provisioner/Chart.yaml b/efs-provisioner/Chart.yaml index 245fc53b..aa84b813 100644 --- a/efs-provisioner/Chart.yaml +++ b/efs-provisioner/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: EFS Provisioner name: efs-provisioner -version: 0.0.2 +version: 0.0.1 home: https://github.com/banzaicloud/banzai-charts maintainers: - name: Banzai Cloud diff --git a/efs-provisioner/efs-provisioner.yaml b/efs-provisioner/efs-provisioner.yaml index bf6ed0a7..a515f505 100644 --- a/efs-provisioner/efs-provisioner.yaml +++ b/efs-provisioner/efs-provisioner.yaml @@ -46,7 +46,7 @@ metadata: namespace: {{ .Release.Namespace }} --- kind: Deployment -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 metadata: name: efs-provisioner spec: @@ -92,7 +92,7 @@ spec: path: / --- kind: StorageClass -apiVersion: storage.k8s.io/v1beta1 +apiVersion: storage.k8s.io/v1 metadata: name: aws-efs provisioner: example.com/aws-efs diff --git a/hollowtrees/Chart.yaml b/hollowtrees/Chart.yaml index 79cbaee9..bb199b3d 100755 --- a/hollowtrees/Chart.yaml +++ b/hollowtrees/Chart.yaml @@ -2,7 +2,7 @@ name: hollowtrees home: https://banzaicloud.com sources: - https://github.com/banzaicloud/banzai-charts -version: 0.0.4 +version: 0.0.5 description: Hollowtrees Helm chart for Kubernetes keywords: - autoscaling diff --git a/hollowtrees/templates/deployment.yaml b/hollowtrees/templates/deployment.yaml index f376b301..33c523a2 100644 --- a/hollowtrees/templates/deployment.yaml +++ b/hollowtrees/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: "{{ template "hollowtrees.fullname" . }}" diff --git a/ingressauthgenerator/Chart.yaml b/ingressauthgenerator/Chart.yaml index 8088e3c8..b8ac2d67 100755 --- a/ingressauthgenerator/Chart.yaml +++ b/ingressauthgenerator/Chart.yaml @@ -2,7 +2,7 @@ name: ingressauthgenerator home: https://banzaicloud.com sources: - https://github.com/banzaicloud/banzai-charts -version: 0.0.2 +version: 0.0.3 description: Ingressauthgenerator Helm chart for Kubernetes keywords: - basicauth diff --git a/ingressauthgenerator/templates/deployment.yaml b/ingressauthgenerator/templates/deployment.yaml index da8b1021..b4337778 100644 --- a/ingressauthgenerator/templates/deployment.yaml +++ b/ingressauthgenerator/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: "{{ template "ingressauthgenerator.fullname" . }}" diff --git a/ingressauthgenerator/templates/rbac.yaml b/ingressauthgenerator/templates/rbac.yaml index dd533342..cb977188 100644 --- a/ingressauthgenerator/templates/rbac.yaml +++ b/ingressauthgenerator/templates/rbac.yaml @@ -5,7 +5,7 @@ metadata: namespace: default --- -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: "{{ template "ingressauthgenerator.fullname" . }}-rbac" diff --git a/jwt-to-rbac/Chart.yaml b/jwt-to-rbac/Chart.yaml index 4157df02..ce275d9b 100644 --- a/jwt-to-rbac/Chart.yaml +++ b/jwt-to-rbac/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.2.0" +appVersion: "0.3.0" description: A Helm chart for Kubernetes name: jwt-to-rbac version: 0.1.1 diff --git a/jwt-to-rbac/templates/deployment.yaml b/jwt-to-rbac/templates/deployment.yaml index a3d57e31..d93a0693 100644 --- a/jwt-to-rbac/templates/deployment.yaml +++ b/jwt-to-rbac/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "jwt-to-rbac.fullname" . }} diff --git a/jwt-to-rbac/templates/ingress.yaml b/jwt-to-rbac/templates/ingress.yaml index 5fda7a44..b93b481a 100644 --- a/jwt-to-rbac/templates/ingress.yaml +++ b/jwt-to-rbac/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $fullName := include "jwt-to-rbac.fullname" . -}} {{- $ingressPath := .Values.ingress.path -}} -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ $fullName }} diff --git a/pvc-operator/Chart.yaml b/pvc-operator/Chart.yaml index 0ba3d989..5b0442d7 100644 --- a/pvc-operator/Chart.yaml +++ b/pvc-operator/Chart.yaml @@ -1,5 +1,5 @@ name: pvc-operator -version: 0.0.9 +version: 0.0.10 appVersion: 0.0.6 description: A Helm chart for pvc-operator home: https://banzaicloud.com diff --git a/pvc-operator/templates/crd.yaml b/pvc-operator/templates/crd.yaml index 981a63b4..c9e719f5 100644 --- a/pvc-operator/templates/crd.yaml +++ b/pvc-operator/templates/crd.yaml @@ -1,4 +1,4 @@ -apiVersion: apiextensions.k8s.io/v1beta1 +apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: objectstores.banzaicloud.com diff --git a/pvc-operator/templates/rbac.yaml b/pvc-operator/templates/rbac.yaml index 0e34b79c..e692e5db 100644 --- a/pvc-operator/templates/rbac.yaml +++ b/pvc-operator/templates/rbac.yaml @@ -1,6 +1,6 @@ {{- if .Values.rbac.enabled }} kind: ClusterRole -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 metadata: name: {{ template "pvc-operator.fullname" . }} labels: @@ -24,7 +24,7 @@ rules: --- kind: ClusterRoleBinding -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 metadata: name: {{ template "pvc-operator.fullname" . }} labels: @@ -54,7 +54,7 @@ metadata: --- kind: ClusterRole -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 metadata: name: "nfs-provisioner-cluster-role" labels: @@ -80,7 +80,7 @@ rules: --- kind: ClusterRoleBinding -apiVersion: rbac.authorization.k8s.io/v1beta1 +apiVersion: rbac.authorization.k8s.io/v1 metadata: name: "nfs-provisioner-cluster-rolebinding" labels: diff --git a/sonarqube/Chart.yaml b/sonarqube/Chart.yaml index e082e556..b2c7f7ad 100644 --- a/sonarqube/Chart.yaml +++ b/sonarqube/Chart.yaml @@ -1,6 +1,6 @@ name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 0.8.0 +version: 0.8.1 appVersion: 6.7.3 keywords: - coverage diff --git a/sonarqube/templates/ingress.yaml b/sonarqube/templates/ingress.yaml index c747b3e9..1e6960e1 100644 --- a/sonarqube/templates/ingress.yaml +++ b/sonarqube/templates/ingress.yaml @@ -1,7 +1,7 @@ {{- if .Values.ingress.enabled -}} {{- $serviceName := include "sonarqube.fullname" . -}} {{- $servicePort := .Values.service.externalPort -}} -apiVersion: extensions/v1beta1 +apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: name: {{ template "sonarqube.fullname" . }}