Skip to content

Commit

Permalink
chore: Update to prometheus 2.53.3 (#1592)
Browse files Browse the repository at this point in the history
Co-authored-by: Korbinian Stoemmer <[email protected]>
  • Loading branch information
a-thaler and k15r authored Nov 8, 2024
1 parent cfb7d98 commit 23dcad3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/contributor/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,4 +438,5 @@ of the self-monitor Pods.
| 2.53.0 | 20.4 | 210 | - | 0 | 36 | 0 |
| 2.53.1 | 20 | 333 | 135557 | 0 | 37 | 0 |
| 2.53.2 | 20 | 367 | 138347 | 0 | 40 | 0 |
| 2.53.3 | 20 | 307 | 127673 | 0 | 35 | 0 |
</div>
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const (
defaultFluentBitExporterImage = "europe-docker.pkg.dev/kyma-project/prod/directory-size-exporter:v20241024-8bc3f6a8"
defaultFluentBitImage = "europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.9"
defaultOTelCollectorImage = "europe-docker.pkg.dev/kyma-project/prod/kyma-otel-collector:0.111.0-main"
defaultSelfMonitorImage = "europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.2-cc4f64c"
defaultSelfMonitorImage = "europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.3-cfb181f"

cacheSyncPeriod = 1 * time.Minute
telemetryNamespaceEnvVar = "MANAGER_NAMESPACE"
Expand Down
2 changes: 1 addition & 1 deletion sec-scanners-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ protecode:
- europe-docker.pkg.dev/kyma-project/prod/kyma-otel-collector:0.111.0-main
- europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.9
- europe-docker.pkg.dev/kyma-project/prod/directory-size-exporter:v20241024-8bc3f6a8
- europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.2-cc4f64c
- europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.3-cfb181f
whitesource:
language: golang-mod
subprojects: false
Expand Down

0 comments on commit 23dcad3

Please sign in to comment.