Update image ghcr.io/mogenius/helm-charts/renovate-operator (5.4.0 ➔ 5.5.0) - #2264
Merged
mav-bot[bot] merged 1 commit intoJul 28, 2026
Conversation
Contributor
Author
konflate — summaryNote +0 added · 4 changed · −0 removed — 4 resources · 2 apps Blast radius
Warning ⚠ Caution
Image changes
konflate · rendered |
Contributor
Author
Kustomization diff@@ spec.ref.tag @@
# source.toolkit.fluxcd.io/v1/OCIRepository/default/renovate-operator
! ± value change
- 5.4.0
+ 5.5.0
Generated for |
Contributor
Author
HelmRelease diff@@ spec.template.spec.containers.renovate-operator.image @@
# apps/v1/Deployment/default/renovate-operator
! ± value change
- ghcr.io/mogenius/renovate-operator:5.4.0
+ ghcr.io/mogenius/renovate-operator:5.5.0
@@ data.renovatejob.yaml @@
# v1/ConfigMap/default/renovate-operator-crd
! ± value change in multiline text (two inserts, no deletions)
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
[3206 lines unchanged)]
parallelism:
description: Maximum number of projects to process in parallel
format: int32
type: integer
+ priorityClassName:
+ description: PriorityClassName for the resulting pod, used to set
+ the pod's scheduling priority.
+ type: string
provider:
description: Renovate Provider Information to fill "RENOVATE_ENDPOINT"
and "RENOVATE_PLATFORM" environment variables in the renovate container
properties:
[1033 lines unchanged)]
type: object
required:
- enabled
type: object
+ baseUrl:
+ description: |-
+ Externally reachable base URL of the operator's webhook server for this
+ job, e.g. https://renovate.example.com. The platform-specific path is
+ appended to it. Takes precedence over the operator-wide
+ WEBHOOK_BASE_URL environment variable, which is used when this is empty.
+ Set it when a platform needs a different hostname to reach the operator
+ than the operator-wide default provides.
+ pattern: ^https?://[^?#]+$
+ type: string
enabled:
type: boolean
sync:
description: |-
[137 lines unchanged)]
served: true
storage: true
subresources:
status: {}
@@ spec.template.spec.containers.kubectl.image @@
# batch/v1/Job/default/renovate-operator-crd-install
! ± value change
- registry.k8s.io/kubectl:v1.36.2
+ registry.k8s.io/kubectl:v1.36.3
Generated for |
mav-bot
Bot
deleted the
renovate/ghcr.io-mogenius-helm-charts-renovate-operator-5.x
branch
July 28, 2026 09:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.4.0→5.5.0Release Notes
mogenius/renovate-operator (ghcr.io/mogenius/helm-charts/renovate-operator)
v5.5.0Compare Source
Features
Bug Fixes
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 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.
This PR has been generated by Mend Renovate.