Skip to content

Commit

Permalink
test stream9
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelKle committed Oct 30, 2024
1 parent d5683ad commit e09905f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roles/installer/templates/deployments/task.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
initContainers:
{% if bundle_ca_crt %}
- name: init-bundle-ca-trust
image: '{{ _init_container_image }}'
image: 'quay.io/centos/centos:stream9'
imagePullPolicy: '{{ image_pull_policy }}'
resources: {{ init_container_resource_requirements }}
command:
Expand Down
2 changes: 1 addition & 1 deletion roles/installer/templates/deployments/web.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
initContainers:
{% if bundle_ca_crt %}
- name: init-bundle-ca-trust
image: '{{ _init_container_image }}'
image: 'quay.io/centos/centos:stream9'
imagePullPolicy: '{{ image_pull_policy }}'
resources: {{ init_container_resource_requirements }}
command:
Expand Down
2 changes: 1 addition & 1 deletion roles/installer/templates/jobs/migration.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
{% if bundle_ca_crt %}
initContainers:
- name: init-bundle-ca-trust
image: '{{ _init_container_image }}'
image: 'quay.io/centos/centos:stream9'
imagePullPolicy: '{{ image_pull_policy }}'
resources: {{ init_container_resource_requirements }}
command:
Expand Down

0 comments on commit e09905f

Please sign in to comment.