File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
.github/workflows/support Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 image :
44 registry : " ghcr.io"
55 repository : " hashgraph/solo-containers/kubectl-bats"
6- tag : " 0.40.4 "
6+ tag : " 0.41.1 "
77 pullPolicy : " IfNotPresent"
88 resources : {}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ echo "--------------------------------------------------------------------------
1818echo " Creating cluster and namespace"
1919# kind delete cluster -n "${CLUSTER_NAME}" || true
2020kind create cluster -n " ${CLUSTER_NAME} " --config=dev-cluster.yaml
21- # kind load docker-image ghcr.io/hashgraph/solo-containers/kubectl-bats:0.40.4 --name solo-charts-test
22- # kind load docker-image ghcr.io/hashgraph/solo-containers/ubi8-init-java21:0.40.4 --name solo-charts-test
21+ # kind load docker-image ghcr.io/hashgraph/solo-containers/kubectl-bats:0.41.1 --name solo-charts-test
22+ # kind load docker-image ghcr.io/hashgraph/solo-containers/ubi8-init-java21:0.41.1 --name solo-charts-test
2323
2424kubectl create ns " ${NAMESPACE} "
2525kubectl get ns
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ tester:
5252 image :
5353 registry : " ghcr.io"
5454 repository : " hashgraph/solo-containers/kubectl-bats"
55- tag : " 0.40.4 "
55+ tag : " 0.41.1 "
5656 pullPolicy : " IfNotPresent"
5757 resources : { }
5858
@@ -80,7 +80,7 @@ defaults:
8080 image :
8181 registry : " ghcr.io"
8282 repository : " hashgraph/solo-containers/ubi8-init-java21"
83- tag : " 0.40.4 "
83+ tag : " 0.41.1 "
8484 pullPolicy : " IfNotPresent"
8585 resources : { }
8686 extraEnv : [ ]
@@ -139,7 +139,7 @@ defaults:
139139 image :
140140 registry : " ghcr.io"
141141 repository : " hashgraph/solo-containers/backup-uploader"
142- tag : " 0.40.4 "
142+ tag : " 0.41.1 "
143143 pullPolicy : " IfNotPresent"
144144 config :
145145 backupBucket : " backup"
You can’t perform that action at this time.
0 commit comments