Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e406855135
|
|||
bacd32f6a1
|
|||
e64a1209d3
|
|||
970dcbbec5
|
@ -21,4 +21,3 @@
|
|||||||
.idea/
|
.idea/
|
||||||
*.tmproj
|
*.tmproj
|
||||||
.vscode/
|
.vscode/
|
||||||
*.tgz
|
|
||||||
|
@ -3,5 +3,10 @@ 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.0
|
appVersion: v2.15.1
|
||||||
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:
|
||||||
|
- email: me@grachevko.ru
|
||||||
|
name: Konstantin Grachev
|
||||||
|
sources:
|
||||||
|
- https://git.grachevko.ru/hasura/chart
|
||||||
|
@ -9,7 +9,7 @@ image:
|
|||||||
repository: hasura/graphql-engine
|
repository: hasura/graphql-engine
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# 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: [ ]
|
pullSecrets: [ ]
|
||||||
|
|
||||||
extraEnvVarsSecret: ""
|
extraEnvVarsSecret: ""
|
||||||
|
Reference in New Issue
Block a user