You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ArgoCD Notifications integrated with Telegram and ArgoCD Image Updater to automatically update container images in the background. The issue is that the notification I receive is generic and doesn't specify which Pod, Container, or image was updated. Since my application consists of multiple Pods, I need to know the specific Pod, Container, or image that was updated to better track deployments.
Could you please provide guidance or an example of a Telegram notification template that includes details like the Pod name, Container name, or the updated image? Below is my current template, but it lacks these details:
template.app-deployed: |
message: |
{{if eq .serviceType "telegram"}}✅{{end}} Application {{.app.metadata.name}} is now running new version of deployment manifests.
{{some pod}} {{tag}} updatet to > {{tag}}
Is there a way to access Pod, Container, or image metadata in the notification template when using Image Updater? For example, can I extract the updated image name or tag from the deployment? Any examples or suggestions would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm using ArgoCD Notifications integrated with Telegram and ArgoCD Image Updater to automatically update container images in the background. The issue is that the notification I receive is generic and doesn't specify which Pod, Container, or image was updated. Since my application consists of multiple Pods, I need to know the specific Pod, Container, or image that was updated to better track deployments.
Could you please provide guidance or an example of a Telegram notification template that includes details like the Pod name, Container name, or the updated image? Below is my current template, but it lacks these details:
Is there a way to access Pod, Container, or image metadata in the notification template when using Image Updater? For example, can I extract the updated image name or tag from the deployment? Any examples or suggestions would be greatly appreciated!
Environment:
argocd | argo-cd-8.2.0 | v3.0.11
argocd-image-updater | argocd-image-updater-0.12.3 | v0.16.0
Beta Was this translation helpful? Give feedback.
All reactions