Skip to content

Add way to hold/ignore images when upgrading compose/charts

Latest
Compare
Choose a tag to compare
@alexellis alexellis released this 30 Jan 11:43
· 1 commit to master since this release

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