Skip to content

Commit

Permalink
Update devfile image (#156)
Browse files Browse the repository at this point in the history
* Update devfile image

* Update for test fixtures
  • Loading branch information
cidrblock committed Apr 30, 2024
1 parent 5795ec5 commit 6cb9e0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ansible_creator/constants.py
Expand Up @@ -2,5 +2,5 @@

GLOBAL_TEMPLATE_VARS = {
"DEV_CONTAINER_IMAGE": "ghcr.io/ansible/community-ansible-dev-tools:latest",
"DEV_FILE_IMAGE": "ghcr.io/ansible/community-ansible-devspaces:latest",
"DEV_FILE_IMAGE": "ghcr.io/ansible/ansible-workspace-env-reference:latest",
}
2 changes: 1 addition & 1 deletion tests/fixtures/collection/testorg/testcol/devfile.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/project/ansible_project/devfile.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 6cb9e0d

Please sign in to comment.