Skip to content

Commit

Permalink
added build image commit template and update strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyfaza20 committed Jan 13, 2024
1 parent 6514260 commit db3d89f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argocd/apps/application-laravel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: laravel-crud
annotations:
argocd-image-updater.argoproj.io/image-list: dockerhub=docker.io/mrfzy00/crud_laravel_api-sre-test-app:latest
argocd-image-updater.argoproj.io/dockerhub.update-strategy: digest
argocd-image-updater.argoproj.io/dockerhub.update-strategy: latest
spec:
project: default
source:
Expand Down
2 changes: 1 addition & 1 deletion argocd/apps/application-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: nginx-test
annotations:
argocd-image-updater.argoproj.io/image-list: dockerhub-nginx=docker.io/mrfzy00/nginx:lab76
argocd-image-updater.argoproj.io/dockerhub-nginx.update-strategy: digest
argocd-image-updater.argoproj.io/dockerhub-nginx.update-strategy: latest
spec:
project: default
source:
Expand Down
3 changes: 2 additions & 1 deletion argocd/argocd-image-updater/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ config:
gitCommitMail: ""

# -- Changing the Git commit message
gitCommitTemplate: ""
gitCommitTemplate: |
"build: automatic update of {{ .AppName }}"
# -- Argo CD Image Update log level
logLevel: "info"
Expand Down

0 comments on commit db3d89f

Please sign in to comment.