Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1503 from kinvolk/surajssd/update-dex
Browse files Browse the repository at this point in the history
dex: Update to v2.28.1
  • Loading branch information
surajssd authored Jun 18, 2021
2 parents 340a424 + 485252e commit 9f67cb3
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
4 changes: 2 additions & 2 deletions assets/charts/components/dex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.2.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v2.27.0
appVersion: v2.28.1
2 changes: 1 addition & 1 deletion assets/charts/components/dex/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: dex
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: dex
Expand Down
4 changes: 4 additions & 0 deletions assets/charts/components/dex/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ spec:
- name: gsuite-auth
mountPath: /config/
{{- end }}
readinessProbe:
httpGet:
path: /healthz
port: 5556
volumes:
- name: config
configMap:
Expand Down
12 changes: 8 additions & 4 deletions assets/charts/components/dex/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dex
Expand All @@ -15,6 +15,10 @@ spec:
- host: {{ .Values.ingressHost }}
http:
paths:
- backend:
serviceName: dex
servicePort: 5556
- path: /
pathType: Prefix
backend:
service:
name: dex
port:
number: 5556
18 changes: 9 additions & 9 deletions pkg/assets/generated_assets.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f67cb3

Please sign in to comment.