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 chart operator to 5.0.13 #27

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
operator (source) patch 5.0.11 -> 5.0.13

Release Notes

minio/operator (operator)

v5.0.13: Version 5.0.13

Compare Source

Changelog

v5.0.12: Version 5.0.12

Compare Source

Changelog


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

Copy link

github-actions bot commented Mar 9, 2024

--- HelmRelease: storage/minio-operator ClusterRole: storage/minio-operator-role

+++ HelmRelease: storage/minio-operator ClusterRole: storage/minio-operator-role

@@ -1,12 +1,22 @@

 ---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
   name: minio-operator-role
 rules:
+- apiGroups:
+  - job.min.io
+  resources:
+  - miniojobs
+  verbs:
+  - list
+  - get
+  - update
+  - delete
+  - watch
 - apiGroups:
   - apiextensions.k8s.io
   resources:
   - customresourcedefinitions
   verbs:
   - get
--- HelmRelease: storage/minio-operator Deployment: storage/console

+++ HelmRelease: storage/minio-operator Deployment: storage/console

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

                 operator: In
                 values:
                 - minio-operator
             topologyKey: kubernetes.io/hostname
       containers:
       - name: operator
-        image: quay.io/minio/operator:v5.0.11
+        image: quay.io/minio/operator:v5.0.13
         imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 9090
           name: http
         - containerPort: 9443
           name: https
--- HelmRelease: storage/minio-operator Deployment: storage/minio-operator

+++ HelmRelease: storage/minio-operator Deployment: storage/minio-operator

@@ -35,13 +35,13 @@

                 operator: In
                 values:
                 - minio-operator
             topologyKey: kubernetes.io/hostname
       containers:
       - name: operator
-        image: quay.io/minio/operator:v5.0.11
+        image: quay.io/minio/operator:v5.0.13
         imagePullPolicy: IfNotPresent
         args:
         - controller
         env:
         - name: PROMETHEUS_NAMESPACE
           value: monitoring

Copy link

github-actions bot commented Mar 9, 2024

--- kubernetes/apps/storage/minio/operator Kustomization: flux-system/minio-operator HelmRelease: storage/minio-operator

+++ kubernetes/apps/storage/minio/operator Kustomization: flux-system/minio-operator HelmRelease: storage/minio-operator

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

     spec:
       chart: operator
       sourceRef:
         kind: HelmRepository
         name: minio-operator-charts
         namespace: flux-system
-      version: 5.0.11
+      version: 5.0.13
   install:
     crds: Create
     createNamespace: true
     replace: true
   interval: 30m
   maxHistory: 3

@gelato gelato merged commit 6b6eee9 into main Mar 9, 2024
7 checks passed
@gelato gelato deleted the renovate/operator-5.x branch March 9, 2024 21:15
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