Skip to content

Commit 1b35ad6

Browse files
committed
fix: eclipse-jkube GitHub reorganization
1 parent 382261b commit 1b35ad6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-jkube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
type: string
2424

2525
env:
26-
JKUBE_REPOSITORY: https://github.com/eclipse/jkube.git
26+
JKUBE_REPOSITORY: https://github.com/eclipse-jkube/jkube.git
2727
JKUBE_REVISION: master
2828

2929
permissions:

.github/workflows/windows-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permissions:
2626
contents: read
2727

2828
env:
29-
JKUBE_REPOSITORY: https://github.com/eclipse/jkube.git
29+
JKUBE_REPOSITORY: https://github.com/eclipse-jkube/jkube.git
3030
JKUBE_REVISION: master
3131
JKUBE_DIR: jkube
3232

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JKube Integration Tests
22

3-
This project hosts Integration test suites for https://github.com/eclipse/jkube.
3+
This project hosts Integration test suites for https://github.com/eclipse-jkube/jkube.
44

55
## Test Structure
66

it/src/test/java/org/eclipse/jkube/integrationtests/assertions/ServiceAssertion.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public ServiceAssertion assertNodePortResponse(String name, Matcher<? super Stri
109109
.get(KubernetesClientAssertion.DEFAULT_AWAIT_TIME_SECONDS, TimeUnit.SECONDS);
110110
assertThat(response.body(), notNullValue());
111111
// replacing character `–` with `-` to avoid issue described in
112-
// https://github.com/jkubeio/jkube-integration-tests/issues/183
112+
// https://github.com/eclipse-jkube/jkube-integration-tests/issues/183
113113
assertThat(response.body().replace("–", "-"), responseBodyMatcher);
114114
return this;
115115
}

projects-to-be-tested/maven/spring/complete/src/main/jkube/k8s/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
volumes:
2020
- name: jkube
2121
gitRepo:
22-
repository: 'https://github.com/eclipse/jkube.git'
22+
repository: 'https://github.com/eclipse-jkube/jkube.git'
2323
revision: '0.1.0'
2424
containers:
2525
- command: ["java"]

0 commit comments

Comments
 (0)