Skip to content

Commit

Permalink
fix(chart): default value for client ID in Gitlab (#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski authored Oct 9, 2023
1 parent c959095 commit 8db0dc7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
.. _changelog:

0.39.3
------

Renku ``0.39.3`` fixes various bugs.


Internal Changes
~~~~~~~~~~~~~~~~

**Bug Fixes**

- **Helm chart**: use the correct default value for the Renku OAuth client in Gitlab

0.39.2
------

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ global:
cliClientSecret:
## Client id and client secret of the renku gateway client application which is registered in GitLab.
## Can be set here or as .gitlabClientId outside of .global, the values set ouside of global (if defined) take precedence.
gitlabClientId: #renku
gitlabClientId: renku-ui
## Should be set to a proper value (i.e. by using openssl rand -hex 32) for production.
## Can be set here or as .gitlabClientSecret outside of .global, the values set ouside of global (if defined) take precedence.
gitlabClientSecret:
Expand Down

0 comments on commit 8db0dc7

Please sign in to comment.