diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 222b65af16..4948a8d003 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,14 +9,14 @@ "prHourlyLimit": 4, "baseBranches": [ "main", - "release-3.4.x", // Update when a new release is out, 2 minors, 1 major. - "release-3.3.x", // Also ensure to update the 'packageRules' section to match + "release-3.5.x", // Update when a new release is out, 2 minors, 1 major. + "release-3.4.x", // Also ensure to update the 'packageRules' section to match "release-2.9.x" ], "packageRules": [ { // Disable updates for all branches - we only want security updates - "matchBaseBranches": ["release-3.4.x", "release-3.3.x", "release-2.9.x"], + "matchBaseBranches": ["release-3.5.x", "release-3.4.x", "release-2.9.x"], "enabled": false }, { diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 1e6767a789..13927d66c5 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -6159,7 +6159,7 @@ null string Overrides the image tag whose default is the chart's appVersion
-"3.4.3"
+"3.5.0"
 
diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md index 5dcf910d65..1dfae1eb6b 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -16,7 +16,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, s |------------|------|---------| | https://charts.min.io/ | minio(minio) | 5.4.0 | | https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 | -| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.24.0 | +| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.27.1 | Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm). diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index f7ac916497..5cef6247c9 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -75,7 +75,7 @@ loki: # -- Docker image repository repository: grafana/loki # -- Overrides the image tag whose default is the chart's appVersion - tag: 3.4.3 + tag: 3.5.0 # -- Overrides the image tag with an image digest digest: null # -- Docker image pull policy