Skip to content

Commit

Permalink
Update primehub-console tag
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Lee <ctiml@infuseai.io>
  • Loading branch information
ctiml committed Feb 13, 2023
1 parent 46e3332 commit ac92c4d
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.28.0

# Primehub Console
primehub-console: &primehub-console infuseai/primehub-console:v4.0-d397786a
primehub-console-model-deploy: &primehub-console-model-deploy infuseai/primehub-console-model-deploy:v4.0-d397786a
primehub-console-graphql: &primehub-console-graphql infuseai/primehub-console-graphql:v4.0-d397786a
primehub-console-watcher: &primehub-console-watcher infuseai/primehub-console-watcher:v4.0-d397786a
primehub-console: &primehub-console infuseai/primehub-console:v4.0-b0fe5346
primehub-console-model-deploy: &primehub-console-model-deploy infuseai/primehub-console-model-deploy:v4.0-b0fe5346
primehub-console-graphql: &primehub-console-graphql infuseai/primehub-console-graphql:v4.0-b0fe5346
primehub-console-watcher: &primehub-console-watcher infuseai/primehub-console-watcher:v4.0-b0fe5346

# 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 @@ -243,7 +243,7 @@ console:
tag: 1.32
image:
repository: infuseai/primehub-console
tag: v4.0-d397786a
tag: v4.0-b0fe5346
# pullPolicy: IfNotPresent
# credentials:
# registry: registry.gitlab.com
Expand Down Expand Up @@ -280,7 +280,7 @@ graphql:
tag: 1.32
image:
repository: infuseai/primehub-console-graphql
tag: v4.0-d397786a
tag: v4.0-b0fe5346
# pullPolicy: IfNotPresent
# credentials:
# registry: registry.gitlab.com
Expand Down Expand Up @@ -312,7 +312,7 @@ graphql:
watcher:
image:
repository: infuseai/primehub-console-watcher
tag: v4.0-d397786a
tag: v4.0-b0fe5346
# pullPolicy: IfNotPresent
# credentials:
# registry: registry.gitlab.com
Expand Down

0 comments on commit ac92c4d

Please sign in to comment.