Skip to content

Update image ghcr.io/mogenius/helm-charts/renovate-operator (5.4.0 ➔ 5.5.0) - #2264

Merged
mav-bot[bot] merged 1 commit into
mainfrom
renovate/ghcr.io-mogenius-helm-charts-renovate-operator-5.x
Jul 28, 2026
Merged

Update image ghcr.io/mogenius/helm-charts/renovate-operator (5.4.0 ➔ 5.5.0)#2264
mav-bot[bot] merged 1 commit into
mainfrom
renovate/ghcr.io-mogenius-helm-charts-renovate-operator-5.x

Conversation

@mav-bot

@mav-bot mav-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/mogenius/helm-charts/renovate-operator (source) minor 5.4.05.5.0

Release Notes

mogenius/renovate-operator (ghcr.io/mogenius/helm-charts/renovate-operator)

v5.5.0

Compare Source

Features
  • add priority class attribute support for pods (1fc932a)
  • helm: add values schema (28d8f88)
  • operator: allow a per-job webhook base URL (907bbcf)
  • operator: validate the format of spec.webhook.baseUrl (4d11cdd)
  • ui: adding client side project search bar (7602e4c), closes #​537
Bug Fixes
  • deps: update kubernetes monorepo to v0.36.3 (46acd8f)
  • deps: update module github.com/prometheus/client_golang to v1.24.1 (0386cef)
  • deps: update registry.k8s.io/kubectl docker tag to v1.36.3 (0762855)
  • operator: match synced webhooks on job identity, not full URL (adf5bf5)
  • ran go fix against the codebase (7b7fea9)
  • s3: add missing trailing slash to pathname #​542 (fe99fe3)

Configuration

📅 Schedule: (in timezone Europe/London)

  • 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 Mend Renovate.

@mav-bot
mav-bot Bot requested a review from maverickd650 as a code owner July 28, 2026 09:01
@github-actions github-actions Bot added the area/kubernetes Changes made in Kubernetes directory. label Jul 28, 2026
@mav-bot

mav-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

konflate — summary

Note

+0 added · 4 changed · −0 removed — 4 resources · 2 apps

Blast radius

  • Kustomization default/renovate-operator — 1 dependent (Kustomization default/renovate-operator-jobs)

Warning

⚠ Caution

  • Job default/renovate-operator-crd-install — spec.template changed — immutable on Job; the apply fails until the resource is recreated (or Flux force is enabled)

Image changes

image from to
ghcr.io/mogenius/renovate-operator 5.4.0 5.5.0
registry.k8s.io/kubectl v1.36.2 v1.36.3

konflate · rendered 3d63867 · advisory, not a gate

@mav-bot

mav-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown
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 3d63867 · workflow run

@mav-bot
mav-bot Bot merged commit 361a1d8 into main Jul 28, 2026
8 checks passed
@mav-bot

mav-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown
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 3d63867 · workflow run

@mav-bot
mav-bot Bot deleted the renovate/ghcr.io-mogenius-helm-charts-renovate-operator-5.x branch July 28, 2026 09:03
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