Skip to content

Commit

Permalink
Update charts for k8s v1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Sep 28, 2020
1 parent 1713768 commit 70e2e87
Show file tree
Hide file tree
Showing 83 changed files with 340 additions and 160 deletions.
9 changes: 7 additions & 2 deletions barman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: barman
version: 0.2.1
version: 0.3.0
description: Barman
keywords:
- barman
Expand All @@ -10,5 +10,10 @@ icon: http://www.pgbarman.org/wp-content/uploads/2012/06/logo1.png
sources:
- https://github.com/kubernetes/charts
maintainers:
- name: icereval
- name: Matt Frazier
email: [email protected]
url: https://github.com/mfraezz
- name: Matt Clark
email: [email protected]
url: https://github.com/mattclark
engine: gotpl
6 changes: 5 additions & 1 deletion barman/templates/statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "barman.fullname" . }}
Expand All @@ -8,6 +8,10 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
spec:
selector:
matchLabels:
app: {{ template "barman.name" . }}
release: {{ .Release.Name }}
serviceName: {{ template "barman.fullname" . }}
replicas: 1
updateStrategy:
Expand Down
2 changes: 1 addition & 1 deletion cainjector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cainjector
apiVersion: v1
# The version and appVersion fields are set automatically by the release tool
version: v0.8.1
version: v0.9.0
appVersion: v0.8.1
description: A Helm chart for deploying the cert-manager cainjector component
home: https://github.com/jetstack/cert-manager
Expand Down
2 changes: 1 addition & 1 deletion cainjector/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "cainjector.fullname" . }}
Expand Down
5 changes: 4 additions & 1 deletion cas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Central Authentication Service
name: cas
version: 0.8.1
version: 0.9.0
keywords:
- authentication
sources:
Expand All @@ -10,5 +10,8 @@ maintainers:
- name: Matt Frazier
email: [email protected]
url: https://github.com/mfraezz
- name: Matt Clark
email: [email protected]
url: https://github.com/mattclark
engine: gotpl
tillerVersion: '>=2.7.0'
6 changes: 3 additions & 3 deletions cas/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: maintenance
repository: file://../maintenance
repository: https://centerforopenscience.github.io/helm-charts/
version: 0.1.0
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com
version: 0.7.1
digest: sha256:893befb7fe8d124c52014805472ac980117881e4a04c699f761f25fdcb7109a2
generated: 2017-11-29T20:12:28.007341-05:00
digest: sha256:e22c717a293946013d77c9183dfe63bedb4c68b523e862d9404d3f7f270d8b15
generated: 2020-09-28T13:39:42.867505-04:00
4 changes: 2 additions & 2 deletions cas/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: maintenance
version: 0.1.0
repository: file://../maintenance
repository: https://centerforopenscience.github.io/helm-charts/
condition: maintenance.enabled, global.maintenance.enabled
- name: postgresql
version: 0.7.1
repository: https://kubernetes-charts.storage.googleapis.com
condition: postgresql.enabled, global.postgresql.enabled
condition: postgresql.enabled, global.postgresql.enabled
6 changes: 5 additions & 1 deletion cas/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "cas.fullname" . }}
Expand All @@ -8,6 +8,10 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
spec:
selector:
matchLabels:
app: {{ template "cas.name" . }}
release: {{ .Release.Name }}
replicas: {{ .Values.replicaCount }}
{{- if .Values.strategy }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion cas/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
release: {{ .Release.Name }}
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
name: {{ template "cas.fullname" . }}
minReplicas: {{ .Values.replicaCount }}
Expand Down
10 changes: 7 additions & 3 deletions cerebro/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: cerebro
home: https://github.com/lmenezes/cerebro
version: 0.3.1
version: 0.4.0
description: cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.
icon: https://github.com/lmenezes/cerebro/raw/master/public/img/logo.png
sources:
- https://github.com/lmenezes/cerebro
maintainers:
- name: Michael Haselton
email: [email protected]
- name: Matt Frazier
email: [email protected]
url: https://github.com/mfraezz
- name: Matt Clark
email: [email protected]
url: https://github.com/mattclark
6 changes: 5 additions & 1 deletion cerebro/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "cerebro.fullname" . }}
Expand All @@ -8,6 +8,10 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
spec:
selector:
matchLabels:
app: {{ template "cerebro.name" . }}
release: {{ .Release.Name }}
replicas: 1
template:
metadata:
Expand Down
2 changes: 1 addition & 1 deletion cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cert-manager
# The version and appVersion fields are set automatically by the release tool
version: v0.8.1
version: v0.9.0
appVersion: v0.8.1
description: A Helm chart for cert-manager
home: https://github.com/jetstack/cert-manager
Expand Down
8 changes: 4 additions & 4 deletions cert-manager/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: webhook
repository: file://../webhook
repository: https://centerforopenscience.github.io/helm-charts/
version: v0.8.1
- name: cainjector
repository: file://../cainjector
repository: https://centerforopenscience.github.io/helm-charts/
version: v0.8.1
digest: sha256:3fd730d2e4dcb0b346136e035d042e1f6d5b2b4fde4e69e10956eae8c7e12e5e
generated: 2019-09-03T16:07:29.8978-04:00
digest: sha256:ae1d3a31fad5df1e2b28c742a2d74d1697b258ce699b52ffb326c66ebab5587e
generated: 2020-09-28T13:43:54.171241-04:00
4 changes: 2 additions & 2 deletions cert-manager/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
dependencies:
- name: webhook
version: "v0.8.1"
repository: "file://../webhook"
repository: https://centerforopenscience.github.io/helm-charts/
condition: webhook.enabled
- name: cainjector
version: "v0.8.1"
repository: "file://../cainjector"
repository: https://centerforopenscience.github.io/helm-charts/
condition: cainjector.enabled
2 changes: 1 addition & 1 deletion cert-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "cert-manager.fullname" . }}
Expand Down
10 changes: 7 additions & 3 deletions echoheaders/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: echoheaders
version: 0.1.0
version: 0.2.0
description: Echoheaders server for testing
maintainers:
- name: Michael Haselton
email: [email protected]
- name: Matt Frazier
email: [email protected]
url: https://github.com/mfraezz
- name: Matt Clark
email: [email protected]
url: https://github.com/mattclark
6 changes: 5 additions & 1 deletion echoheaders/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand All @@ -8,6 +8,10 @@ metadata:
release: {{ .Release.Name }}
name: {{ template "fullname" . }}
spec:
selector:
matchLabels:
app: {{ template "name" . }}
release: {{ .Release.Name }}
replicas: 1
template:
metadata:
Expand Down
6 changes: 3 additions & 3 deletions elastic-stack/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies:
repository: https://centerforopenscience.github.io/helm-charts/
version: 0.1.10
- name: kibana
repository: file://../kibana
repository: https://centerforopenscience.github.io/helm-charts/
version: 0.1.0
digest: sha256:03237989621990c4157e0384ea682de5f9dcc38db08f2945a63ac3e19e0ce882
generated: 2018-01-29T13:39:35.777225-05:00
digest: sha256:5e2f10c4cb9a260b72db9efba1d00f6350ef3cfb231a69c29ee9ed2e9c33b91b
generated: 2020-09-28T13:44:25.979013-04:00
2 changes: 1 addition & 1 deletion elastic-stack/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dependencies:
repository: https://centerforopenscience.github.io/helm-charts/
- name: kibana
version: 0.1.0
repository: file://../kibana
repository: https://centerforopenscience.github.io/helm-charts/
2 changes: 1 addition & 1 deletion ember/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
release: {{ .Release.Name }}
spec:
scaleTargetRef:
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
name: {{ template "ember.fullname" . }}
minReplicas: {{ .Values.replicaCount }}
Expand Down
16 changes: 8 additions & 8 deletions flower/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: v1
description: Celery Flower
name: flower
version: 0.2.0
version: 0.3.0
keywords:
- celery
- flower
sources:
- https://github.com/CenterForOpenScience/osf.io
maintainers:
- name: Michael Haselton
email: michael@cos.io
url: https://github.com/icereval
- name: Barrett Harber
email: barrett@cos.io
url: https://github.com/binoculars
- name: Matt Frazier
email: matt@cos.io
url: https://github.com/mfraezz
- name: Matt Clark
email: mattclark@cos.io
url: https://github.com/mattclark
engine: gotpl
tillerVersion: '>=2.7.0'
tillerVersion: '>=2.7.0'
6 changes: 5 additions & 1 deletion flower/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "fullname" . }}
Expand All @@ -8,6 +8,10 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
selector:
matchLabels:
app: {{ template "name" . }}
release: {{ .Release.Name }}
replicas: {{ .Values.replicaCount }}
template:
metadata:
Expand Down
2 changes: 1 addition & 1 deletion gcloud-sqlproxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gcloud-sqlproxy
version: 0.3.0
version: 0.4.0
description: Google Cloud SQL Proxy
keywords:
- google
Expand Down
6 changes: 5 additions & 1 deletion gcloud-sqlproxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.serviceAccountKey (ne .Values.cloudsql.instance "PROJECT:REGION:INSTANCE") }}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "gcloud-sqlproxy.fullname" . }}
Expand All @@ -9,6 +9,10 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
selector:
matchLabels:
app: {{ template "gcloud-sqlproxy.name" . }}
release: {{ .Release.Name }}
replicas: {{ .Values.replicasCount }}
{{- if .Values.strategy }}
strategy:
Expand Down
10 changes: 7 additions & 3 deletions http-redirect/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: http-redirect
version: 0.2.0
version: 0.3.0
description: An HTTP to HTTPS redirect nginx server that uses ConfigMap to store the nginx configuration.
keywords:
- ingress
- nginx
- redirect
maintainers:
- name: Michael Haselton
email: [email protected]
- name: Matt Frazier
email: [email protected]
url: https://github.com/mfraezz
- name: Matt Clark
email: [email protected]
url: https://github.com/mattclark
engine: gotpl
6 changes: 5 additions & 1 deletion http-redirect/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:
labels:
Expand All @@ -8,6 +8,10 @@ metadata:
release: {{ .Release.Name }}
name: {{ template "http-redirect.fullname" . }}
spec:
selector:
matchLabels:
app: {{ template "http-redirect.name" . }}
release: {{ .Release.Name }}
replicas: {{ .Values.replicaCount }}
template:
metadata:
Expand Down
16 changes: 8 additions & 8 deletions hubot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: v1
description: Hubot chatbot
name: hubot
version: 0.1.0
version: 0.2.0
icon: https://hubot.github.com/assets/images/layout/[email protected]
keywords:
- chat
- hubot
sources:
- https://github.com/CenterForOpenScience/hubot
maintainers:
- name: Michael Haselton
email: michael@cos.io
url: https://github.com/icereval
- name: Barrett Harber
email: barrett@cos.io
url: https://github.com/binoculars
- name: Matt Frazier
email: matt@cos.io
url: https://github.com/mfraezz
- name: Matt Clark
email: mattclark@cos.io
url: https://github.com/mattclark
engine: gotpl
tillerVersion: '>=2.7.0'
tillerVersion: '>=2.7.0'
Loading

0 comments on commit 70e2e87

Please sign in to comment.