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 vpa to 4.7.2 #833

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

chii-bot[bot]
Copy link
Contributor

@chii-bot chii-bot bot commented Dec 14, 2023

This PR contains the following updates:

Package Update Change
vpa (source) major 1.4.0 -> 4.7.2

⚠ 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: 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, click this checkbox.

This PR has been generated by Renovate Bot.

@chii-bot chii-bot bot requested a review from toboshii as a code owner December 14, 2023 16:19
@chii-bot chii-bot bot added renovate/helm type/major size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Dec 14, 2023
@chii-bot
Copy link
Contributor Author

chii-bot bot commented Dec 14, 2023

Path: cluster/apps/monitoring/vpa/helm-release.yaml
Version: 1.4.0 -> 4.7.2

@@ -1,518 +1 @@
----
-# Source: vpa/templates/recommender-service-account.yaml
-apiVersion: v1
-kind: ServiceAccount
-automountServiceAccountToken: true
-metadata:
- name: vpa-recommender
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/component: recommender
----
-# Source: vpa/templates/updater-service-account.yaml
-apiVersion: v1
-kind: ServiceAccount
-automountServiceAccountToken: true
-metadata:
- name: vpa-updater
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/component: updater
----
-# Source: vpa/templates/clusterroles.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
- name: vpa-metrics-reader
-rules:
- - apiGroups:
- - "metrics.k8s.io"
- resources:
- - pods
- verbs:
- - get
- - list
----
-# Source: vpa/templates/clusterroles.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
- name: vpa-actor
-rules:
- - apiGroups:
- - ""
- resources:
- - pods
- - nodes
- - limitranges
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - ""
- resources:
- - events
- verbs:
- - get
- - list
- - watch
- - create
- - apiGroups:
- - "poc.autoscaling.k8s.io"
- resources:
- - verticalpodautoscalers
- verbs:
- - get
- - list
- - watch
- - patch
- - apiGroups:
- - "autoscaling.k8s.io"
- resources:
- - verticalpodautoscalers
- verbs:
- - get
- - list
- - watch
- - patch
----
-# Source: vpa/templates/clusterroles.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
- name: vpa-checkpoint-actor
-rules:
- - apiGroups:
- - "poc.autoscaling.k8s.io"
- resources:
- - verticalpodautoscalercheckpoints
- verbs:
- - get
- - list
- - watch
- - create
- - patch
- - delete
- - apiGroups:
- - "autoscaling.k8s.io"
- resources:
- - verticalpodautoscalercheckpoints
- verbs:
- - get
- - list
- - watch
- - create
- - patch
- - delete
- - apiGroups:
- - ""
- resources:
- - namespaces
- verbs:
- - get
- - list
----
-# Source: vpa/templates/clusterroles.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
- name: vpa-evictioner
-rules:
- - apiGroups:
- - "apps"
- - "extensions"
- resources:
- - replicasets
- verbs:
- - get
- - apiGroups:
- - ""
- resources:
- - pods/eviction
- verbs:
- - create
----
-# Source: vpa/templates/clusterroles.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
- name: vpa-target-reader
-rules:
- - apiGroups:
- - '*'
- resources:
- - '*/scale'
- verbs:
- - get
- - watch
- - apiGroups:
- - ""
- resources:
- - replicationcontrollers
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - apps
- resources:
- - daemonsets
- - deployments
- - replicasets
- - statefulsets
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - batch
- resources:
- - jobs
- - cronjobs
- verbs:
- - get
- - list
- - watch
----
-# Source: vpa/templates/clusterroles.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
- name: vpa-status-reader
-rules:
- - apiGroups:
- - "coordination.k8s.io"
- resources:
- - leases
- verbs:
- - get
- - list
- - watch
----
-# Source: vpa/templates/clusterrolebindings.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRoleBinding
-metadata:
- name: vpa-metrics-reader
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: vpa-metrics-reader
-subjects:
- - kind: ServiceAccount
- name: vpa-recommender
- namespace: default
----
-# Source: vpa/templates/clusterrolebindings.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRoleBinding
-metadata:
- name: vpa-checkpoint-actor
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: vpa-checkpoint-actor
-subjects:
- - kind: ServiceAccount
- name: vpa-recommender
- namespace: default
----
-# Source: vpa/templates/clusterrolebindings.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRoleBinding
-metadata:
- name: vpa-actor
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: vpa-actor
-subjects:
- - kind: ServiceAccount
- name: vpa-recommender
- namespace: default
----
-# Source: vpa/templates/clusterrolebindings.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRoleBinding
-metadata:
- name: vpa-target-reader-binding
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: vpa-target-reader
-subjects:
- - kind: ServiceAccount
- name: vpa-recommender
- namespace: default
----
-# Source: vpa/templates/recommender-deployment.yaml
-apiVersion: apps/v1
-kind: Deployment
-metadata:
- name: vpa-recommender
- labels:
- app.kubernetes.io/component: recommender
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
-spec:
- replicas: 1
- selector:
- matchLabels:
- app.kubernetes.io/component: recommender
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- template:
- metadata:
- labels:
- app.kubernetes.io/component: recommender
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- spec:
- serviceAccountName: vpa-recommender
- securityContext:
- runAsNonRoot: true
- runAsUser: 65534
- containers:
- - name: vpa
- securityContext: {}
- image: "k8s.gcr.io/autoscaling/vpa-recommender:0.10.0"
- imagePullPolicy: Always
- args:
- - --pod-recommendation-min-cpu-millicores=15
- - --pod-recommendation-min-memory-mb=100
- - --prometheus-address=http://thanos-query.monitoring.svc.cluster.local:9090
- - --storage=prometheus
- - --v=4
- livenessProbe:
- failureThreshold: 6
- httpGet:
- path: /health-check
- port: metrics
- scheme: HTTP
- periodSeconds: 5
- successThreshold: 1
- timeoutSeconds: 3
- readinessProbe:
- failureThreshold: 120
- httpGet:
- path: /health-check
- port: metrics
- scheme: HTTP
- periodSeconds: 5
- successThreshold: 1
- timeoutSeconds: 3
- ports:
- - name: metrics
- containerPort: 8942
- protocol: TCP
- resources:
- limits:
- cpu: 200m
- memory: 1000Mi
- requests:
- cpu: 50m
- memory: 500Mi
----
-# Source: vpa/templates/tests/rbac.yaml
-apiVersion: v1
-kind: ServiceAccount
-metadata:
- annotations:
- "helm.sh/hook": "test"
- "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation,hook-failed"
- "helm.sh/hook-weight": "10"
- name: vpa-test
----
-# Source: vpa/templates/tests/rbac.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRole
-metadata:
- name: vpa-test
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- annotations:
- "helm.sh/hook": "test"
- "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation,hook-failed"
- "helm.sh/hook-weight": "20"
-rules:
- - apiGroups:
- - "metrics.k8s.io"
- resources:
- - "nodes"
- verbs:
- - list
- - apiGroups:
- - "apiextensions.k8s.io"
- resources:
- - customresourcedefinitions
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - "autoscaling.k8s.io"
- resources:
- - verticalpodautoscalers
- verbs:
- - get
- - list
- - watch
- - create
- - delete
- - apiGroups:
- - "autoscaling.k8s.io"
- resources:
- - verticalpodautoscalercheckpoints
- verbs:
- - get
- - list
- - watch
----
-# Source: vpa/templates/tests/rbac.yaml
-apiVersion: rbac.authorization.k8s.io/v1
-kind: ClusterRoleBinding
-metadata:
- name: vpa-test
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- annotations:
- "helm.sh/hook": "test"
- "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation,hook-failed"
- "helm.sh/hook-weight": "30"
-roleRef:
- apiGroup: rbac.authorization.k8s.io
- kind: ClusterRole
- name: vpa-test
-subjects:
- - kind: ServiceAccount
- name: vpa-test
- namespace: default
----
-# Source: vpa/templates/tests/crd-available.yaml
-apiVersion: v1
-kind: Pod
-metadata:
- name: vpa-checkpoint-crd-available
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- annotations:
- "helm.sh/hook": test
- "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation"
- "helm.sh/hook-weight": "50"
-spec:
- serviceAccountName: vpa-test
- containers:
- - name: test
- image: quay.io/reactiveops/ci-images:v11-alpine
- command: ['kubectl']
- args:
- - get
- - crd
- - verticalpodautoscalercheckpoints.autoscaling.k8s.io
- restartPolicy: Never
----
-# Source: vpa/templates/tests/crd-available.yaml
-apiVersion: v1
-kind: Pod
-metadata:
- name: vpa-crd-available
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- annotations:
- "helm.sh/hook": test
- "helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation"
- "helm.sh/hook-weight": "50"
-spec:
- serviceAccountName: vpa-test
- containers:
- - name: test
- image: quay.io/reactiveops/ci-images:v11-alpine
- command: ['kubectl']
- args:
- - get
- - crd
- - verticalpodautoscalers.autoscaling.k8s.io
- restartPolicy: Never
----
-# Source: vpa/templates/tests/create-vpa.yaml
-apiVersion: v1
-kind: Pod
-metadata:
- name: vpa-test-create-vpa
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- annotations:
- "helm.sh/hook": test
- "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
- "helm.sh/hook-weight": "100"
-spec:
- serviceAccountName: vpa-test
- containers:
- - name: test
- image: quay.io/reactiveops/ci-images:v11-alpine
- command: ['bash']
- args:
- - -c
- - |
- #!/bin/bash
 
