diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 4d8f144..cb4d0c3 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -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" diff --git a/charts/templates/deployment-tester.yaml b/charts/templates/deployment-tester.yaml index 19c5e67..a344623 100644 --- a/charts/templates/deployment-tester.yaml +++ b/charts/templates/deployment-tester.yaml @@ -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 }} diff --git a/charts/values.yaml b/charts/values.yaml index f4079ce..54eb746 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -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: []