Skip to content

Commit

Permalink
update dex image
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Feb 12, 2025
1 parent 315ae6b commit f374f43
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
version: 2.1.140
- name: dex
repository: file://./charts/dex
version: 0.19.1-7
version: 0.19.1-8
- name: mongodb
repository: file://./charts/mongodb
version: 16.2.1-1
Expand All @@ -29,5 +29,5 @@ dependencies:
- name: minio
repository: file://./charts/minio
version: 14.8.3-2
digest: sha256:51600e73db90aca66e2a9e2c81378eb30e52d1ce6b8cc5c3acd8c881ec43aed9
generated: "2025-02-12T12:33:46.620238+02:00"
digest: sha256:8301831928ee38e7f065378f031d06dcf4cb292904092da2ced4f18383d25148
generated: "2025-02-12T13:12:19.863733+02:00"
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
repository: https://kubeshop.github.io/helm-charts
condition: testkube-agent.enabled
- name: dex
version: 0.19.1-7
version: 0.19.1-8
repository: file://./charts/dex
condition: dex.enabled
- name: mongodb
Expand Down
6 changes: 3 additions & 3 deletions charts/testkube-enterprise/charts/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: dex
version: 0.19.1-7
appVersion: "2.41.1"
version: 0.19.1-8
appVersion: "2.42.0"
kubeVersion: ">=1.14.0-0"
description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.
icon: https://dexidp.io/favicon.png
Expand All @@ -25,4 +25,4 @@ annotations:
description: "Fixed reference to global.imageRegistry"
artifacthub.io/images: |
- name: dex
image: ghcr.io/dexidp/dex:v2.41.1
image: docker.io/kubeshop/dex:v2.42.0
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/charts/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ image:
pullPolicy: IfNotPresent

# -- Image tag override for the default value (chart appVersion).
tag: "v0.0.7"
tag: ""

# -- Reference to one or more secrets to be used when [pulling images](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret) (from private registries).
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,8 @@ dex:
fullnameOverride: testkube-enterprise-dex
# Uncomment if you want to provide different image settings
#image:
# registry: ghcr.io
# repository: dexidp/dex
# registry: docker.io
# repository: kubeshop/dex
# tag: ""
# pullPolicy: IfNotPresent

Expand Down

0 comments on commit f374f43

Please sign in to comment.