-
Notifications
You must be signed in to change notification settings - Fork 1
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(helm): update rook-ceph group to v1.10.10 (patch) #490
Conversation
Path: @@ -141,6 +141,7 @@
ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: "15"
ROOK_OBC_WATCH_OPERATOR_NAMESPACE: "true"
ROOK_CEPH_ALLOW_LOOP_DEVICES: "false"
+ ROOK_DISABLE_ADMISSION_CONTROLLER: "true"
ROOK_CSI_ENABLE_RBD: "true"
ROOK_CSI_ENABLE_CEPHFS: "true"
CSI_ENABLE_CEPHFS_SNAPSHOTTER: "true"
@@ -15599,7 +15600,7 @@
spec:
containers:
- name: rook-ceph-operator
- image: "rook/ceph:v1.10.8"
+ image: "rook/ceph:v1.10.9"
imagePullPolicy: IfNotPresent
args: ["ceph", "operator"]
securityContext:
@@ -15628,8 +15629,6 @@
value: ""
- name: ROOK_ENABLE_DISCOVERY_DAEMON
value: "false"
- - name: ROOK_DISABLE_ADMISSION_CONTROLLER
- value: "false"
- name: NODE_NAME
valueFrom:
fieldRef: |
Path:
|
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
| datasource | package | from | to | | ---------- | ----------------- | ------- | -------- | | helm | rook-ceph | v1.10.8 | v1.10.10 | | helm | rook-ceph-cluster | v1.10.8 | v1.10.10 | | docker | rook/ceph | v1.10.8 | v1.10.10 |
981432d
to
b1cdcf1
Compare
Path:
|
Path: @@ -141,6 +141,7 @@
ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS: "15"
ROOK_OBC_WATCH_OPERATOR_NAMESPACE: "true"
ROOK_CEPH_ALLOW_LOOP_DEVICES: "false"
+ ROOK_DISABLE_ADMISSION_CONTROLLER: "true"
ROOK_CSI_ENABLE_RBD: "true"
ROOK_CSI_ENABLE_CEPHFS: "true"
CSI_ENABLE_CEPHFS_SNAPSHOTTER: "true"
@@ -15599,7 +15600,7 @@
spec:
containers:
- name: rook-ceph-operator
- image: "rook/ceph:v1.10.8"
+ image: "rook/ceph:v1.10.10"
imagePullPolicy: IfNotPresent
args: ["ceph", "operator"]
securityContext:
@@ -15628,8 +15629,6 @@
value: ""
- name: ROOK_ENABLE_DISCOVERY_DAEMON
value: "false"
- - name: ROOK_DISABLE_ADMISSION_CONTROLLER
- value: "false"
- name: NODE_NAME
valueFrom:
fieldRef: |
This PR contains the following updates:
v1.10.8
->v1.10.10
v1.10.8
->v1.10.10
v1.10.8
->v1.10.10
Release Notes
rook/rook
v1.10.10
Compare Source
Improvements
Rook v1.10.10 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
v1.10.9
Compare Source
Improvements
Rook v1.10.9 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.
This release is not recommended due to #11541, which is fixed in v1.10.10.
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 these updates again.
This PR has been generated by Renovate Bot.