Skip to content

Commit

Permalink
Merge pull request #11 from valtimo-platform/bug/keycloak-server-url
Browse files Browse the repository at this point in the history
Fixed bug in keycloak configmap param
  • Loading branch information
Hildebrand-Ritense authored Jan 6, 2025
2 parents 2b024fa + 162ff0f commit 0be06e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# apaas-helm-charts
This repository will contain all the helm charts for the Valtimo application.
# Valtimo Cloud Helm charts
This repository contains the helm charts for the Valtimo application.

Find the helm configuration values here:

* [Valtimo Backend](https://github.com/valtimo-platform/helm-charts/blob/main/charts/valtimo-backend/valtimo-backend/README.md)
* [Valtimo Frontend](https://github.com/valtimo-platform/helm-charts/blob/main/charts/valtimo-frontend/valtimo-frontend/README.md)

The generated list of published helm releases can be found [here](https://raw.githubusercontent.com/valtimo-platform/helm-charts/refs/heads/gh-pages/index.yaml).
2 changes: 1 addition & 1 deletion charts/valtimo-backend/valtimo-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 0.1.0
description: A Helm chart for Kubernetes
name: valtimo-backend
type: application
version: 0.1.10
version: 0.1.11

dependencies:
- name: postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
SPRINGACTUATOR_USERNAME: {{ .Values.settings.spring.actuator.username | quote }}
SPRING_DATASOURCE_URL: {{ .Values.settings.spring.datasource.url | quote }}
SPRING_DATASOURCE_USERNAME: {{ .Values.settings.spring.datasource.username | quote }}
KEYCLOAK_AUTHSERVERURL: {{ .Values.settings.keycloak.authServerURL | quote }}
KEYCLOAK_AUTH_SERVER_URL: {{ .Values.settings.keycloak.authServerURL | quote }}
KEYCLOAK_RESOURCE: {{ .Values.settings.keycloak.clientID | quote }}
KEYCLOAK_REALM: {{ .Values.settings.keycloak.realm | quote }}
VALTIMO_OAUTH_PUBLIC_KEY: {{ .Values.settings.keycloak.publicKey | quote }}
Expand Down

0 comments on commit 0be06e7

Please sign in to comment.