Skip to content

Commit

Permalink
chore(charts/CHART): bump chart version and update README
Browse files Browse the repository at this point in the history
Signed-off-by: RadOctocode <[email protected]>
  • Loading branch information
RadOctocode committed Mar 12, 2024
1 parent e5ef199 commit 9bd4774
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
type: application
name: dex
version: 0.16.0
version: 0.17.0
appVersion: "2.38.0"
kubeVersion: ">=1.14.0-0"
description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.
description: updated imgress.yaml to allow https ports and updated service.yaml to support specifying telemetry nodeport
icon: https://dexidp.io/favicon.png
keywords:
- oidc
Expand All @@ -21,8 +21,8 @@ maintainers:
url: https://sagikazarmark.hu
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Dex 2.38.0 release"
- kind: added
description: updated imgress.yaml to allow https ports and updated service.yaml to support specifying telemetry nodeport
artifacthub.io/images: |
- name: dex
image: ghcr.io/dexidp/dex:v2.38.0
4 changes: 2 additions & 2 deletions charts/dex/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# dex

![version: 0.16.0](https://img.shields.io/badge/version-0.16.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 2.38.0](https://img.shields.io/badge/app%20version-2.38.0-informational?style=flat-square) ![kube version: >=1.14.0-0](https://img.shields.io/badge/kube%20version->=1.14.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-dex-informational?style=flat-square)](https://artifacthub.io/packages/helm/dex/dex)
![version: 0.17.0](https://img.shields.io/badge/version-0.17.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 2.38.0](https://img.shields.io/badge/app%20version-2.38.0-informational?style=flat-square) ![kube version: >=1.14.0-0](https://img.shields.io/badge/kube%20version->=1.14.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-dex-informational?style=flat-square)](https://artifacthub.io/packages/helm/dex/dex)

OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.
updated imgress.yaml to allow https ports and updated service.yaml to support specifying telemetry nodeport

**Homepage:** <https://dexidp.io/>

Expand Down
2 changes: 1 addition & 1 deletion charts/dex/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- end }}
- name: telemetry
port: 5558
{{- if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) >Values.service.ports.telemetry.nodePort }}
{{- if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) .Values.service.ports.telemetry.nodePort }}
nodePort: {{ .Values.service.ports.telemetry.nodePort }}
{{- end}}
targetPort: telemetry
Expand Down
3 changes: 3 additions & 0 deletions charts/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ service:
# -- (int) gRPC node port (when applicable)
nodePort:

telemetry:
nodePort: null

ingress:
# -- Enable [ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/).
enabled: false
Expand Down

0 comments on commit 9bd4774

Please sign in to comment.