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