deploy(dns): pin DN-3b drift image

This commit is contained in:
Andrew Stoltz
2026-06-15 20:56:30 -05:00
parent c0bfcb46fa
commit 3a7978ab1f
2 changed files with 3 additions and 3 deletions

View File

@@ -958,7 +958,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:v20260616-dn3-pdns-ca0580c");
ManifestNodeExtensions.Scalar(dnsContainer, "image").Should().Be("localhost/fc-dns-web:v20260616-dn3b-drift-ad56717");
dnsPvc.Scalar("spec", "storageClassName").Should().Be("longhorn");
dnsPvc.Scalar("spec", "resources", "requests", "storage").Should().Be("1Gi");