Skip to content

Commit

Permalink
fix(keycloak): correctly set the httpManagement.port variable
Browse files Browse the repository at this point in the history
  • Loading branch information
open-dynaMIX committed Sep 6, 2024
1 parent e7ea52b commit 9d1c1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/keycloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: keycloak-operator
description: Deploy Keycloak Operator and Keycloak
type: application
version: 1.3.1
version: 1.3.2
appVersion: "25.0.4"
icon: https://www.keycloak.org/resources/images/logo-stacked.svg
home: https://www.keycloak.org
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak-operator/templates/keycloak/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
{{- end }}
{{- with .Values.keycloak.httpManagement.port }}
httpManagement:
port: { . }
port: {{ . }}
{{- end }}
{{- if or .Values.keycloak.image.repository .Values.keycloak.image.tag }}
image: "{{ .Values.keycloak.image.repository | default .Values.operator.config.keycloakImage.repository }}:{{ .Values.keycloak.image.tag | default .Values.operator.config.keycloakImage.tag | default .Chart.AppVersion }}"
Expand Down

0 comments on commit 9d1c1e7

Please sign in to comment.