Upgrade Jaeger Tracing - All In One to chart version 0.1.12 and app version 1.55.0

Upgrade Jaeger Tracing - All In One to chart version 0.1.12 and app version 1.55.0
Photo by Tran Quang Thien / Unsplash

No problems deploying Jaeger tracing Helm chart to Proxmox VE K3s Kubernetes cluster via Helm Chart and Flux V2 reconciliation in a GitOps approach.

Some additional config had to be added to the values.yaml file, because of missing permissions:

podSecurityContext:
  fsGroup: 2000

securityContext:
  capabilities:
    drop:
    - ALL
  readOnlyRootFilesystem: true
  runAsNonRoot: true
  runAsUser: 1000

Helm Chart 0.1.12
Release v1.48.0
Release v1.49.0
Release v1.50.0
Release v1.51.0
Release v1.52.0
Release v1.53.0
Release v1.54.0
Release v1.55.0

Me on Mastodon - This link is here for verification purposes.