Skip to content

Commit 129954d

Browse files
fix: bump container image tags to 0.41.1 in ci-values.yaml and values.yaml (#218)
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent 39f02fb commit 129954d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/support/ci/ci-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ tester:
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: {}

.github/workflows/support/ci_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ echo "--------------------------------------------------------------------------
1818
echo "Creating cluster and namespace"
1919
# kind delete cluster -n "${CLUSTER_NAME}" || true
2020
kind 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

2424
kubectl create ns "${NAMESPACE}"
2525
kubectl get ns

charts/solo-deployment/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)