Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
bbce198fb7
|
|||
f432a87166
|
@ -3,7 +3,7 @@ name: hasura
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.2.6
|
||||
appVersion: v2.15.1
|
||||
appVersion: v2.16.0
|
||||
icon: https://raw.githubusercontent.com/hasura/graphql-engine/master/assets/brand/powered_by_hasura_primary_lightbg.svg
|
||||
maintainers:
|
||||
- email: me@grachevko.ru
|
||||
|
@ -37,10 +37,7 @@ spec:
|
||||
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
command: [ "/bin/sh", "-c" ]
|
||||
args:
|
||||
- set -ex;
|
||||
hasura-cli metadata apply;
|
||||
hasura-cli migrate apply --all-databases;
|
||||
hasura-cli metadata reload;
|
||||
- hasura-cli deploy
|
||||
workingDir: /data
|
||||
env:
|
||||
- name: HASURA_GRAPHQL_ENDPOINT
|
||||
|
Reference in New Issue
Block a user