Skip to content
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 ( v1.16.1 → v1.16.2 ) (patch) #8028

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

rosey-the-renovator-bot[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
rook-ceph patch v1.16.1 -> v1.16.2
rook-ceph-cluster patch v1.16.1 -> v1.16.2
rook/ceph patch v1.16.1 -> v1.16.2

Release Notes

rook/rook (rook-ceph)

v1.16.2

Compare Source

Improvements

Rook v1.16.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package           | from    | to      |
| ---------- | ----------------- | ------- | ------- |
| helm       | rook-ceph         | v1.16.1 | v1.16.2 |
| helm       | rook-ceph-cluster | v1.16.1 | v1.16.2 |
| docker     | rook/ceph         | v1.16.1 | v1.16.2 |
@rosey-the-renovator-bot
Copy link
Contributor Author

--- kubernetes/main/apps/storage/rook-ceph/app Kustomization: flux-system/storage-rook-ceph HelmRelease: rook-ceph/rook-ceph-operator

+++ kubernetes/main/apps/storage/rook-ceph/app Kustomization: flux-system/storage-rook-ceph 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.16.1
+      version: v1.16.2
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
   interval: 30m
--- kubernetes/main/apps/storage/rook-ceph/cluster Kustomization: flux-system/storage-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

+++ kubernetes/main/apps/storage/rook-ceph/cluster Kustomization: flux-system/storage-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.16.1
+      version: v1.16.2
   install:
     crds: CreateReplace
     createNamespace: true
     remediation:
       retries: 3
     replace: true
--- kubernetes/main/apps/home/zigbee2mqtt/app Kustomization: flux-system/home-automation-zigbee2mqtt HelmRelease: home/zigbee2mqtt

+++ kubernetes/main/apps/home/zigbee2mqtt/app Kustomization: flux-system/home-automation-zigbee2mqtt HelmRelease: home/zigbee2mqtt

@@ -39,13 +39,13 @@

               ZIGBEE2MQTT_CONFIG_ADVANCED_LAST_SEEN: ISO_8601
               ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_LEVEL: info
               ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_OUTPUT: '["console"]'
               ZIGBEE2MQTT_CONFIG_AVAILABILITY_ACTIVE_TIMEOUT: 60
               ZIGBEE2MQTT_CONFIG_AVAILABILITY_PASSIVE_TIMEOUT: 2000
               ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_RETAIN: 'true'
-              ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: 80
+              ZIGBEE2MQTT_CONFIG_FRONTEND_PORT: 8080
               ZIGBEE2MQTT_CONFIG_FRONTEND_URL: https://zigbee2mqtt...PLACEHOLDER_SECRET_DOMAIN..
               ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_DISCOVERY_TOPIC: homeassistant
               ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_STATUS_TOPIC: homeassistant/status
               ZIGBEE2MQTT_CONFIG_MQTT_INCLUDE_DEVICE_INFORMATION: 'true'
               ZIGBEE2MQTT_CONFIG_MQTT_KEEPALIVE: 60
               ZIGBEE2MQTT_CONFIG_MQTT_REJECT_UNAUTHORIZED: 'true'
@@ -74,19 +74,13 @@

               limits:
                 memory: 300M
               requests:
                 cpu: 23m
                 memory: 300M
             securityContext:
-              allowPrivilegeEscalation: false
-              capabilities:
-                add:
-                - NET_BIND_SERVICE
-                drop:
-                - ALL
-              readOnlyRootFilesystem: true
+              privileged: true
         pod:
           affinity:
             nodeAffinity:
               requiredDuringSchedulingIgnoredDuringExecution:
                 nodeSelectorTerms:
                 - matchExpressions:
@@ -111,13 +105,13 @@

         hosts:
         - host: '{{ .Release.Name }}...PLACEHOLDER_SECRET_DOMAIN..'
           paths:
           - path: /
             service:
               identifier: main
-              port: 80
+              port: 8080
     persistence:
       config:
         existingClaim: zigbee2mqtt-config-pvc
         globalMounts:
         - path: /data
       usb:
@@ -128,13 +122,13 @@

         type: hostPath
     service:
       main:
         controller: main
         ports:
           http:
-            port: 80
+            port: 8080
           websocket:
             enabled: true
             port: 9000
     serviceMonitor:
       main:
         enabled: true
--- kubernetes/main/apps/storage/rook-ceph/add-ons Kustomization: flux-system/storage-rook-ceph-addons Deployment: rook-ceph/rook-direct-mount

+++ kubernetes/main/apps/storage/rook-ceph/add-ons Kustomization: flux-system/storage-rook-ceph-addons Deployment: rook-ceph/rook-direct-mount

@@ -33,13 +33,13 @@

               name: rook-ceph-mon
         - name: ROOK_CEPH_SECRET
           valueFrom:
             secretKeyRef:
               key: ceph-secret
               name: rook-ceph-mon
-        image: rook/ceph:v1.16.1
+        image: rook/ceph:v1.16.2
         imagePullPolicy: IfNotPresent
         name: rook-direct-mount
         securityContext:
           privileged: true
           runAsUser: 0
         tty: true

@rosey-the-renovator-bot
Copy link
Contributor Author

--- HelmRelease: home/zigbee2mqtt Service: home/zigbee2mqtt

+++ HelmRelease: home/zigbee2mqtt Service: home/zigbee2mqtt

@@ -8,14 +8,14 @@

     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: zigbee2mqtt
     app.kubernetes.io/service: zigbee2mqtt
 spec:
   type: ClusterIP
   ports:
-  - port: 80
-    targetPort: 80
+  - port: 8080
+    targetPort: 8080
     protocol: TCP
     name: http
   - port: 9000
     targetPort: 9000
     protocol: TCP
     name: websocket
--- HelmRelease: home/zigbee2mqtt StatefulSet: home/zigbee2mqtt

+++ HelmRelease: home/zigbee2mqtt StatefulSet: home/zigbee2mqtt

@@ -60,13 +60,13 @@

           value: '60'
         - name: ZIGBEE2MQTT_CONFIG_AVAILABILITY_PASSIVE_TIMEOUT
           value: '2000'
         - name: ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_RETAIN
           value: 'true'
         - name: ZIGBEE2MQTT_CONFIG_FRONTEND_PORT
-          value: '80'
+          value: '8080'
         - name: ZIGBEE2MQTT_CONFIG_FRONTEND_URL
           value: https://zigbee2mqtt...PLACEHOLDER_SECRET_DOMAIN..
         - name: ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_DISCOVERY_TOPIC
           value: homeassistant
         - name: ZIGBEE2MQTT_CONFIG_HOMEASSISTANT_STATUS_TOPIC
           value: homeassistant/status
@@ -101,19 +101,13 @@

           limits:
             memory: 300M
           requests:
             cpu: 23m
             memory: 300M
         securityContext:
-          allowPrivilegeEscalation: false
-          capabilities:
-            add:
-            - NET_BIND_SERVICE
-            drop:
-            - ALL
-          readOnlyRootFilesystem: true
+          privileged: true
         volumeMounts:
         - mountPath: /data
           name: config
         - mountPath: /dev/ttyACM0
           name: usb
       volumes:
--- HelmRelease: home/zigbee2mqtt Ingress: home/zigbee2mqtt

+++ HelmRelease: home/zigbee2mqtt Ingress: home/zigbee2mqtt

@@ -22,8 +22,8 @@

       - path: /
         pathType: Prefix
         backend:
           service:
             name: zigbee2mqtt
             port:
-              number: 80
+              number: 8080
 
--- HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

+++ HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

@@ -25,17 +25,17 @@

   CSI_PLUGIN_PRIORITY_CLASSNAME: system-node-critical
   CSI_PROVISIONER_PRIORITY_CLASSNAME: system-cluster-critical
   CSI_RBD_FSGROUPPOLICY: File
   CSI_CEPHFS_FSGROUPPOLICY: File
   CSI_NFS_FSGROUPPOLICY: File
   ROOK_CSI_CEPH_IMAGE: quay.io/cephcsi/cephcsi:v3.13.0
-  ROOK_CSI_REGISTRAR_IMAGE: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
-  ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
+  ROOK_CSI_REGISTRAR_IMAGE: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
+  ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
   ROOK_CSI_SNAPSHOTTER_IMAGE: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
-  ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
-  ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
+  ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.8.0
+  ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.13.1
   ROOK_CSI_IMAGE_PULL_POLICY: IfNotPresent
   CSI_ENABLE_CSIADDONS: 'false'
   ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.11.0
   CSI_ENABLE_TOPOLOGY: 'false'
   ROOK_CSI_ENABLE_NFS: 'false'
   CSI_FORCE_CEPHFS_KERNEL_CLIENT: 'true'
--- 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: docker.io/rook/ceph:v1.16.1
+        image: docker.io/rook/ceph:v1.16.2
         imagePullPolicy: IfNotPresent
         args:
         - ceph
         - operator
         securityContext:
           capabilities:

@rwlove rwlove merged commit 2a35e51 into main Jan 16, 2025
20 checks passed
@rwlove rwlove deleted the renovate/patch-rook-ceph branch January 16, 2025 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant