From ca676452c07ead559990c1bfab9ae7e1857f7c1c Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Mon, 13 May 2024 15:15:42 -0600 Subject: [PATCH] Fix ref in devfile --- devfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devfile.yaml b/devfile.yaml index 64a3870..9b6c2d7 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -4,7 +4,7 @@ metadata: components: - name: tooling-container container: - image: ghcr.io/ansible/community-ansible-devspaces:latest + image: ghcr.io/ansible/ansible-workspace-env-reference:latest memoryRequest: 256M memoryLimit: 6Gi cpuRequest: 250m