Skip to content

Commit

Permalink
Version 0.6.5 update (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tansito authored and GitHub Enterprise committed Oct 23, 2023
1 parent 7fc8c3a commit b3073e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/deployment/k8s/values/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gateway:
image:
repository: "icr.io/quantum-public/quantum-serverless-gateway"
pullPolicy: IfNotPresent
tag: "0.6.3"
tag: "0.6.5"
application:
siteHost: "http://gateway:8000"
rayHost: "http://kuberay-head-svc:8265"
Expand All @@ -57,7 +57,7 @@ gateway:
type: ClusterIP
port: 8000
ray:
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.3-py39"
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.5-py39"
opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-7
kubectlImage: alpine/k8s:1.28.1@sha256:c37a54b738e4d26f88d4a4d28680bb74dfea1d0e756f039dad900306abc837a8
cpu: 4
Expand Down
4 changes: 2 additions & 2 deletions ci/deployment/k8s/values/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gateway:
image:
repository: "icr.io/quantum-public/quantum-serverless-gateway"
pullPolicy: IfNotPresent
tag: "0.6.3"
tag: "0.6.5"
application:
siteHost: "http://gateway:8000"
rayHost: "http://kuberay-head-svc:8265"
Expand All @@ -57,7 +57,7 @@ gateway:
type: ClusterIP
port: 8000
ray:
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.3-py39"
nodeImage: "icr.io/quantum-public/quantum-serverless-ray-node:0.6.5-py39"
opensslImage: registry.access.redhat.com/ubi8/openssl:8.8-7
kubectlImage: alpine/k8s:1.28.1@sha256:c37a54b738e4d26f88d4a4d28680bb74dfea1d0e756f039dad900306abc837a8
cpu: 4
Expand Down

0 comments on commit b3073e7

Please sign in to comment.