Skip to content

Commit

Permalink
Upgrade demo env version (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmn-boiko authored Jul 23, 2024
1 parent f2c7059 commit 94dc0cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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.28.2
version: 0.28.3
appVersion: "0.28.2"
home: https://kamu.dev
icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png
Expand Down
2 changes: 2 additions & 0 deletions charts/kamu-api-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ spec:
serviceAccountName: {{ include "kamu-api-server.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- if .Values.enableDatabase }}
initContainers:
- name: database-migrations
image: "{{ .Values.imageMigrations.repository }}:{{ .Values.imageMigrations.tag }}"
Expand Down Expand Up @@ -69,6 +70,7 @@ spec:
{{- end }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
securityContext:
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 @@ -49,6 +49,7 @@ imageMigrations:
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
enableDatabase: false

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit 94dc0cb

Please sign in to comment.