Skip to content

Commit

Permalink
v0.27.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zaychenko-sergei committed Jul 2, 2024
1 parent d1830bc commit adb147f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.27.12
version: 0.27.13
appVersion: "0.27.1"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
4 changes: 2 additions & 2 deletions charts/kamu-api-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ spec:
- "/bin/sh"
- "-c"
- |
/scripts/fetch-db-secret.sh {{ .Values.imageMigrations.databaseSecretName }} $AWS_REGION {{ .Values.imageMigrations.databaseProvider }} {{ .Values.imageMigrations.databaseHost }} {{ .Values.imageMigrations.databasePort }} {{ .Values.imageMigrations.databaseName }} &&
/scripts/run-db-migrations.sh {{ .Values.imageMigrations.migrationsPath }}
/bin/bash /scripts/fetch-db-secret.sh {{ .Values.imageMigrations.databaseSecretName }} $AWS_REGION {{ .Values.imageMigrations.databaseProvider }} {{ .Values.imageMigrations.databaseHost }} {{ .Values.imageMigrations.databasePort }} {{ .Values.imageMigrations.databaseName }} &&
/bin/bash /scripts/run-db-migrations.sh {{ .Values.imageMigrations.migrationsPath }}
env:
- name: RUST_BACKTRACE
value: "1"
Expand Down

0 comments on commit adb147f

Please sign in to comment.