Skip to content

Commit

Permalink
fix: CVE-2023-45142 tempo-gateway-container
Browse files Browse the repository at this point in the history
  • Loading branch information
frzifus committed Nov 21, 2023
1 parent b3aeecc commit 0e26526
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ spec:
- name: RELATED_IMAGE_TEMPO_QUERY
value: docker.io/grafana/tempo-query:2.3.0
- name: RELATED_IMAGE_TEMPO_GATEWAY
value: quay.io/observatorium/api:main-2023-11-07-1f40fe4
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.5.0
Expand Down Expand Up @@ -922,7 +922,7 @@ spec:
name: tempo
- image: docker.io/grafana/tempo-query:2.3.0
name: tempo-query
- image: quay.io/observatorium/api:main-2023-11-07-1f40fe4
- image: quay.io/observatorium/api:main-2023-11-20-81f8fdf
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
name: tempo-gateway-opa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ spec:
- name: RELATED_IMAGE_TEMPO_QUERY
value: docker.io/grafana/tempo-query:2.3.0
- name: RELATED_IMAGE_TEMPO_GATEWAY
value: quay.io/observatorium/api:main-2023-11-07-1f40fe4
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
image: ghcr.io/grafana/tempo-operator/tempo-operator:v0.5.0
Expand Down Expand Up @@ -933,7 +933,7 @@ spec:
name: tempo
- image: docker.io/grafana/tempo-query:2.3.0
name: tempo-query
- image: quay.io/observatorium/api:main-2023-11-07-1f40fe4
- image: quay.io/observatorium/api:main-2023-11-20-81f8fdf
name: tempo-gateway
- image: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
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 @@ -44,7 +44,7 @@ spec:
- name: RELATED_IMAGE_TEMPO_QUERY
value: docker.io/grafana/tempo-query:2.3.0
- name: RELATED_IMAGE_TEMPO_GATEWAY
value: quay.io/observatorium/api:main-2023-11-07-1f40fe4
value: quay.io/observatorium/api:main-2023-11-20-81f8fdf
- name: RELATED_IMAGE_TEMPO_GATEWAY_OPA
value: quay.io/observatorium/opa-openshift:main-2023-10-13-13d8960
securityContext:
Expand Down

0 comments on commit 0e26526

Please sign in to comment.