redhat-scholars / kubernetes-tutorial

Kubernetes Tutorial for https://dn.dev/master
https://redhat-scholars.github.io/kubernetes-tutorial/
Apache License 2.0
362 stars 193 forks source link

Fix quarkus-demo version #35

Closed dev-adriano closed 3 years ago

dev-adriano commented 3 years ago

The tag of the quarkus-demo image in the last section of "Elementary/Rolling Updates" is wrong

kubectl set image deployment/myboot myboot=quay.io/rhdevelopers/quarkus-demo:1.0.0

The correct tag is v1:

kubectl set image deployment/myboot myboot=quay.io/rhdevelopers/quarkus-demo:v1