Changelog for 0.11.33:
- PR #1149 Add way to hold/ignore images when upgrading compose/charts by @alexellis
Commits
fa9f92f Add way to hold/ignore images when upgrading compose/charts by @alexellis
Example with docker-compose.yaml:
services:
postgresql:
image: postgres:16
arkade.yaml:
ignore:
- services.postgresql.image
Example with values.yaml:
postgresql:
image: postgres:16
arkade.yaml
ignore:
- postgresql.image
Changes: 0.11.32...0.11.33
Generated by Derek