Skip to content

Commit

Permalink
Chart corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Jun 26, 2024
1 parent a8aa3b0 commit 0d0ef9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kamu-api-server
description: API server component of the Kamu Compute Node
type: application
version: 0.26.7
version: 0.26.8
appVersion: "0.26.4"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-api-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- "migrate"
- "run"
- "--source"
- {{ .Values.imageMigrations.baseMigrationsPath }}:{{ .Values.imageMigrations.databaseProvider }}
- {{ .Values.imageMigrations.baseMigrationsPath }}{{ .Values.imageMigrations.databaseProvider }}
- "--database-url"
- {{ .Values.imageMigrations.databaseConnectionString }}
env:
Expand Down

0 comments on commit 0d0ef9e

Please sign in to comment.