deploy(dns): roll hosting quota image

This commit is contained in:
Andrew Stoltz
2026-06-13 02:06:40 -05:00
parent 503685d0f5
commit 6b2e6a61d0
2 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ spec:
fsGroup: 1654
containers:
- name: dns-web
image: localhost/fc-dns-web:v20260613-f4-repeatable-dnsfix-5db7887
image: localhost/fc-dns-web:v20260613-g5-quota-aa99bd1
imagePullPolicy: Never
securityContext:
readOnlyRootFilesystem: true
@@ -303,7 +303,7 @@ spec:
fsGroup: 1654
containers:
- name: dns-acme-webhook
image: localhost/fc-dns-acme-webhook:v20260612-l4dns-a5d2849
image: localhost/fc-dns-acme-webhook:v20260613-g5-quota-aa99bd1
imagePullPolicy: Never
securityContext:
readOnlyRootFilesystem: true

View File

@@ -927,7 +927,7 @@ public sealed class FleetManifestLintTests
var dnsPvc = AppDocuments("fc-dns")
.Single(document => document.Kind == "PersistentVolumeClaim" && document.Name == "dns-web-data");
ManifestNodeExtensions.Scalar(dnsContainer, "image").Should().Be("localhost/fc-dns-web:v20260612-l4dns-a5d2849");
ManifestNodeExtensions.Scalar(dnsContainer, "image").Should().Be("localhost/fc-dns-web:v20260613-g5-quota-aa99bd1");
dnsPvc.Scalar("spec", "storageClassName").Should().Be("longhorn");
dnsPvc.Scalar("spec", "resources", "requests", "storage").Should().Be("1Gi");