diff --git a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-certified.deployment.yaml b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-certified.deployment.yaml index 720700336a5..dd63f400a4c 100644 --- a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-certified.deployment.yaml +++ b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-certified.deployment.yaml @@ -19,7 +19,7 @@ spec: kubernetes.io/os: linux containers: - name: registry - image: registry.redhat.io/redhat/certified-operator-index:v4.9 + image: registry.redhat.io/redhat/certified-operator-index:v4.11 imagePullPolicy: IfNotPresent ports: - containerPort: 50051 @@ -46,6 +46,15 @@ spec: periodSeconds: 10 successThreshold: 1 failureThreshold: 3 + startupProbe: + exec: + command: + - grpc_health_probe + - '-addr=:50051' + timeoutSeconds: 1 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 15 resources: requests: cpu: 10m diff --git a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-community.deployment.yaml b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-community.deployment.yaml index 2d20c32fabc..5e54b704cc6 100644 --- a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-community.deployment.yaml +++ b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-community.deployment.yaml @@ -19,7 +19,7 @@ spec: kubernetes.io/os: linux containers: - name: registry - image: registry.redhat.io/redhat/community-operator-index:v4.9 + image: registry.redhat.io/redhat/community-operator-index:v4.11 imagePullPolicy: IfNotPresent ports: - containerPort: 50051 @@ -46,6 +46,15 @@ spec: periodSeconds: 10 successThreshold: 1 failureThreshold: 3 + startupProbe: + exec: + command: + - grpc_health_probe + - '-addr=:50051' + timeoutSeconds: 1 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 15 resources: requests: cpu: 10m diff --git a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-marketplace.deployment.yaml b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-marketplace.deployment.yaml index 539fbb6138b..bda131c3e6c 100644 --- a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-marketplace.deployment.yaml +++ b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-marketplace.deployment.yaml @@ -19,7 +19,7 @@ spec: kubernetes.io/os: linux containers: - name: registry - image: registry.redhat.io/redhat/redhat-marketplace-index:v4.9 + image: registry.redhat.io/redhat/redhat-marketplace-index:v4.11 imagePullPolicy: IfNotPresent ports: - containerPort: 50051 @@ -46,6 +46,15 @@ spec: periodSeconds: 10 successThreshold: 1 failureThreshold: 3 + startupProbe: + exec: + command: + - grpc_health_probe + - '-addr=:50051' + timeoutSeconds: 1 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 15 resources: requests: cpu: 10m diff --git a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-operators.deployment.yaml b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-operators.deployment.yaml index feee2b57132..69735e61979 100644 --- a/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-operators.deployment.yaml +++ b/control-plane-operator/controllers/hostedcontrolplane/olm/assets/catalog-redhat-operators.deployment.yaml @@ -19,7 +19,7 @@ spec: kubernetes.io/os: linux containers: - name: registry - image: registry.redhat.io/redhat/redhat-operator-index:v4.9 + image: registry.redhat.io/redhat/redhat-operator-index:v4.11 imagePullPolicy: IfNotPresent ports: - containerPort: 50051 @@ -46,6 +46,15 @@ spec: periodSeconds: 10 successThreshold: 1 failureThreshold: 3 + startupProbe: + exec: + command: + - grpc_health_probe + - '-addr=:50051' + timeoutSeconds: 1 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 15 resources: requests: cpu: 10m