Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update tempo ( 1.14.0 → 1.16.0 ) #5993

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

lumiere-bot[bot]
Copy link
Contributor

@lumiere-bot lumiere-bot bot commented Dec 10, 2024

This PR contains the following updates:

Package Update Change
tempo (source) minor 1.14.0 -> 1.16.0

Release Notes

grafana/helm-charts (tempo)

v1.16.0

Compare Source

Grafana Tempo Single Binary Mode

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@oncall-1.13.11...tempo-1.16.0

v1.15.0

Compare Source

Grafana Tempo Single Binary Mode

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@k8s-monitoring-1.6.14...tempo-1.15.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@lumiere-bot lumiere-bot bot requested a review from coolguy1771 as a code owner December 10, 2024 12:14
@lumiere-bot lumiere-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/kyak labels Dec 10, 2024
@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Dec 10, 2024

--- HelmRelease: monitoring/tempo Service: monitoring/tempo

+++ HelmRelease: monitoring/tempo Service: monitoring/tempo

@@ -8,23 +8,24 @@

     app.kubernetes.io/name: tempo
     app.kubernetes.io/instance: tempo
     app.kubernetes.io/managed-by: Helm
 spec:
   type: ClusterIP
   ports:
-  - name: tempo-prom-metrics
-    port: 3100
-    targetPort: 3100
   - name: tempo-jaeger-thrift-compact
     port: 6831
     protocol: UDP
     targetPort: 6831
   - name: tempo-jaeger-thrift-binary
     port: 6832
     protocol: UDP
     targetPort: 6832
+  - name: tempo-prom-metrics
+    port: 3100
+    protocol: TCP
+    targetPort: 3100
   - name: tempo-jaeger-thrift-http
     port: 14268
     protocol: TCP
     targetPort: 14268
   - name: grpc-tempo-jaeger
     port: 14250
@@ -38,13 +39,13 @@

     port: 55680
     protocol: TCP
     targetPort: 55680
   - name: tempo-otlp-http-legacy
     port: 55681
     protocol: TCP
-    targetPort: 4318
+    targetPort: 55681
   - name: grpc-tempo-otlp
     port: 4317
     protocol: TCP
     targetPort: 4317
   - name: tempo-otlp-http
     port: 4318
--- HelmRelease: monitoring/tempo StatefulSet: monitoring/tempo

+++ HelmRelease: monitoring/tempo StatefulSet: monitoring/tempo

@@ -52,12 +52,30 @@

         - containerPort: 55681
           name: otlp-httplegacy
         - containerPort: 4318
           name: otlp-http
         - containerPort: 55678
           name: opencensus
+        livenessProbe:
+          failureThreshold: 3
+          httpGet:
+            path: /ready
+            port: 3100
+          initialDelaySeconds: 30
+          periodSeconds: 10
+          successThreshold: 1
+          timeoutSeconds: 5
+        readinessProbe:
+          failureThreshold: 3
+          httpGet:
+            path: /ready
+            port: 3100
+          initialDelaySeconds: 20
+          periodSeconds: 10
+          successThreshold: 1
+          timeoutSeconds: 5
         resources: {}
         env: null
         volumeMounts:
         - mountPath: /conf
           name: tempo-conf
         - mountPath: /tmp
--- HelmRelease: monitoring/tempo ServiceMonitor: monitoring/tempo

+++ HelmRelease: monitoring/tempo ServiceMonitor: monitoring/tempo

@@ -7,13 +7,13 @@

     app: tempo
     release: tempo
     heritage: Helm
 spec:
   selector:
     matchLabels:
-      helm.sh/chart: tempo-1.14.0
+      helm.sh/chart: tempo-1.16.0
       app.kubernetes.io/name: tempo
       app.kubernetes.io/instance: tempo
       app.kubernetes.io/version: 2.6.1
       app.kubernetes.io/managed-by: Helm
   namespaceSelector:
     matchNames:

@lumiere-bot
Copy link
Contributor Author

lumiere-bot bot commented Dec 10, 2024

--- kubernetes/kyak/apps/monitoring/tempo/app Kustomization: flux-system/tempo HelmRelease: monitoring/tempo

+++ kubernetes/kyak/apps/monitoring/tempo/app Kustomization: flux-system/tempo HelmRelease: monitoring/tempo

@@ -13,13 +13,13 @@

     spec:
       chart: tempo
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 1.14.0
+      version: 1.16.0
   dependsOn:
   - name: rook-ceph-cluster
     namespace: rook-ceph
   install:
     createNamespace: true
     remediation:

@lumiere-bot lumiere-bot bot changed the title feat(helm): update tempo ( 1.14.0 → 1.15.0 ) feat(helm): update tempo ( 1.14.0 → 1.16.0 ) Dec 16, 2024
@lumiere-bot lumiere-bot bot force-pushed the renovate/kyak-tempo-1.x branch from ab490ad to a1f373a Compare December 16, 2024 20:11
@lumiere-bot lumiere-bot bot merged commit 7ce89af into main Dec 17, 2024
12 checks passed
@lumiere-bot lumiere-bot bot deleted the renovate/kyak-tempo-1.x branch December 17, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants