Skip to content

Commit ea3569e

Browse files
committed
fix: forgot to unfocus an e2e test
1 parent 9dc216d commit ea3569e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compatibility-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Setup k8s cluster
9797
run: |
9898
kind create cluster \
99-
--image=kindest/node:v1.25.3 \
99+
--image=kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e \
100100
--config=./tests/cfg/kind-cluster-config.yaml
101101
102102
kubectl wait --timeout=5m --for=condition=ready node -l worker=true

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
kind delete cluster
110110
kind create cluster \
111-
--image=kindest/node:v1.25.3@sha256:cd248d1438192f7814fbca8fede13cfe5b9918746dfa12583976158a834fd5c5 \
111+
--image=kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e \
112112
--config=./tests/cfg/kind-cluster-config.yaml
113113
114114
kubectl wait --timeout=5m --for=condition=ready node -l worker=true

internal/controllers/storage/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func (r *Reconciler) initializeBlobstorage(
193193
storage,
194194
corev1.EventTypeWarning,
195195
"InitializingStorage",
196-
"Failed initBlobstorage Job, check Pod logs for addditional info",
196+
"Failed initBlobstorage Job, check Pod logs for additional info",
197197
)
198198
meta.SetStatusCondition(&storage.Status.Conditions, metav1.Condition{
199199
Type: StorageInitializedCondition,

0 commit comments

Comments
 (0)