Skip to content

Commit

Permalink
Deploy demo env with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Nov 8, 2024
1 parent aac30fc commit a1f63c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hack/demoenv/exporters-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: Always
containers:
- name: jumpstarter-exporter
image: quay.io/jumpstarter-dev/jumpstarter:latest
image: quay.io/jumpstarter-dev/jumpstarter:0.5.0
imagePullPolicy: IfNotPresent
env:
- name: JUMPSTARTER_GRPC_INSECURE
Expand Down
6 changes: 3 additions & 3 deletions hack/demoenv/prepare_exporters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ EOF
kubectl label exporter -n "${NAMESPACE}" "${EXPORTER_NAME}" device-type=can
done

kubectl delete statefulset -n jumpstarter-exporters exporters
kubectl delete statefulset -n jumpstarter-exporters vcan-exporters
kubectl delete statefulset -n jumpstarter-exporters exporter vcan-exporter
kubectl delete pod --all -n jumpstarter-exporters --force --grace-period=0

kubectl create namespace jumpstarter-exporters
kubectl create namespace jumpstarter-exporters || true
kubectl apply -k ./hack/demoenv/

echo "Waiting for exporters to be ready...."
Expand Down
2 changes: 1 addition & 1 deletion hack/demoenv/vcan-exporters-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
restartPolicy: Always
containers:
- name: jumpstarter-exporter
image: quay.io/jumpstarter-dev/jumpstarter:latest
image: quay.io/jumpstarter-dev/jumpstarter:0.5.0
imagePullPolicy: IfNotPresent
env:
- name: JUMPSTARTER_GRPC_INSECURE
Expand Down

0 comments on commit a1f63c2

Please sign in to comment.