File tree Expand file tree Collapse file tree
tests/integration/fixtures/files/clusters
local_mirrors/localhost:5000 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686
8787 - uses : engineerd/setup-kind@ecfad61750951586a9ef973db567df1d28671bdc # v0.6.2
8888 with :
89- version : " v0.27 .0"
89+ version : " v0.29 .0"
9090 name : " ess-helm"
9191 skipClusterCreation : " true"
9292 skipClusterLogsExport : " true"
Original file line number Diff line number Diff line change 1+ Run integration tests with ` kind ` 0.29.0.
Original file line number Diff line number Diff line change 1- # Copyright 2024 New Vector Ltd
1+ # Copyright 2024-2025 New Vector Ltd
22#
33# SPDX-License-Identifier: AGPL-3.0-only
44
4141 - hostPath : ./audit-policy.yml
4242 containerPath : /etc/kubernetes/policies/audit-policy.yaml
4343 readOnly : true
44+ - hostPath : ./local_mirrors
45+ containerPath : /etc/containerd/certs.d
46+ readOnly : true
4447 extraPortMappings :
4548 - containerPort : 80
4649 hostPort : 80
5053 protocol : TCP
5154containerdConfigPatches :
5255- |-
53- [plugins."io.containerd.grpc.v1.cri".registry.mirrors."localhost:5000" ]
54- endpoint = ["http://registry:5000"]
56+ [plugins."io.containerd.grpc.v1.cri".registry]
57+ config_path = "/etc/containerd/certs.d"
Original file line number Diff line number Diff line change 1+ # Copyright 2025 New Vector Ltd
2+ #
3+ # SPDX-License-Identifier: AGPL-3.0-only
4+
5+ [host ."http://registry:5000" ]
6+ capabilities = [" pull" , " resolve" ]
You can’t perform that action at this time.
0 commit comments