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

dex: Update to v2.28.1 #1503

Merged
merged 1 commit into from
Jun 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.