1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-21 19:48:46 +02:00

Merge pull request #2563 from oauth2-proxy/renovate/helmv3

This commit is contained in:
Koen van Zuijlen 2024-06-10 17:31:12 +02:00 committed by GitHub
commit 10f26364c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
dependencies:
- name: dex
repository: https://charts.dexidp.io
version: 0.16.0
version: 0.18.0
- name: oauth2-proxy
repository: https://oauth2-proxy.github.io/manifests
version: 6.23.1
version: 6.24.2
- name: httpbin
repository: https://conservis.github.io/helm-charts
version: 1.1.0
- name: hello-world
repository: https://conservis.github.io/helm-charts
version: 1.1.0
digest: sha256:00b9fe9ea476c873550f9ee1feef25f789053cd7333e68b1116212840dead0fb
generated: "2024-01-27T09:00:30.255018+01:00"
digest: sha256:37be1a55c4b075ef28ce76dffdc86915cad980996f5a5b4bc8290ab28f70ac87
generated: "2024-06-10T15:20:42.975672215Z"

View File

@ -3,10 +3,10 @@ description: K8S example based on https://kind.sigs.k8s.io
name: kubernetes
dependencies:
- name: dex
version: 0.16.0
version: 0.18.0
repository: https://charts.dexidp.io
- name: oauth2-proxy
version: &chartVersion 6.23.1
version: &chartVersion 6.24.2
repository: https://oauth2-proxy.github.io/manifests
# https://github.com/postmanlabs/httpbin/issues/549 is still in progress, for now using a non-official chart
- name: httpbin