- set -e
- set -x
- cat <<EOF | kubectl -n default apply -f -
- apiVersion: autoscaling.k8s.io/v1
- kind: VerticalPodAutoscaler
- metadata:
- name: test-vpa
- spec:
- targetRef:
- apiVersion: "apps/v1"
- kind: Deployment
- name: my-app
- updatePolicy:
- updateMode: "Off"
- EOF
-
- kubectl -n default describe vpa test-vpa
- kubectl -n default delete vpa test-vpa
- restartPolicy: Never
----
-# Source: vpa/templates/tests/metrics.yaml
-apiVersion: v1
-kind: Pod
-metadata:
- name: vpa-metrics-api-available
- labels:
- app.kubernetes.io/name: vpa
- app.kubernetes.io/instance: vpa
- app.kubernetes.io/managed-by: Helm
- annotations:
- "helm.sh/hook": test
- "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
- "helm.sh/hook-weight": "70"
-spec:
- serviceAccountName: vpa-test
- containers:
- - name: test
- image: quay.io/reactiveops/ci-images:v11-alpine
- command: ['kubectl']
- args:
- - get
- - --raw
- - "/apis/metrics.k8s.io/v1beta1/nodes"
- restartPolicy: Never

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@chii-bot
Copy link
Contributor Author

chii-bot bot commented Dec 14, 2023

MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 2 0.98s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.2s
✅ YAML prettier 1 0 0.52s
✅ YAML yamllint 1 0 0.14s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.0.0 feat(helm)!: Update chart vpa to 4.0.1 Dec 18, 2023
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from 33a31ea to e686903 Compare December 18, 2023 20:18
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.0.1 feat(helm)!: Update chart vpa to 4.1.0 Jan 16, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from e686903 to 41f2c1f Compare January 16, 2024 17:15
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.1.0 feat(helm)!: Update chart vpa to 4.4.1 Jan 17, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from 41f2c1f to 35edab9 Compare January 17, 2024 16:22
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.4.1 feat(helm)!: Update chart vpa to 4.4.2 Feb 20, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from 35edab9 to 9e7b2f8 Compare February 20, 2024 16:20
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.4.2 feat(helm)!: Update chart vpa to 4.4.3 Mar 12, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from 9e7b2f8 to a06629d Compare March 12, 2024 22:17
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.4.3 feat(helm)!: Update chart vpa to 4.4.4 Mar 13, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from a06629d to 4d8eb41 Compare March 13, 2024 18:20
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.4.4 feat(helm)!: Update chart vpa to 4.4.5 Mar 13, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from 4d8eb41 to 1cdef78 Compare March 13, 2024 19:16
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.4.5 feat(helm)!: Update chart vpa to 4.4.6 Apr 17, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from 1cdef78 to e2fdbdd Compare April 17, 2024 16:22
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.4.6 feat(helm)!: Update chart vpa to 4.5.0 Jun 14, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from e2fdbdd to f5e0bb1 Compare June 14, 2024 16:21
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.5.0 feat(helm)!: Update chart vpa to 4.6.0 Sep 20, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from f5e0bb1 to f42296e Compare September 20, 2024 22:22
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.6.0 feat(helm)!: Update chart vpa to 4.7.0 Oct 30, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from f42296e to 1f2425d Compare October 30, 2024 14:21
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.7.0 feat(helm)!: Update chart vpa to 4.7.1 Nov 5, 2024
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from 1f2425d to d34a218 Compare November 5, 2024 23:21
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | vpa     | 1.4.0 | 4.7.2 |
@chii-bot chii-bot bot changed the title feat(helm)!: Update chart vpa to 4.7.1 feat(helm)!: Update chart vpa to 4.7.2 Feb 20, 2025
@chii-bot chii-bot bot force-pushed the renovate/vpa-4.x branch from d34a218 to 1c8a540 Compare February 20, 2025 15:24
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

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/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants