From 9bcd14eb4459dfa322c9d37d76400b50983bbddd Mon Sep 17 00:00:00 2001 From: prettysunflower Date: Wed, 4 Jun 2025 12:58:44 +0200 Subject: [PATCH] test(deps): Pushing deployment of outdated glance version --- apps/glance/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/glance/deployment.yaml b/apps/glance/deployment.yaml index 3b2a1e5..f0ccea0 100644 --- a/apps/glance/deployment.yaml +++ b/apps/glance/deployment.yaml @@ -19,7 +19,7 @@ spec: configMap: name: glance-config containers: - - image: glanceapp/glance:latest + - image: glanceapp/glance:v0.8.1 name: glance imagePullPolicy: Always ports: