Compare commits
6 Commits
1.0.0
...
bbce198fb7
Author | SHA1 | Date | |
---|---|---|---|
bbce198fb7
|
|||
f432a87166
|
|||
e406855135
|
|||
bacd32f6a1
|
|||
e64a1209d3
|
|||
970dcbbec5
|
@ -21,4 +21,3 @@
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
*.tgz
|
||||
|
@ -3,5 +3,10 @@ name: hasura
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.2.6
|
||||
appVersion: v2.15.0
|
||||
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
|
||||
name: Konstantin Grachev
|
||||
sources:
|
||||
- https://git.grachevko.ru/hasura/chart
|
||||
|
@ -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
|
||||
|
@ -9,7 +9,7 @@ image:
|
||||
repository: hasura/graphql-engine
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: v2.3.1.cli-migrations-v3
|
||||
tag: v2.15.0.cli-migrations-v3
|
||||
pullSecrets: [ ]
|
||||
|
||||
extraEnvVarsSecret: ""
|
||||
|
Reference in New Issue
Block a user