Skip to content

Commit 03bde19

Browse files
authored
Update observatorium api (#1076)
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
1 parent e92ec34 commit 03bde19

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OPERATOR_VERSION ?= 0.13.0
33
TEMPO_VERSION ?= 2.6.1
44
JAEGER_QUERY_VERSION ?= 1.62.0
55
TEMPO_QUERY_VERSION ?= 2.6.1
6-
TEMPO_GATEWAY_VERSION ?= main-2024-10-15-0c59e41
6+
TEMPO_GATEWAY_VERSION ?= main-2024-10-16-43b97ec
77
TEMPO_GATEWAY_OPA_VERSION ?= main-2024-10-09-7237863
88
OAUTH_PROXY_VERSION=4.14
99

bundle/community/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ spec:
14701470
- name: RELATED_IMAGE_TEMPO_QUERY
14711471
value: docker.io/grafana/tempo-query:2.6.1
14721472
- name: RELATED_IMAGE_TEMPO_GATEWAY
1473-
value: quay.io/observatorium/api:main-2024-10-15-0c59e41
1473+
value: quay.io/observatorium/api:main-2024-10-16-43b97ec
14741474
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
14751475
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
14761476
- name: RELATED_IMAGE_OAUTH_PROXY
@@ -1619,7 +1619,7 @@ spec:
16191619
name: jaeger-query
16201620
- image: docker.io/grafana/tempo-query:2.6.1
16211621
name: tempo-query
1622-
- image: quay.io/observatorium/api:main-2024-10-15-0c59e41
1622+
- image: quay.io/observatorium/api:main-2024-10-16-43b97ec
16231623
name: tempo-gateway
16241624
- image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
16251625
name: tempo-gateway-opa

bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ spec:
14801480
- name: RELATED_IMAGE_TEMPO_QUERY
14811481
value: docker.io/grafana/tempo-query:2.6.1
14821482
- name: RELATED_IMAGE_TEMPO_GATEWAY
1483-
value: quay.io/observatorium/api:main-2024-10-15-0c59e41
1483+
value: quay.io/observatorium/api:main-2024-10-16-43b97ec
14841484
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
14851485
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
14861486
- name: RELATED_IMAGE_OAUTH_PROXY
@@ -1640,7 +1640,7 @@ spec:
16401640
name: jaeger-query
16411641
- image: docker.io/grafana/tempo-query:2.6.1
16421642
name: tempo-query
1643-
- image: quay.io/observatorium/api:main-2024-10-15-0c59e41
1643+
- image: quay.io/observatorium/api:main-2024-10-16-43b97ec
16441644
name: tempo-gateway
16451645
- image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
16461646
name: tempo-gateway-opa

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
- name: RELATED_IMAGE_TEMPO_QUERY
4747
value: docker.io/grafana/tempo-query:2.6.1
4848
- name: RELATED_IMAGE_TEMPO_GATEWAY
49-
value: quay.io/observatorium/api:main-2024-10-15-0c59e41
49+
value: quay.io/observatorium/api:main-2024-10-16-43b97ec
5050
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
5151
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
5252
- name: RELATED_IMAGE_OAUTH_PROXY

0 commit comments

Comments
 (0)