Skip to content

dev: unable to update insiders tag

Warren Gifford requested to merge 02-18-dev_unable_to_update_insiders_tag into main

Created by: michaellzc

Test plan

Create a values.yaml somewhere

migrator:
  image:
    defaultTag: insiders@sha256:18fb43c040e91bce06d8123e0f859cdfb1eded897f5c0b3a138864d9a885c1eb
    name: "migrator"
go run ./dev/sg ops update-images -kind helm /path/to/directory/of/values/yaml/.

Before the change, the command will fail with no update is needed.

After the change, it will be able to fetch the latest digest of insiders tag.

Merge request reports

Loading