Update RELEASE.md (#1682)
following manifest re-org with - https://github.com/kubeflow/model-registry/pull/1576 Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
This commit is contained in:
parent
2a9ac1a96d
commit
9b8c648e72
|
|
@ -72,7 +72,7 @@ git checkout -b mr_maintainer-$TDATE-upstreamSync
|
|||
pushd manifests/kustomize/base && kustomize edit set image ghcr.io/kubeflow/model-registry/server=ghcr.io/kubeflow/model-registry/server:$VVERSION && popd
|
||||
pushd manifests/kustomize/options/csi && kustomize edit set image ghcr.io/kubeflow/model-registry/storage-initializer=ghcr.io/kubeflow/model-registry/storage-initializer:$VVERSION && popd
|
||||
pushd manifests/kustomize/options/ui/base && kustomize edit set image model-registry-ui=ghcr.io/kubeflow/model-registry/ui:$VVERSION && popd
|
||||
pushd manifests/kustomize/options/catalog && kustomize edit set image ghcr.io/kubeflow/model-registry/server=ghcr.io/kubeflow/model-registry/server:$VVERSION && popd
|
||||
pushd manifests/kustomize/options/catalog/base && kustomize edit set image ghcr.io/kubeflow/model-registry/server=ghcr.io/kubeflow/model-registry/server:$VVERSION && popd
|
||||
git add .
|
||||
git commit -s
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue