From 21e91abb617265da0f52ba8844348cde71dd80de Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Wed, 16 Oct 2024 10:32:51 +0200 Subject: [PATCH] Update API and OPA images (#1065) Signed-off-by: Pavol Loffay --- Makefile | 4 ++-- .../tempo-operator.clusterserviceversion.yaml | 10 +++++----- .../tempo-operator.clusterserviceversion.yaml | 10 +++++----- config/manager/manager.yaml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 3fec2d367..faeff8e2b 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ OPERATOR_VERSION ?= 0.13.0 TEMPO_VERSION ?= 2.6.1 JAEGER_QUERY_VERSION ?= 1.62.0 TEMPO_QUERY_VERSION ?= 2.6.1 -TEMPO_GATEWAY_VERSION ?= main-2024-08-05-11d0d94 -TEMPO_GATEWAY_OPA_VERSION ?= main-2024-04-29-914c13f +TEMPO_GATEWAY_VERSION ?= main-2024-10-15-0c59e41 +TEMPO_GATEWAY_OPA_VERSION ?= main-2024-10-09-7237863 OAUTH_PROXY_VERSION=4.14 MIN_KUBERNETES_VERSION ?= 1.25.0 diff --git a/bundle/community/manifests/tempo-operator.clusterserviceversion.yaml b/bundle/community/manifests/tempo-operator.clusterserviceversion.yaml index 4f6806ea0..e52d8057c 100644 --- a/bundle/community/manifests/tempo-operator.clusterserviceversion.yaml +++ b/bundle/community/manifests/tempo-operator.clusterserviceversion.yaml @@ -74,7 +74,7 @@ metadata: capabilities: Deep Insights categories: Logging & Tracing,Monitoring containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0 - createdAt: "2024-10-15T16:50:15Z" + createdAt: "2024-10-16T08:06:57Z" description: Create and manage deployments of Tempo, a high-scale distributed tracing backend. operatorframework.io/cluster-monitoring: "true" @@ -1455,9 +1455,9 @@ spec: - name: RELATED_IMAGE_TEMPO_QUERY value: docker.io/grafana/tempo-query:2.6.1 - name: RELATED_IMAGE_TEMPO_GATEWAY - value: quay.io/observatorium/api:main-2024-08-05-11d0d94 + value: quay.io/observatorium/api:main-2024-10-15-0c59e41 - name: RELATED_IMAGE_TEMPO_GATEWAY_OPA - value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f + value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863 - name: RELATED_IMAGE_OAUTH_PROXY value: quay.io/openshift/origin-oauth-proxy:4.14 image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0 @@ -1604,9 +1604,9 @@ spec: name: jaeger-query - image: docker.io/grafana/tempo-query:2.6.1 name: tempo-query - - image: quay.io/observatorium/api:main-2024-08-05-11d0d94 + - image: quay.io/observatorium/api:main-2024-10-15-0c59e41 name: tempo-gateway - - image: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f + - image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863 name: tempo-gateway-opa - image: quay.io/openshift/origin-oauth-proxy:4.14 name: oauth-proxy diff --git a/bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml b/bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml index e5a896126..9764552e3 100644 --- a/bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml +++ b/bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml @@ -74,7 +74,7 @@ metadata: capabilities: Deep Insights categories: Logging & Tracing,Monitoring containerImage: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0 - createdAt: "2024-10-15T16:50:14Z" + createdAt: "2024-10-16T08:06:56Z" description: Create and manage deployments of Tempo, a high-scale distributed tracing backend. operatorframework.io/cluster-monitoring: "true" @@ -1465,9 +1465,9 @@ spec: - name: RELATED_IMAGE_TEMPO_QUERY value: docker.io/grafana/tempo-query:2.6.1 - name: RELATED_IMAGE_TEMPO_GATEWAY - value: quay.io/observatorium/api:main-2024-08-05-11d0d94 + value: quay.io/observatorium/api:main-2024-10-15-0c59e41 - name: RELATED_IMAGE_TEMPO_GATEWAY_OPA - value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f + value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863 - name: RELATED_IMAGE_OAUTH_PROXY value: quay.io/openshift/origin-oauth-proxy:4.14 image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.13.0 @@ -1625,9 +1625,9 @@ spec: name: jaeger-query - image: docker.io/grafana/tempo-query:2.6.1 name: tempo-query - - image: quay.io/observatorium/api:main-2024-08-05-11d0d94 + - image: quay.io/observatorium/api:main-2024-10-15-0c59e41 name: tempo-gateway - - image: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f + - image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863 name: tempo-gateway-opa - image: quay.io/openshift/origin-oauth-proxy:4.14 name: oauth-proxy diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index f384a7f55..c61e86534 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -46,9 +46,9 @@ spec: - name: RELATED_IMAGE_TEMPO_QUERY value: docker.io/grafana/tempo-query:2.6.1 - name: RELATED_IMAGE_TEMPO_GATEWAY - value: quay.io/observatorium/api:main-2024-08-05-11d0d94 + value: quay.io/observatorium/api:main-2024-10-15-0c59e41 - name: RELATED_IMAGE_TEMPO_GATEWAY_OPA - value: quay.io/observatorium/opa-openshift:main-2024-04-29-914c13f + value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863 - name: RELATED_IMAGE_OAUTH_PROXY value: quay.io/openshift/origin-oauth-proxy:4.14 securityContext: