diff --git a/helm/monitoring/Chart.lock b/helm/monitoring/Chart.lock index 93b0fba..5a15bd3 100644 --- a/helm/monitoring/Chart.lock +++ b/helm/monitoring/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: nri-bundle repository: https://newrelic.github.io/helm-charts - version: 7.0.12 -digest: sha256:1564f46eda71316e16fb9fd1665ad5730be84a5b212767402c3f03c9cd33bedf -generated: "2026-06-01T03:53:57.082571978Z" + version: 7.0.23 +digest: sha256:6fa459e1eaa1cbb60ba17295e8e86ca24471b155abb12065889f6e61c336b538 +generated: "2026-07-01T02:08:51.209671367Z" diff --git a/helm/monitoring/Chart.yaml b/helm/monitoring/Chart.yaml index 903795b..6e9a4a0 100644 --- a/helm/monitoring/Chart.yaml +++ b/helm/monitoring/Chart.yaml @@ -9,5 +9,5 @@ icon: https://avatars.githubusercontent.com/u/110490746 dependencies: - name: nri-bundle - version: 7.0.12 + version: 7.0.23 repository: https://newrelic.github.io/helm-charts diff --git a/helm/system/Chart.lock b/helm/system/Chart.lock index a062e2d..d34489c 100644 --- a/helm/system/Chart.lock +++ b/helm/system/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: traefik repository: https://helm.traefik.io/traefik - version: 40.2.0 + version: 41.0.1 - name: external-secrets repository: https://charts.external-secrets.io - version: 2.5.0 -digest: sha256:36458750ab847793deb7f5d879a7c4ce90359a4d18aee1319323535cb7252aba -generated: "2026-06-01T03:54:11.842033657Z" + version: 2.7.0 +digest: sha256:f42231332c4e28509fd13cb879e4159f8bb097b4f312672d0e1cd1a95599236f +generated: "2026-07-01T02:09:04.491894213Z" diff --git a/helm/system/Chart.yaml b/helm/system/Chart.yaml index 0b759db..b3b4edb 100644 --- a/helm/system/Chart.yaml +++ b/helm/system/Chart.yaml @@ -9,8 +9,8 @@ icon: https://avatars.githubusercontent.com/u/110490746 dependencies: - name: traefik - version: 40.2.0 + version: 41.0.1 repository: https://helm.traefik.io/traefik - name: external-secrets - version: 2.5.0 + version: 2.7.0 repository: https://charts.external-secrets.io diff --git a/helm/system/values.doppler.yaml b/helm/system/values.doppler.yaml index ca1b167..1bbc82b 100644 --- a/helm/system/values.doppler.yaml +++ b/helm/system/values.doppler.yaml @@ -38,9 +38,10 @@ traefik: kubernetesCRD: # in Traefik >=2.5, cross-namespace references for resources like middlewares are restricted by default allowCrossNamespace: true - logs: - general: {format: json} # log in JSON format - access: {enabled: false} # disable access logs + log: + format: json # log in JSON format + accessLog: + enabled: false # disable access logs resources: requests: {memory: 256Mi} limits: {memory: 1024Mi}