Skip to content

Commit e8db8f0

Browse files
authored
chore: Updated update-cli source template file (#149)
Signed-off-by: Rashed Kamal <[email protected]>
1 parent d9e8a2d commit e8db8f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

updatecli.d/ko.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ sources:
66
spec:
77
image: "paketobuildpacks/run-jammy-tiny"
88
tag: "latest"
9+
hidetag: true
910

1011
# Defines "targets" which need to be updated if different than "source" information.
1112
targets:
1213
dataFile:
1314
name: Bump Docker Image Tag
1415
kind: yaml
1516
transformers:
16-
- addprefix: paketobuildpacks/run-jammy-tiny@
17+
- addprefix: "paketobuildpacks/run-jammy-tiny"
1718
spec:
18-
key: defaultBaseImage
19+
key: $.defaultBaseImage
1920
file: .ko.yaml

0 commit comments

Comments
 (0)