Skip to content

Commit

Permalink
Update tempo-operator digest to c39140e
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Sep 20, 2024
1 parent 0841db3 commit 661c81b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
[submodule "opa-openshift"]
path = opa-openshift
url = https://github.com/observatorium/opa-openshift.git
[submodule "jaeger"]
path = jaeger
url = https://github.com/jaegertracing/jaeger.git
2 changes: 1 addition & 1 deletion tempo-operator
Submodule tempo-operator updated 81 files
+16 −0 .chloggen/bump_tempo-query.yaml
+16 −0 .chloggen/enable-130.yaml
+16 −0 .chloggen/reencrypt_gw_default.yaml
+3 −3 .github/workflows/e2e.yaml
+2 −2 .github/workflows/scorecard.yaml
+5 −1 Makefile
+9 −0 apis/config/v1alpha1/projectconfig_types.go
+1 −0 apis/config/v1alpha1/projectconfig_validation.go
+1 −1 apis/tempo/v1alpha1/tempomonolithic_defaults.go
+16 −0 apis/tempo/v1alpha1/tempostack_types.go
+21 −0 apis/tempo/v1alpha1/zz_generated.deepcopy.go
+14 −3 bundle/community/manifests/tempo-operator.clusterserviceversion.yaml
+66 −0 bundle/community/manifests/tempo.grafana.com_tempostacks.yaml
+14 −3 bundle/openshift/manifests/tempo-operator.clusterserviceversion.yaml
+66 −0 bundle/openshift/manifests/tempo.grafana.com_tempostacks.yaml
+66 −0 config/crd/bases/tempo.grafana.com_tempostacks.yaml
+3 −1 config/manager/manager.yaml
+7 −0 config/manifests/community/bases/tempo-operator.clusterserviceversion.yaml
+7 −0 config/manifests/openshift/bases/tempo-operator.clusterserviceversion.yaml
+2 −0 controllers/tempo/tempomonolithic_controller.go
+2 −0 controllers/tempo/tempostack_controller.go
+4 −2 controllers/tempo/tempostack_controller_test.go
+11 −0 docs/spec/tempo.grafana.com_tempostacks.yaml
+1 −0 internal/manifests/config/tempo-query.yaml
+7 −0 internal/manifests/manifestutils/constants.go
+13 −11 internal/manifests/manifestutils/resources.go
+2 −0 internal/manifests/monolithic/configmap.go
+1 −0 internal/manifests/monolithic/configmap_test.go
+30 −9 internal/manifests/monolithic/statefulset.go
+2 −2 internal/manifests/monolithic/statefulset_test.go
+42 −8 internal/manifests/queryfrontend/query_frontend.go
+56 −22 internal/manifests/queryfrontend/query_frontend_test.go
+1 −1 internal/webhooks/tempostack_webhook.go
+18 −0 kind-1.30.yaml
+1 −1 tests/e2e-openshift-ossm/ossm-tempostack-otel/install-minio.yaml
+1 −1 tests/e2e-openshift-ossm/ossm-tempostack-otel/install-tempo.yaml
+1 −1 tests/e2e-openshift-ossm/ossm-tempostack/install-minio.yaml
+1 −1 tests/e2e-openshift-ossm/ossm-tempostack/install-tempo.yaml
+1 −1 tests/e2e-openshift-serverless/otel-tempo-serverless/install-minio.yaml
+1 −1 tests/e2e-openshift-serverless/tempo-serverless/install-minio.yaml
+1 −1 tests/e2e-openshift/component-replicas/install-storage.yaml
+3 −0 tests/e2e-openshift/monitoring-monolithic/install-monolithic-assert.yaml
+1 −1 tests/e2e-openshift/monitoring/00-install-storage.yaml
+3 −0 tests/e2e-openshift/monolithic-multitenancy-openshift/01-assert.yaml
+1 −1 tests/e2e-openshift/monolithic-multitenancy-static/03-install-otel.yaml
+111 −4 tests/e2e-openshift/monolithic-route/install-tempo-assert.yaml
+130 −10 tests/e2e-openshift/monolithic-single-tenant-auth/install-tempo-assert.yaml
+1 −1 tests/e2e-openshift/multitenancy/00-install-storage.yaml
+4 −9 tests/e2e-openshift/multitenancy/01-assert.yaml
+1 −1 tests/e2e-openshift/multitenancy/01-install-tempo.yaml
+1 −1 tests/e2e-openshift/red-metrics/00-install-storage.yaml
+1 −1 tests/e2e-openshift/red-metrics/04-install-hotrod.yaml
+1 −1 tests/e2e-openshift/red-metrics/05-install-generate-traces.yaml
+1 −1 tests/e2e-openshift/tempo-single-tenant-auth/install-storage.yaml
+69 −18 tests/e2e-openshift/tempo-single-tenant-auth/install-tempo-assert.yaml
+1 −1 tests/e2e-openshift/tempostack-resources/install-storage.yaml
+16 −8 tests/e2e-openshift/tempostack-resources/install-tempostack-assert.yaml
+8 −1 tests/e2e-openshift/tempostack-resources/update-tempostack-assert.yaml
+8 −0 tests/e2e-openshift/tempostack-resources/update-tempostack.yaml
+1 −1 tests/e2e-openshift/tls-monolithic-singletenant/00-install-storage.yaml
+111 −11 tests/e2e-openshift/tls-monolithic-singletenant/01-assert.yaml
+1 −1 tests/e2e-openshift/tls-singletenant/00-install-storage.yaml
+87 −8 tests/e2e-openshift/tls-singletenant/01-assert.yaml
+1 −0 tests/e2e-openshift/tls-singletenant/chainsaw-test.yaml
+1 −1 tests/e2e-upgrade/upgrade/00-install-storage.yaml
+1 −1 tests/e2e/compatibility/00-install-storage.yaml
+1 −1 tests/e2e/custom-ca/00-install-storage.yaml
+1 −0 tests/e2e/gateway/02-assert.yaml
+1 −0 tests/e2e/monolithic-extraconfig/install-tempo-assert.yaml
+1 −1 tests/e2e/monolithic-ingestion-mtls/02-install-otel.yaml
+17 −0 tests/e2e/monolithic-memory/01-assert.yaml
+3 −0 tests/e2e/monolithic-receivers-tls/01-assert.yaml
+2 −1 tests/e2e/monolithic-receivers-tls/02-install-otel.yaml
+1 −1 tests/e2e/monolithic-s3-tls/00-install-storage.yaml
+1 −1 tests/e2e/receivers-mtls/00-install-storage.yaml
+2 −1 tests/e2e/receivers-mtls/02-install-otel.yaml
+1 −1 tests/e2e/receivers-tls/00-install-storage.yaml
+2 −1 tests/e2e/receivers-tls/02-install-otel.yaml
+1 −1 tests/e2e/reconcile/00-install-storage.yaml
+1 −1 tests/e2e/tempostack-extraconfig/install-storage.yaml
+1 −0 tests/e2e/tempostack-extraconfig/install-tempostack-assert.yaml

0 comments on commit 661c81b

Please sign in to comment.