Skip to content

Commit

Permalink
Use versioned releases in helm chart instead of nightlies (#499)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
  • Loading branch information
psschwei authored May 3, 2023
1 parent 429de07 commit f553699
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions infrastructure/helm/quantumserverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gatewayEnable: true
gateway:
image:
pullPolicy: IfNotPresent
tag: "nightly"
tag: "0.0.7"
application:
siteHost: "http://127.0.0.1:8000"
rayHost: "http://serverless-cluster-kuberay-head-svc:8265"
Expand Down Expand Up @@ -62,7 +62,7 @@ jupyter:

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

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

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

head:
Expand Down Expand Up @@ -294,7 +294,9 @@ keycloak:

repositoryEnable: true
repository:
tag: "nightly"
repository: "qiskit/quantum-repository-server"
pullPolicy: IfNotPresent
tag: "0.0.7"

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

0 comments on commit f553699

Please sign in to comment.