Commit 388b33f
committed
chart+argocd: align tags to metadata-action semver output (no v prefix)
docker/metadata-action type=semver strips the leading v: git tag v0.1.0
produces image tag 0.1.0 on GHCR. Align both sides:
- imageupdater allowTags: ^[0-9]+\.[0-9]+\.[0-9]+$ (no v)
- values image.tag: 0.1.0 (was v0.1.0)1 parent 7576196 commit 388b33f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments