Merge pull request #15372 from johngmyers/release-process

Update release-process.md for registry.k8s.io change
This commit is contained in:
Kubernetes Prow Robot 2023-05-05 23:27:19 -07:00 committed by GitHub
commit b8a6bd474e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ git checkout main
git pull upstream main
git checkout -b kops_images_${VERSION}
cd k8s.gcr.io/images/k8s-staging-kops
cd registry.k8s.io/images/k8s-staging-kops
echo "" >> images.yaml
echo "# ${VERSION}" >> images.yaml
kpromo cip run --snapshot gcr.io/k8s-staging-kops --snapshot-tag ${VERSION} >> images.yaml
@ -122,7 +122,7 @@ Currently, we send the image and non-image artifact promotion PRs separately.
```
cd ${GOPATH}/src/k8s.io/k8s.io
git add -p k8s.gcr.io/images/k8s-staging-kops/images.yaml
git add -p registry.k8s.io/images/k8s-staging-kops/images.yaml
git commit -m "Promote kOps $VERSION images"
gh pr create -f
```