Skip to content

Commit

Permalink
Update primehub-console
Browse files Browse the repository at this point in the history
- [graphql] fix deploymentsUsage of group
- [client] fix deployment usage checks

Signed-off-by: Timothy Lee <[email protected]>
  • Loading branch information
ctiml committed Apr 18, 2023
1 parent 9c9d431 commit c1ae957
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions chart/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ primehub-all:
buildah: &buildah quay.io/buildah/stable:v1.19.8

# Primehub Console
primehub-console: &primehub-console infuseai/primehub-console:v3.12-880f5147
primehub-console-model-deploy: &primehub-console-model-deploy infuseai/primehub-console-model-deploy:v3.12-880f5147
primehub-console-graphql: &primehub-console-graphql infuseai/primehub-console-graphql:v3.12-880f5147
primehub-console-watcher: &primehub-console-watcher infuseai/primehub-console-watcher:v3.12-880f5147
primehub-console: &primehub-console infuseai/primehub-console:v3.12-c35cfb30
primehub-console-model-deploy: &primehub-console-model-deploy infuseai/primehub-console-model-deploy:v3.12-c35cfb30
primehub-console-graphql: &primehub-console-graphql infuseai/primehub-console-graphql:v3.12-c35cfb30
primehub-console-watcher: &primehub-console-watcher infuseai/primehub-console-watcher:v3.12-c35cfb30

# Metacontroller
metacontroller: &metacontroller metacontroller/metacontroller:0.2
Expand Down
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ console:
tag: 1.31
image:
repository: infuseai/primehub-console
tag: v3.12-880f5147
tag: v3.12-c35cfb30
# pullPolicy: IfNotPresent
# credentials:
# registry: registry.gitlab.com
Expand Down Expand Up @@ -330,7 +330,7 @@ graphql:
tag: 1.31
image:
repository: infuseai/primehub-console-graphql
tag: v3.12-880f5147
tag: v3.12-c35cfb30
# pullPolicy: IfNotPresent
# credentials:
# registry: registry.gitlab.com
Expand Down Expand Up @@ -362,7 +362,7 @@ graphql:
watcher:
image:
repository: infuseai/primehub-console-watcher
tag: v3.12-880f5147
tag: v3.12-c35cfb30
# pullPolicy: IfNotPresent
# credentials:
# registry: registry.gitlab.com
Expand Down

0 comments on commit c1ae957

Please sign in to comment.