Skip to content

Commit

Permalink
fix image-updater annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
naborisk committed Sep 15, 2023
1 parent 157f81e commit cf4cd45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/shell-bot-concurrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: shell-bot-concurrent
description: A WIP bot for concurrent social networking platform
type: application
version: 0.0.6
version: 0.0.7
appVersion: "0.0.1"
2 changes: 1 addition & 1 deletion charts/shell-bot-concurrent/templates/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: {{ include "shell-bot-concurrent.fullname" . }}
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: {{ .Values.application.imageList }}
argocd-image-updater.argoproj.io/image-list: shell-bot-concurrent={{ .Values.application.imageList }}
argocd-image-updater.argoproj.io/shell-bot-concurrent.update-strategy: digest

0 comments on commit cf4cd45

Please sign in to comment.