Skip to content

Commit

Permalink
Chart 1.17 update (banzaicloud#1031)
Browse files Browse the repository at this point in the history
* - aws_spot

* - efs provisioner

* - hollowtrees

* -ingressauthgenerator

* - jwt-to-rbac

* -pvc-operator

* - sonarqube
  • Loading branch information
ahma authored Feb 13, 2020
1 parent 8707a6a commit 09d78c8
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion aws-spot-price-history-poller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aws-spot-price-history-poller/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "aws-spot-price-history-poller.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion efs-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions efs-provisioner/efs-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ metadata:
namespace: {{ .Release.Namespace }}
---
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
name: efs-provisioner
spec:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hollowtrees/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hollowtrees/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: "{{ template "hollowtrees.fullname" . }}"
Expand Down
2 changes: 1 addition & 1 deletion ingressauthgenerator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ingressauthgenerator/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: "{{ template "ingressauthgenerator.fullname" . }}"
Expand Down
2 changes: 1 addition & 1 deletion ingressauthgenerator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion jwt-to-rbac/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion jwt-to-rbac/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "jwt-to-rbac.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion jwt-to-rbac/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pvc-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pvc-operator/templates/crd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: objectstores.banzaicloud.com
Expand Down
8 changes: 4 additions & 4 deletions pvc-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sonarqube/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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" . }}
Expand Down

0 comments on commit 09d78c8

Please sign in to comment.