{% extends "base.html" %} {% block title %}Upgrade — K8s Dashboard{% endblock %} {% block content %}
Review outdated images and trigger the GitOps upgrade workflow.
| Container | Image | Current | Latest |
|---|---|---|---|
| {{ c.name }} | {{ c.image_short.rsplit(':', 1)[0] if ':' in c.image_short else c.image_short }} | {{ c.tag }} | {{ c.latest_tag or '—' }} |
Creates a Job from the upgrade-requester CronJob.
The workflow checks outdated images, requests Mattermost approval, then commits
updated image tags to the ArgoCD GitOps repo.