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: update helm chart vpa to 1.7.1 #3712

Merged
merged 1 commit into from
Apr 4, 2023
Merged

fix: update helm chart vpa to 1.7.1 #3712

merged 1 commit into from
Apr 4, 2023

Conversation

bloopy-boi[bot]
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Apr 4, 2023

This PR contains the following updates:

Package Update Change
vpa patch 1.7.0 -> 1.7.1

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner April 4, 2023 17:16
@bloopy-boi bloopy-boi bot added renovate/helm type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Apr 4, 2023
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Apr 4, 2023

Path: cluster/apps/monitoring/vertical-pod-autoscaler/helm-release.yaml
Version: 1.7.0 -> 1.7.1

@@ -319,6 +319,17 @@
 cpu: 15m
 memory: 145M
 ---
+# Source: vpa/templates/admission-controller-cleanup.yaml
+apiVersion: v1
+kind: ServiceAccount
+automountServiceAccountToken: true
+metadata:
+ annotations:
+ "helm.sh/hook": "post-delete"
+ "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation,hook-failed"
+ "helm.sh/hook-weight": "-100"
+ name: vpa-cleanup
+---
 # Source: vpa/templates/tests/rbac.yaml
 apiVersion: v1
 kind: ServiceAccount
@@ -376,6 +387,29 @@
 - list
 - watch
 ---
+# Source: vpa/templates/admission-controller-cleanup.yaml
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+ name: vpa-cleanup
+ labels:
+ app.kubernetes.io/name: vpa
+ app.kubernetes.io/instance: vpa
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: cleanup
+ annotations:
+ "helm.sh/hook": "post-delete"
+ "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation,hook-failed"
+ "helm.sh/hook-weight": "-90"
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: ClusterRole
+ name: cluster-admin
+subjects:
+ - kind: ServiceAccount
+ name: vpa-cleanup
+ namespace: default
+---
 # Source: vpa/templates/tests/rbac.yaml
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRoleBinding
@@ -516,3 +550,41 @@
 - --raw
 - "/apis/metrics.k8s.io/v1beta1/nodes"
 restartPolicy: Never
+---
+# Source: vpa/templates/admission-controller-cleanup.yaml
+apiVersion: batch/v1
+kind: Job
+metadata:
+ name: vpa-cleanup
+ labels:
+ app.kubernetes.io/name: vpa
+ app.kubernetes.io/instance: vpa
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: cleanup
+ annotations:
+ "helm.sh/hook": "post-delete"
+ "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation"
+ "helm.sh/hook-weight": "-70"
+spec:
+ template:
+ metadata:
+ name: vpa-cleanup
+ labels:
+ app.kubernetes.io/name: vpa
+ app.kubernetes.io/instance: vpa
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/component: cleanup
+ spec:
+ restartPolicy: Never
+ serviceAccountName: vpa-cleanup
+ containers:
+ - name: cleanup
+ image: quay.io/reactiveops/ci-images:v11-alpine
+ command: ["bash"]
+ args:
+ - -c
+ - |
+ # From https://github.com/kubernetes/autoscaler/blob/vertical-pod-autoscaler-0.8.0/vertical-pod-autoscaler/pkg/admission-controller/delete-webhook.sh
+ echo "Unregistering VPA admission controller webhook"
+ kubectl delete -n default mutatingwebhookconfiguration.v1beta1.admissionregistration.k8s.io vpa-webhook-config || true
+ kubectl delete -n default secret vpa-tls-certs || true

@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Apr 4, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.58s
✅ YAML prettier 1 0 0 0.6s
✅ YAML yamllint 1 0 0.28s

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

@bloopy-boi bloopy-boi bot merged commit a242fea into main Apr 4, 2023
@bloopy-boi bloopy-boi bot deleted the renovate/vpa-1.7.x branch April 4, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants