diff --git a/clusters/app.ci/ship-status-dash/component-monitor/deployment.yaml b/clusters/app.ci/ship-status-dash/component-monitor/deployment.yaml index b283f66f2b73d..b8eb533f23427 100644 --- a/clusters/app.ci/ship-status-dash/component-monitor/deployment.yaml +++ b/clusters/app.ci/ship-status-dash/component-monitor/deployment.yaml @@ -62,6 +62,7 @@ spec: cpu: "0.5" - name: component-monitor image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_component-monitor_latest + imagePullPolicy: Always command: ["./component-monitor"] args: - "--config-path=/var/repo/release/core-services/ship-status/component-monitor-config.yaml" diff --git a/clusters/app.ci/ship-status-dash/dashboard/deployment.yaml b/clusters/app.ci/ship-status-dash/dashboard/deployment.yaml index 7addeddf71b89..6dfd74c616ded 100644 --- a/clusters/app.ci/ship-status-dash/dashboard/deployment.yaml +++ b/clusters/app.ci/ship-status-dash/dashboard/deployment.yaml @@ -38,6 +38,7 @@ spec: mountPath: /tmp/git-sync - name: db-migration image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_migrate_latest + imagePullPolicy: Always command: ["./migrate"] args: - "--dsn=$(DATABASE_DSN)" @@ -106,6 +107,7 @@ spec: readOnly: true - name: dashboard image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_dashboard_latest + imagePullPolicy: Always command: ["./dashboard"] args: - "--config=/var/repo/release/core-services/ship-status/dashboard-config.yaml" @@ -160,6 +162,7 @@ spec: failureThreshold: 3 - name: ship-status-mcp image: quay-proxy.ci.openshift.org/openshift/ci:ship-status-dash_mcp_latest + imagePullPolicy: Always ports: - containerPort: 8090 name: mcp