Skip to content

Commit

Permalink
Update api-server
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Mar 27, 2024
1 parent a508d52 commit 19c37a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kamu-api-server
description: API server component of the Kamu Compute Node
type: application
version: 0.17.0
appVersion: "0.17.0"
version: 0.17.1
appVersion: "0.17.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/kamu-api-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ app:
# TODO: Move into secrets
authGithubClientId: ""
authGithubClientSecret: ""
# Generate using `openssl rand -hex 32`
jwtSecret: ""

awsCredentials:
Expand Down

0 comments on commit 19c37a5

Please sign in to comment.