1
0
mirror of https://github.com/rancher/os.git synced 2025-09-06 17:22:34 +00:00

Rename to rancher/os2

This commit is contained in:
Darren Shepherd
2021-10-20 12:19:44 -07:00
parent 8500d3237f
commit 4085b2977b
30 changed files with 59 additions and 59 deletions

View File

@@ -29,7 +29,7 @@ helm upgrade \
--set image.repository=${IMAGE_REPO} \
--set image.tag=${IMAGE_TAG} \
--set image.imagePullPolicy=${PULL_POLICY} \
rancheros-operator /usr/share/rancher/os/rancheros-operator-chart.tgz
rancheros-operator /usr/share/rancher/os2/rancheros-operator-chart.tgz
while ! manifest | kubectl apply -f -; do
sleep 15