@@ -31,7 +31,7 @@ cat mynamespace.show
3131grep -F " kind: Deployment" mynamespace.show
3232grep -F " kind: Service" mynamespace.show
3333grep -F " name: helloworld" mynamespace.show
34- grep -E " image: localhost:5000 /.*/helloworld/image@sha256" mynamespace.show
34+ grep -E " image: localhost:15000 /.*/helloworld/image@sha256" mynamespace.show
3535grep -E " app_label_image_short_digest" mynamespace.show | grep -v -F ' image.short-digest'
3636
3737$( rlocation examples/helloworld/canary.show) > canary.show
@@ -42,7 +42,7 @@ grep -F "kind: Deployment" canary.show
4242grep -F " kind: Service" canary.show
4343grep -F " namespace: $NAMESPACE " canary.show
4444grep -F " name: helloworld-canary" canary.show
45- grep -E " image: localhost:5000 /k8s/helloworld/image@sha256" canary.show
45+ grep -E " image: localhost:15000 /k8s/helloworld/image@sha256" canary.show
4646
4747$( rlocation examples/helloworld/release.show) > release.show
4848echo " DEBUG: release.show:"
@@ -52,4 +52,4 @@ grep -F "kind: Deployment" release.show
5252grep -F " kind: Service" release.show
5353grep -F " namespace: $NAMESPACE " canary.show
5454grep -F " name: helloworld" mynamespace.show
55- grep -E " image: localhost:5000 /k8s/helloworld/image@sha256" release.show
55+ grep -E " image: localhost:15000 /k8s/helloworld/image@sha256" release.show
0 commit comments