Update docs/deploy-development-rp.md

Co-authored-by: Hilliary Lipsig <hlipsig@redhat.com>
This commit is contained in:
Christophe LACOMBE 2024-12-13 14:57:51 +01:00 коммит произвёл GitHub
Родитель 274c0d5e0c
Коммит d9e3825c2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -394,7 +394,7 @@ export RESOURCEGROUP=<resource-group-name>
- Admin - Put a new OpenShift installation version
This command adds the image to your cosmosDB. **openShiftPullspec** comes from [quay.io/repository/openshift-release-dev](https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags) (in production we must use sha tag, but in dev we can use tag for simplicity) ; and **installerPullspec** from int to work in dev without to have to set any secret, but you can use repo for installer if you configured secret for it.
This command adds the image to your cosmosDB. **openShiftPullspec** comes from [quay.io/repository/openshift-release-dev](https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags) (in production we must use sha tag, but in dev we can use tag for simplicity) ; and **installerPullspec** from int to work in dev without having to set any secret, but you can use repo for installer if you configured secret for it.
```bash
OCP_VERSION=<x.y.z>