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

feat(helm): update victoria-metrics-operator ( 0.33.6 → 0.34.0 ) #278

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
victoria-metrics-operator (source) minor 0.33.6 -> 0.34.0

Release Notes

VictoriaMetrics/helm-charts (victoria-metrics-operator)

v0.34.0

Compare Source

Release notes for version 0.34.0

Release date: 2024-08-15

AppVersion: v0.47.0
Helm: v3

Update Notes:

  • requires Helm 3.14+

Features and fixes

  • Set minimal kubernetes version to 1.25
  • Removed support for policy/v1beta1/PodDisruptionBudget
  • Added configurable probes at .Values.probe
  • updates operator to v0.47.0 release
  • adds RBAC permissions to VLogs object

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.

Copy link

--- kubernetes/apps/observability/victoriametrics/operator Kustomization: flux-system/vm-operator HelmRelease: observability/vm-operator

+++ kubernetes/apps/observability/victoriametrics/operator Kustomization: flux-system/vm-operator HelmRelease: observability/vm-operator

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

     spec:
       chart: victoria-metrics-operator
       sourceRef:
         kind: HelmRepository
         name: victoriametrics
         namespace: flux-system
-      version: 0.33.6
+      version: 0.34.0
   driftDetection:
     mode: enabled
   install:
     crds: CreateReplace
     remediation:
       retries: 3

Copy link

--- HelmRelease: observability/vm-operator ClusterRole: observability/vm-operator

+++ HelmRelease: observability/vm-operator ClusterRole: observability/vm-operator

@@ -108,12 +108,14 @@

   - '*'
   verbs:
   - '*'
 - apiGroups:
   - operator.victoriametrics.com
   resources:
+  - vlogs
+  - vlogs/finalizers
   - vmagents
   - vmagents/finalizers
   - vmalertmanagers
   - vmalertmanagers/finalizers
   - vmalertmanagerconfigs
   - vmalertmanagerconfigs/finalizers
@@ -143,12 +145,13 @@

   - vmscrapeconfigs/finalizers
   verbs:
   - '*'
 - apiGroups:
   - operator.victoriametrics.com
   resources:
+  - vlogs/status
   - vmagents/status
   - vmalertmanagers/status
   - vmalertmanagerconfigs/status
   - vmalerts/status
   - vmclusters/status
   - vmpodscrapes/status
--- HelmRelease: observability/vm-operator ClusterRole: observability/victoriametrics:admin

+++ HelmRelease: observability/vm-operator ClusterRole: observability/victoriametrics:admin

@@ -9,12 +9,13 @@

     app.kubernetes.io/managed-by: Helm
     rbac.authorization.k8s.io/aggregate-to-admin: 'true'
 rules:
 - apiGroups:
   - operator.victoriametrics.com
   resources:
+  - vlogs
   - vmagents
   - vmalertmanagerconfigs
   - vmalertmanagers
   - vmalerts
   - vmauths
   - vmclusters
--- HelmRelease: observability/vm-operator ClusterRole: observability/victoriametrics:view

+++ HelmRelease: observability/vm-operator ClusterRole: observability/victoriametrics:view

@@ -9,12 +9,13 @@

     app.kubernetes.io/managed-by: Helm
     rbac.authorization.k8s.io/aggregate-to-view: 'true'
 rules:
 - apiGroups:
   - operator.victoriametrics.com
   resources:
+  - vlogs
   - vmagents
   - vmalertmanagerconfigs
   - vmalertmanagers
   - vmalerts
   - vmauths
   - vmclusters
--- HelmRelease: observability/vm-operator Deployment: observability/vm-operator

+++ HelmRelease: observability/vm-operator Deployment: observability/vm-operator

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

         app.kubernetes.io/name: victoria-metrics-operator
         app.kubernetes.io/instance: vm-operator
     spec:
       serviceAccountName: vm-operator
       containers:
       - name: victoria-metrics-operator
-        image: victoriametrics/operator:v0.46.4
+        image: victoriametrics/operator:v0.47.0
         imagePullPolicy: IfNotPresent
         env:
         - name: WATCH_NAMESPACE
           value: ''
         - name: POD_NAME
           valueFrom:
@@ -36,20 +36,40 @@

           value: victoria-metrics-operator
         - name: VM_ENABLEDPROMETHEUSCONVERTEROWNERREFERENCES
           value: 'true'
         args:
         - --zap-log-level=info
         - --leader-elect
+        - --health-probe-bind-address=:8081
         - --webhook.enable=true
         ports:
         - containerPort: 8080
           name: http
           protocol: TCP
+        - containerPort: 8081
+          name: probe
+          protocol: TCP
         - containerPort: 9443
           name: webhook
           protocol: TCP
+        readinessProbe:
+          failureThreshold: 3
+          httpGet:
+            path: /health
+            port: probe
+            scheme: HTTP
+          initialDelaySeconds: 5
+          periodSeconds: 15
+          timeoutSeconds: 5
+        livenessProbe:
+          failureThreshold: 3
+          initialDelaySeconds: 5
+          periodSeconds: 15
+          tcpSocket:
+            port: probe
+          timeoutSeconds: 5
         volumeMounts:
         - mountPath: /tmp/k8s-webhook-server/serving-certs
           name: cert
           readOnly: true
         resources:
           limits:

@jfroy jfroy merged commit 4f9e955 into main Aug 16, 2024
4 checks passed
@jfroy jfroy deleted the renovate/victoria-metrics-operator-0.x branch August 16, 2024 18:57
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