AmpersandTarski / RAP

RAP is a tool that lets you analyse Ampersand models, generate functional specifications and make prototypes of information systems. It is the primary tool for students of the Open University of the Netherlands in the course Rule Based Design.
5 stars 3 forks source link

Set ImagePullPolicy to Always in the student prototype template yaml #354

Closed FranSlot closed 5 months ago

FranSlot commented 7 months ago

When updating the student prototype image the prototypes created by students don't actually use the new image if the previous version is cached. This is due to using the :latest tag in the template.

FranSlot commented 7 months ago

Updating the pull policy is not the best solution. Instead we are making the prototype request the image of the student prototype deployment that is included to cache the image. This way it will always be the latest.