Skip to content

Commit

Permalink
Update observatorium api
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <[email protected]>
  • Loading branch information
frzifus committed Oct 30, 2024
1 parent e92ec34 commit 7ba3d53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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-10-15-0c59e41
TEMPO_GATEWAY_VERSION ?= main-2024-10-16-43b97ec
TEMPO_GATEWAY_OPA_VERSION ?= main-2024-10-09-7237863
OAUTH_PROXY_VERSION=4.14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ 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-10-15-0c59e41
value: quay.io/observatorium/api:main-2024-10-16-43b97ec
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
- name: RELATED_IMAGE_OAUTH_PROXY
Expand Down Expand Up @@ -1619,7 +1619,7 @@ spec:
name: jaeger-query
- image: docker.io/grafana/tempo-query:2.6.1
name: tempo-query
- image: quay.io/observatorium/api:main-2024-10-15-0c59e41
- image: quay.io/observatorium/api:main-2024-10-16-43b97ec
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
name: tempo-gateway-opa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ 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-10-15-0c59e41
value: quay.io/observatorium/api:main-2024-10-16-43b97ec
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
- name: RELATED_IMAGE_OAUTH_PROXY
Expand Down Expand Up @@ -1640,7 +1640,7 @@ spec:
name: jaeger-query
- image: docker.io/grafana/tempo-query:2.6.1
name: tempo-query
- image: quay.io/observatorium/api:main-2024-10-15-0c59e41
- image: quay.io/observatorium/api:main-2024-10-16-43b97ec
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
name: tempo-gateway-opa
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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-10-15-0c59e41
value: quay.io/observatorium/api:main-2024-10-16-43b97ec
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2024-10-09-7237863
- name: RELATED_IMAGE_OAUTH_PROXY
Expand Down

0 comments on commit 7ba3d53

Please sign in to comment.