-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(rook-ceph): update rook-ceph group to v1.13.6 (patch) #2635
Merged
Conversation
This file contains 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
tyriis-automation
bot
added
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/patch
a patch for a bug
labels
Mar 7, 2024
Quality Gate passedIssues Measures |
--- kubernetes/talos-flux/apps/rook-ceph/rook-ceph/operator Kustomization: flux-system/apps-rook-ceph-operator HelmRelease: rook-ceph/rook-ceph-operator
+++ kubernetes/talos-flux/apps/rook-ceph/rook-ceph/operator Kustomization: flux-system/apps-rook-ceph-operator HelmRelease: rook-ceph/rook-ceph-operator
@@ -12,13 +12,13 @@
spec:
chart: rook-ceph
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
namespace: flux-system
- version: v1.13.5
+ version: v1.13.6
install:
remediation:
retries: 5
interval: 30m
upgrade:
remediation:
--- kubernetes/talos-flux/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/apps-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
+++ kubernetes/talos-flux/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/apps-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster
@@ -12,13 +12,13 @@
spec:
chart: rook-ceph-cluster
sourceRef:
kind: HelmRepository
name: rook-ceph-charts
namespace: flux-system
- version: v1.13.5
+ version: v1.13.6
dependsOn:
- name: rook-ceph-operator
namespace: rook-ceph
install:
remediation:
retries: 5
--- kubernetes/talos-flux/apps/volsync/volsync/app Kustomization: flux-system/apps-volsync HelmRelease: volsync/volsync
+++ kubernetes/talos-flux/apps/volsync/volsync/app Kustomization: flux-system/apps-volsync HelmRelease: volsync/volsync
@@ -14,13 +14,13 @@
spec:
chart: volsync
sourceRef:
kind: HelmRepository
name: backube-charts
namespace: flux-system
- version: 0.8.1
+ version: 0.8.0
install:
createNamespace: true
remediation:
retries: 3
interval: 15m
maxHistory: 15 |
--- HelmRelease: volsync/volsync Deployment: volsync/volsync
+++ HelmRelease: volsync/volsync Deployment: volsync/volsync
@@ -57,21 +57,21 @@
memory: 64Mi
- name: manager
args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- - --rclone-container-image=quay.io/backube/volsync:release-0.8
- - --restic-container-image=quay.io/backube/volsync:release-0.8
- - --rsync-container-image=quay.io/backube/volsync:release-0.8
- - --rsync-tls-container-image=quay.io/backube/volsync:release-0.8
- - --syncthing-container-image=quay.io/backube/volsync:release-0.8
+ - --rclone-container-image=quay.io/backube/volsync:0.8.0
+ - --restic-container-image=quay.io/backube/volsync:0.8.0
+ - --rsync-container-image=quay.io/backube/volsync:0.8.0
+ - --rsync-tls-container-image=quay.io/backube/volsync:0.8.0
+ - --syncthing-container-image=quay.io/backube/volsync:0.8.0
- --scc-name=volsync-privileged-mover
command:
- /manager
- image: quay.io/backube/volsync:release-0.8
+ image: quay.io/backube/volsync:0.8.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
--- HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator
+++ HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator
@@ -26,13 +26,13 @@
- effect: NoExecute
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 5
containers:
- name: rook-ceph-operator
- image: rook/ceph:v1.13.5
+ image: rook/ceph:v1.13.6
imagePullPolicy: IfNotPresent
args:
- ceph
- operator
securityContext:
capabilities: |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
cluster/talos-flux
renovate/flux
renovate flux manager
renovate/helm
renovate helm datasource
type/patch
a patch for a bug
0 participants
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:
v1.13.5
->v1.13.6
v1.13.5
->v1.13.6
Release Notes
rook/rook (rook-ceph)
v1.13.6
Compare Source
Improvements
Rook v1.13.6 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
master
tag in the values.yaml with the release tag (#13897, @travisn)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.