Skip to content

Commit 904137a

Browse files
authored
Remove use of dep api (#5125)
1 parent 48cf407 commit 904137a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conformance/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sonobuoy:
2828

2929
.PHONY: sonobuoy-run
3030
sonobuoy-run:
31-
./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image k8s.gcr.io/conformance:$(K8S_VERSION)
31+
./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image registry.k8s.io/conformance:$(K8S_VERSION)
3232

3333
.PHONY: sonobuoy-results
3434
sonobuoy-results:

conformance/template/README.md.end

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Run Sonobuoy e2e
1818
```
19-
./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image k8s.gcr.io/conformance:{{conformance_version}}
19+
./sonobuoy run --mode=certified-conformance --wait --kube-conformance-image registry.k8s.io/conformance:{{conformance_version}}
2020
results=$(./sonobuoy retrieve)
2121
mkdir ./results
2222
tar xzf $results -C ./results

test/framework/conformance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/aws/eks-anywhere/pkg/version"
1313
)
1414

15-
const kubeConformanceImage = "k8s.gcr.io/conformance"
15+
const kubeConformanceImage = "registry.k8s.io/conformance"
1616

1717
func (e *ClusterE2ETest) RunConformanceTests() {
1818
ctx := context.Background()

0 commit comments

Comments
 (0)