Skip to content

Commit

Permalink
Merge pull request #740 from vaibhav2107/registry-updates
Browse files Browse the repository at this point in the history
Updated references from k8s.gcr.io to registry.k8s.io
  • Loading branch information
k8s-ci-robot authored Feb 23, 2023
2 parents 948f634 + a5fd95c commit 6e57ca6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

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

### Changed

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

## [0.6.0] - 2018-11-27

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

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

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion deployment/node-problem-detector-healthchecker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
- --config.custom-plugin-monitor=/config/health-checker-kubelet.json
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.6
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.6
resources:
limits:
cpu: 10m
Expand Down
2 changes: 1 addition & 1 deletion deployment/node-problem-detector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- /node-problem-detector
- --logtostderr
- --config.system-log-monitor=/config/kernel-monitor.json,/config/docker-monitor.json
image: k8s.gcr.io/node-problem-detector/node-problem-detector:v0.8.7
image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.7
resources:
limits:
cpu: 10m
Expand Down
2 changes: 1 addition & 1 deletion docs/release_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body of the release:
an idea of what it includes.

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

## Post release steps

Expand Down

0 comments on commit 6e57ca6

Please sign in to comment.