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 chart victoria-metrics-operator ( 0.32.3 → 0.33.3 ) #3937

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jul 3, 2024

This PR contains the following updates:

Package Update Change
victoria-metrics-operator (source) minor 0.32.3 -> 0.33.3

Release Notes

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

v0.33.3

Compare Source

Release notes for version 0.33.3

Release date: 2024-07-05

AppVersion: v0.46.3
Helm: v3

  • updates operator to v0.46.3 release

v0.33.2

Compare Source

Release notes for version 0.33.2

Release date: 2024-07-04

AppVersion: v0.46.2
Helm: v3

  • breaking change: operator uses different entrypoint, remove command entrypoint
  • breaking change: operator uses new flag for leader election leader-elect
  • removes podsecurity policy. It's longer supported by kubernetes
  • updates operator to v0.46.2 release

v0.33.1

Compare Source

Release notes for version 0.33.1

Release date: 2024-07-03

AppVersion: v0.46.0
Helm: v3

  • breaking change: operator uses different entrypoint, remove command entrypoint
  • breaking change: operator uses new flag for leader election leader-elect
  • removes podsecurity policy. It's longer supported by kubernetes
  • updates operator to v0.46.0 release

v0.33.0

Compare Source

Release notes for version 0.33.0

Release date: 2024-07-03

AppVersion: v0.46.0-rc5
Helm: v3

  • breaking change: operator uses different entrypoint, remove command entrypoint
  • breaking change: operator uses new flag for leader election leader-elect
  • removes podsecurity policy. It's longer supported by kubernetes
  • updates operator to v0.46.0 release

@repo-jeeves repo-jeeves bot added renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jul 3, 2024
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jul 3, 2024

--- kubernetes/main/apps/observability/victoria-metrics/operator Kustomization: flux-system/observability-vm-operator HelmRelease: observability/vm-operator

+++ kubernetes/main/apps/observability/victoria-metrics/operator Kustomization: flux-system/observability-vm-operator HelmRelease: observability/vm-operator

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

     spec:
       chart: victoria-metrics-operator
       sourceRef:
         kind: HelmRepository
         name: victoria-metrics-charts
         namespace: flux-system
-      version: 0.32.3
+      version: 0.33.3
   dependsOn:
   - name: kube-prometheus-stack
     namespace: observability
   install:
     crds: CreateReplace
     remediation:

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jul 3, 2024

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

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

@@ -203,26 +203,12 @@

   - create
   - patch
   - update
   - watch
   - delete
 - apiGroups:
-  - policy
-  resources:
-  - podsecuritypolicies
-  - podsecuritypolicies/finalizers
-  verbs:
-  - get
-  - list
-  - create
-  - patch
-  - update
-  - use
-  - watch
-  - delete
-- apiGroups:
   - storage.k8s.io
   resources:
   - storageclasses
   verbs:
   - list
   - get
--- HelmRelease: observability/vm-operator Deployment: observability/vm-operator

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

@@ -20,34 +20,30 @@

         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.45.0
+        image: victoriametrics/operator:v0.46.3
         imagePullPolicy: IfNotPresent
         env:
         - name: WATCH_NAMESPACE
           value: ''
         - name: POD_NAME
           valueFrom:
             fieldRef:
               fieldPath: metadata.name
         - name: OPERATOR_NAME
           value: victoria-metrics-operator
         - name: VM_USECUSTOMCONFIGRELOADER
           value: 'true'
-        - name: VM_PSPAUTOCREATEENABLED
-          value: 'false'
         - name: VM_ENABLEDPROMETHEUSCONVERTEROWNERREFERENCES
           value: 'true'
         args:
         - --zap-log-level=info
-        - --enable-leader-election
-        command:
-        - manager
+        - --leader-elect
         ports:
         - containerPort: 8080
           name: http
           protocol: TCP
         - containerPort: 9443
           name: webhook

@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jul 3, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.08s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 2.61s
✅ YAML prettier 1 0 0.36s
✅ YAML yamllint 1 0 0.29s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@repo-jeeves repo-jeeves bot force-pushed the renovate/main-victoria-metrics-operator-0.x branch from aaddfa4 to a040675 Compare July 4, 2024 01:58
@repo-jeeves repo-jeeves bot changed the title feat(helm): update chart victoria-metrics-operator ( 0.32.3 → 0.33.1 ) feat(helm): update chart victoria-metrics-operator ( 0.32.3 → 0.33.2 ) Jul 4, 2024
| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| helm       | victoria-metrics-operator | 0.32.3 | 0.33.3 |
@repo-jeeves repo-jeeves bot force-pushed the renovate/main-victoria-metrics-operator-0.x branch from a040675 to e713cf1 Compare July 5, 2024 19:08
@repo-jeeves repo-jeeves bot changed the title feat(helm): update chart victoria-metrics-operator ( 0.32.3 → 0.33.2 ) feat(helm): update chart victoria-metrics-operator ( 0.32.3 → 0.33.3 ) Jul 5, 2024
@szinn szinn merged commit 9282031 into main Jul 7, 2024
13 checks passed
@szinn szinn deleted the renovate/main-victoria-metrics-operator-0.x branch July 7, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/helm Issue relates to a Renovate helm update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant