Skip to content

Commit

Permalink
change to use nightly image by default for all compoments
Browse files Browse the repository at this point in the history
Signed-off-by: akihikokuroda <[email protected]>
  • Loading branch information
akihikokuroda committed Mar 22, 2023
1 parent a980689 commit 56238fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
repository: "<JUPYTER_NOTEBOOK_IMAGE>"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "nightly-py39"

container:
port: 8888
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: qiskit/quantum-repository-server
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "nightly"

imagePullSecrets: []
nameOverride: ""
Expand Down
9 changes: 6 additions & 3 deletions infrastructure/helm/quantumserverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ nginxIngressControllerEnable: true
gatewayEnable: true
gateway:
image:
pullPolicy: Always
pullPolicy: IfNotPresent
tag: "nightly"
application:
siteHost: "http://127.0.0.1:8000"
rayHost: "http://serverless-cluster-kuberay-head-svc:8265"
Expand Down Expand Up @@ -62,7 +63,7 @@ jupyter:

image:
repository: "qiskit/quantum-serverless-notebook"
tag: "latest-py39"
tag: "nightly-py39"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -100,7 +101,7 @@ ray-cluster:

image:
repository: "qiskit/quantum-serverless-ray-node"
tag: "latest-py39"
tag: "nightly-py39"
pullPolicy: IfNotPresent

head:
Expand Down Expand Up @@ -285,6 +286,8 @@ keycloak:
# ===================

repositoryEnable: true
repository:
tag: "nightly"

# ===================
# Prometheus
Expand Down

0 comments on commit 56238fe

Please sign in to comment.