We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732d33e commit fc9bcc1Copy full SHA for fc9bcc1
utility-deploy.yaml
@@ -16,7 +16,7 @@ spec:
16
spec:
17
containers:
18
- name: utilities
19
- image: quay.io/sudermanjr/utilities:2.0
+ image: quay.io/sudermanjr/utilities:latest
20
# Just spin & wait forever
21
command: [ "/bin/bash", "-c", "--" ]
22
args: [ "while true; do sleep 30; done;" ]
0 commit comments