HarrisKirk / blue-green-dreams

2 stars 1 forks source link

Potential inconsistency issue #115

Open chrissound opened 9 months ago

chrissound commented 9 months ago

I think we might have a potential issue where we specify the k8s deployment to use the specific image in gwa-deploy/resources/deployment.yaml:

        image: cjtkirk1/gwa:latest

Basically it might give us issues if either:

I mention it as I think we might have run into the issue on #110 where I seem to have tested it with a success on my fork branch yet you report an exception being thrown.

Maybe something to just keep in mind and isn't actually effecting anything - a bit difficult to tell for sure.

Usually what I do here to avoid this issue is tag the image with the commit SHA hash.