Skip to content

Commit

Permalink
Merge pull request #154 from IN-CORE/release-1.30.1
Browse files Browse the repository at this point in the history
Release 1.30.1
  • Loading branch information
ywkim312 committed Jun 13, 2024
2 parents 91b6e2e + d71ea0e commit ae97fe0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.30.1 - 2024-06-13
- Fix missing keycloak admin username for cronjob

## 1.30.0 - 2024-06-12
- IN-CORE release 5.4.0
- Custom theme to Keycloak login page
Expand Down
5 changes: 1 addition & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,4 @@ annotations:
- name: Helm Chart
url: https://github.com/IN-CORE/incore-helm
artifacthub.io/changes: |
- IN-CORE release 5.4.0
- Custom theme to Keycloak login page
- Upgrade keycloak to 24.0.4
- Added Google Analytics information
- Fix keycloak missing admin username
2 changes: 1 addition & 1 deletion templates/svc-maestro/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
name: {{ include "incore.fullname" . }}-services
key: MAESTRO_USER_PASSWORD
- name: ADMIN_USERNAME
value: {{ .Values.keycloak.user | quote }}
value: {{ .Values.keycloak.auth.adminUser | quote }}
- name: ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ postgresql:
keycloak:
httpRelativePath: /auth/
auth:
adminUser: admin
adminPassword: admin
adminUser: keycloak
adminPassword: keycloakAdminPassword
proxy: edge
ingress:
enabled: true
Expand Down

0 comments on commit ae97fe0

Please sign in to comment.