Skip to content

Commit

Permalink
fix: bump major version add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Nov 4, 2024
1 parent 8da0127 commit 1c7b6cb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions charts/testkube-enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change log

## 2.0.0

The default value for `dex.image.repository` has changed from
`ghcr.io/dexidp/dex` to `dexidp/dex`, with the registry component is now being
specified by `dex.image.registry` or globally via `global.imageRegistry`.
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testkube-enterprise
description: A Helm chart for Testkube Enterprise
type: application
version: 1.190.0
version: 2.0.0
dependencies:
- name: common
version: 2.13.3
Expand Down
9 changes: 5 additions & 4 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,11 @@ dex:
enabled: true
fullnameOverride: testkube-enterprise-dex
# Uncomment if you want to provide different image settings
# image:
# repository: ghcr.io/dexidp/dex
# tag: v2.41.1
# pullPolicy: IfNotPresent
#image:
# registry: ghcr.io
# repository: dexidp/dex
# tag: ""
# pullPolicy: IfNotPresent

# -- Common labels which will be added to all Dex resources
commonLabels: *common_labels
Expand Down

0 comments on commit 1c7b6cb

Please sign in to comment.