Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 89dd3b8

Browse files
Merge pull request #34 from justgithubaccount/feat/test-full-ci-v9
Debug argocd image updater v3
2 parents 5f436a4 + f8c3dc4 commit 89dd3b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{"type": "style", "release": "patch"},
1414
{"type": "refactor", "release": "patch"},
1515
{"type": "test", "release": "patch"},
16+
{"type": "tst", "release": "patch"},
1617
{"type": "ci", "release": "patch"},
1718
{"type": "chore", "release": "patch"},
1819
{"breaking": true, "release": "major"}

infra/base/services/agent/chat/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ metadata:
1212
annotations:
1313
argocd.argoproj.io/sync-wave: "6"
1414

15-
argocd-image-updater.argoproj.io/image-list: chat=ghcr.io/justgithubaccount/chat-api
16-
argocd-image-updater.argoproj.io/chat.update-strategy: semver:~1.0
15+
argocd-image-updater.argoproj.io/image-list: chat=ghcr.io/justgithubaccount/chat-api:~1.0
16+
argocd-image-updater.argoproj.io/chat.update-strategy: semver
1717
argocd-image-updater.argoproj.io/chat.helm.image-tag: image.tag
1818

1919
argocd-image-updater.argoproj.io/write-back-method: git

0 commit comments

Comments
 (0)