Skip to content

Commit

Permalink
docs: update reference to registry.k8s.io in release
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 4, 2023
1 parent 42ef595 commit 905d82b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/RELEASE.md
Expand Up @@ -48,7 +48,7 @@ The scripts also require the `gh` tool, available from <https://github.com/cli/c
gh workflow run e2e_mock_provider_tests -f imageVersion=<NEW_VERSION>
```

1. Once the e2e tests on staging images completes, follow the [instructions](https://github.com/kubernetes/k8s.io/tree/main/k8s.gcr.io#image-promoter) to promote the image to production repo
1. Once the e2e tests on staging images completes, follow the [instructions](https://github.com/kubernetes/k8s.io/tree/main/registry.k8s.io#image-promoter) to promote the image to production repo
- Within the Prow job "Artifacts" tab there is a file `artifacts/build.log` which will include the Cloud Build URL:

```text
Expand All @@ -58,7 +58,7 @@ The scripts also require the `gh` tool, available from <https://github.com/cli/c
- Run generate script to append the new image to promoter manifest

```bash
k8s.gcr.io/images/k8s-staging-csi-secrets-store/generate.sh > k8s.gcr.io/images/k8s-staging-csi-secrets-store/images.yaml
registry.k8s.io/images/k8s-staging-csi-secrets-store/generate.sh > registry.k8s.io/images/k8s-staging-csi-secrets-store/images.yaml
```

- Preview the changes
Expand All @@ -68,8 +68,8 @@ The scripts also require the `gh` tool, available from <https://github.com/cli/c
```

- Commit the changes and push to remote repository to create a pull request
1. Once the image promoter PR is merged, the image will be promoted to prod repo (`k8s.gcr.io/csi-secrets-store/driver`)
1. Once the image promoter PR is merged, the image will be promoted to prod repo (`registry.k8s.io/csi-secrets-store/driver`)

## Building and releasing

1. Modify the `Makefile`s to include the changes from the `Version` section above.
Expand Down

0 comments on commit 905d82b

Please sign in to comment.