Skip to content

Commit

Permalink
be explicit in docker.io images
Browse files Browse the repository at this point in the history
  • Loading branch information
some-natalie committed Apr 1, 2024
1 parent 2dbc218 commit e7c527b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/helm-jammy-dind-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ template:
mountPath: /certs/client
readOnly: true
- name: dind
image: docker:dind
image: docker.io/docker:dind
securityContext:
privileged: true
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm-jammy-dind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ template:
mountPath: /certs/client
readOnly: true
- name: dind
image: docker:dind
image: docker.io/docker:dind
securityContext:
privileged: true
volumeMounts:
Expand Down

0 comments on commit e7c527b

Please sign in to comment.