k8s-gitops icon indicating copy to clipboard operation
k8s-gitops copied to clipboard

feat(container): update ghcr.io/k8up-io/k8up (v2.9.0 → v2.10.0)

Open renovate[bot] opened this issue 1 year ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/k8up-io/k8up minor v2.9.0 -> v2.10.0

Configuration

📅 Schedule: 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. View repository job log here.

renovate[bot] avatar May 15 '24 21:05 renovate[bot]

Path: base/k8up/helmrelease.yaml

@@ -441,12 +441,12 @@
 securityContext: {}
 containers:
 - name: k8up-operator
- image: "ghcr.io/k8up-io/k8up:v2.9.0"
+ image: "ghcr.io/k8up-io/k8up:v2.10.0"
 imagePullPolicy: IfNotPresent
 args: [operator]
 env:
 - name: BACKUP_IMAGE
- value: "ghcr.io/k8up-io/k8up:v2.9.0"
+ value: "ghcr.io/k8up-io/k8up:v2.10.0"
 - name: TZ
 value: Europe/Zurich
 - name: BACKUP_ENABLE_LEADER_ELECTION

github-actions[bot] avatar May 15 '24 21:05 github-actions[bot]

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.