@@ -417,6 +417,9 @@ spec:
417417 - op: replace
418418 path: /spec/template/spec/containers/0/image
419419 value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
420+ - op: replace
421+ path: /spec/template/spec/initContainers/0/image
422+ value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
420423 - op: replace
421424 path: /spec/template/spec/containers/0/imagePullPolicy
422425 value: Always
@@ -427,6 +430,9 @@ spec:
427430 - op: replace
428431 path: /spec/template/spec/containers/0/image
429432 value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
433+ - op: replace
434+ path: /spec/template/spec/initContainers/0/image
435+ value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
430436 - op: replace
431437 path: /spec/template/spec/containers/0/imagePullPolicy
432438 value: Always
@@ -437,6 +443,9 @@ spec:
437443 - op: replace
438444 path: /spec/template/spec/containers/0/image
439445 value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
446+ - op: replace
447+ path: /spec/template/spec/initContainers/0/image
448+ value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
440449 - op: replace
441450 path: /spec/template/spec/containers/0/imagePullPolicy
442451 value: Always
@@ -448,6 +457,9 @@ spec:
448457 - op: replace
449458 path: /spec/template/spec/containers/0/image
450459 value: {{ECR_REGISTRY}}/identity-dashboard/review:{{DASHBOARD_CONTAINER_TAG}}
460+ - op: replace
461+ path: /spec/template/spec/initContainers/0/image
462+ value: {{ECR_REGISTRY}}/identity-dashboard/review:{{DASHBOARD_CONTAINER_TAG}}
451463 - op: replace
452464 path: /spec/template/spec/containers/0/imagePullPolicy
453465 value: Always
@@ -458,6 +470,9 @@ spec:
458470 - op: replace
459471 path: /spec/template/spec/containers/0/image
460472 value: {{ECR_REGISTRY}}/identity-dashboard/review:{{DASHBOARD_CONTAINER_TAG}}
473+ - op: replace
474+ path: /spec/template/spec/initContainers/0/image
475+ value: {{ECR_REGISTRY}}/identity-dashboard/review:{{DASHBOARD_CONTAINER_TAG}}
461476 - op: replace
462477 path: /spec/template/spec/containers/0/imagePullPolicy
463478 value: Always
@@ -468,6 +483,9 @@ spec:
468483 - op: replace
469484 path: /spec/template/spec/containers/0/image
470485 value: {{ECR_REGISTRY}}/identity-dashboard/review:{{DASHBOARD_CONTAINER_TAG}}
486+ - op: replace
487+ path: /spec/template/spec/initContainers/0/image
488+ value: {{ECR_REGISTRY}}/identity-dashboard/review:{{DASHBOARD_CONTAINER_TAG}}
471489 - op: replace
472490 path: /spec/template/spec/containers/0/imagePullPolicy
473491 value: Always
@@ -513,6 +531,9 @@ spec:
513531 - op: replace
514532 path: /spec/template/spec/containers/1/image
515533 value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
534+ - op: replace
535+ path: /spec/template/spec/initContainers/0/image
536+ value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
516537 - op: replace
517538 path: /spec/template/spec/containers/0/imagePullPolicy
518539 value: Always
@@ -527,6 +548,9 @@ spec:
527548 - op: replace
528549 path: /spec/template/spec/containers/0/image
529550 value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
551+ - op: replace
552+ path: /spec/template/spec/initContainers/0/image
553+ value: {{ECR_REGISTRY}}/identity-idp/idp:{{IDP_CONTAINER_TAG}}
530554 - op: replace
531555 path: /spec/template/spec/containers/0/imagePullPolicy
532556 value: Always
0 commit comments