Skip to content

Commit 6e57ca6

Browse files
authored
Merge pull request #740 from vaibhav2107/registry-updates
Updated references from k8s.gcr.io to registry.k8s.io
2 parents 948f634 + a5fd95c commit 6e57ca6

4 files changed

+6
-6
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
158158

159159
- Empty LogPath will now use journald's default path.
160160
- Systemd monitor now looks back 5 minutes.
161-
- Bumped base image to `k8s.gcr.io/debian-base-amd64:1.0.0`.
161+
- Bumped base image to `registry.k8s.io/debian-base-amd64:1.0.0`.
162162
- Updated the detection method for docker overlay2 issues.
163163
- Moved NPD into the kube-system namespace.
164164

@@ -248,7 +248,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
248248

249249
### Changed
250250

251-
- Bumped base image to `k8s.gcr.io/debian-base-amd64:0.4.0`.
251+
- Bumped base image to `registry.k8s.io/debian-base-amd64:0.4.0`.
252252

253253
## [0.6.0] - 2018-11-27
254254

@@ -277,7 +277,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
277277

278278
- Changed default port from 10256 to 20256 to avoid conflict with kube-proxy.
279279
- Bumped golang version from 1.8 to 1.9.
280-
- Bumped base image to `k8s.gcr.io/debian-base-amd64:0.3`.
280+
- Bumped base image to `registry.k8s.io/debian-base-amd64:0.3`.
281281

282282
### Fixed
283283

deployment/node-problem-detector-healthchecker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- --logtostderr
3131
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
3232
- --config.custom-plugin-monitor=/config/health-checker-kubelet.json
33-
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6
33+
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.6
3434
resources:
3535
limits:
3636
cpu: 10m

deployment/node-problem-detector.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- /node-problem-detector
3030
- --logtostderr
3131
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
32-
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.7
32+
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.7
3333
resources:
3434
limits:
3535
cpu: 10m

docs/release_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body of the release:
3636
an idea of what it includes.
3737

3838
3. Provide a link to the new image release (e.g. `Image:
39-
k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6`)
39+
registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.6`)
4040

4141
## Post release steps
4242

0 commit comments

Comments
 (0)