maintenance: roll metis runtime to 0.1.0-16

This commit is contained in:
Brad Stein 2026-04-01 11:14:49 -03:00
parent 17ab6e6fec
commit 572cb018c4
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ images:
- name: registry.bstein.dev/bstein/ariadne
newTag: 0.1.0-22 # {"$imagepolicy": "maintenance:ariadne:tag"}
- name: registry.bstein.dev/bstein/metis
newTag: 0.1.0-15-amd64
newTag: 0.1.0-16-amd64
configMapGenerator:
- name: disable-k3s-traefik-script
namespace: maintenance

View File

@ -14,8 +14,8 @@ data:
METIS_ALLOWED_GROUPS: admin,maintenance
METIS_MAX_DEVICE_BYTES: "300000000000"
METIS_NAMESPACE: maintenance
METIS_RUNNER_IMAGE_AMD64: registry.bstein.dev/bstein/metis:0.1.0-15-amd64
METIS_RUNNER_IMAGE_ARM64: registry.bstein.dev/bstein/metis:0.1.0-15-arm64
METIS_RUNNER_IMAGE_AMD64: registry.bstein.dev/bstein/metis:0.1.0-16-amd64
METIS_RUNNER_IMAGE_ARM64: registry.bstein.dev/bstein/metis:0.1.0-16-arm64
METIS_HARBOR_REGISTRY: registry.bstein.dev
METIS_HARBOR_PROJECT: metis
METIS_HARBOR_API_BASE: https://registry.bstein.dev/api/v2.0