Skip to content
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
2 changes: 1 addition & 1 deletion charts/keycloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: keycloak-operator
description: A Helm chart for deploying the Keycloak Operator with GitOps compatibility
type: application
version: 0.7.35
appVersion: "v0.10.39"
appVersion: "v0.10.40"
keywords:
- keycloak
- operator
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ operator:
# Overrides the image tag whose default is the chart appVersion.
# This is automatically updated by the update-chart-versions workflow on new releases
# Example: "v0.3.2" or "latest"
tag: "v0.10.39"
tag: "v0.10.40"
# Image pull secrets for private registries
# Example:
# imagePullSecrets:
Expand Down
Loading