Skip to content

Commit

Permalink
Helm chart updates (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
polasekr authored Nov 25, 2024
1 parent 0db8839 commit 5832e47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: bonsol-node
description: A Solana Verifiable compute coprocessor node
type: application
version: 1.0.0
version: 2.0.0
appVersion: "1.0.0"
4 changes: 3 additions & 1 deletion charts/templates/deployment-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ spec:
bonsol deploy -y -m {{ include "bonsol-tester.manifestPath" . }} -t url --url $SIMPLE_IMAGE
while :
do
bonsol execute -f {{ include "bonsol-tester.executionReqPath" . }} -x 1000 -m 10000 -w
date '+%Y/%m/%d %H:%M:%S'
bonsol execute -f {{ include "bonsol-tester.executionReqPath" . }} -x 1000 -m 10000
echo "Sleeping 300 seconds ..."
sleep 300
done
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ provernode:
## order to run the pod on Kubernetes node with GPU.
##
image:
repository: ghcr.io/anagrambuild/bonsol-node@sha256
tag: 05d33ce69b8db9cd0755fa6ff474db8b51cc680c874ff36a17de814e70e31eae
repository: ghcr.io/anagrambuild/bonsol-node
tag: cuda-main-0.2.1
pullPolicy: "IfNotPresent"
imagePullSecrets: []

Expand Down

0 comments on commit 5832e47

Please sign in to comment.