Skip to content

Commit

Permalink
Use existing image for operator (#734)
Browse files Browse the repository at this point in the history
Signed-off-by: Saswata Mukherjee <[email protected]>
  • Loading branch information
saswatamcode authored Feb 11, 2025
1 parent 2b23476 commit 02ca1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magefiles/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var StageImages = ParamMap[string]{
"QUERY": CurrentThanosKonfluxImageStage,
"QUERY_FRONTEND": CurrentThanosKonfluxImageStage,
"JAEGER_AGENT": "registry.redhat.io/rhosdt/jaeger-agent-rhel8:1.57.0-10",
"THANOS_OPERATOR": "quay.io/redhat-user-workloads/rhobs-mco-tenant/rhobs-thanos-operator:973154e2da8f1825fb66d8f2df50a3b9be18b343",
"THANOS_OPERATOR": "quay.io/redhat-user-workloads/rhobs-mco-tenant/rhobs-thanos-operator:0f2ef75aef549d02708c7a27202267567599b1b3",
"KUBE_RBAC_PROXY": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:98455d503b797b6b02edcfd37045c8fab0796b95ee5cf4cfe73b221a07e805f0",
}

Expand Down
2 changes: 1 addition & 1 deletion resources/services/bundle/staging/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ objects:
- --zap-log-level=debug
command:
- /manager
image: quay.io/redhat-user-workloads/rhobs-mco-tenant/rhobs-thanos-operator:973154e2da8f1825fb66d8f2df50a3b9be18b343
image: quay.io/redhat-user-workloads/rhobs-mco-tenant/rhobs-thanos-operator:0f2ef75aef549d02708c7a27202267567599b1b3
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 02ca1e3

Please sign in to comment.