generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 13
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(deps): update helm release vpa to 1.7.5 #2250
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vpa-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Path:
|
renovate
bot
changed the title
feat(deps): update helm release vpa to 1.6.0
feat(deps): update helm release vpa to 1.6.1
Mar 22, 2023
renovate
bot
force-pushed
the
renovate/vpa-1.x
branch
from
March 22, 2023 08:03
1ee7549
to
7c5bbcb
Compare
Path:
|
Signed-off-by: Danny Froberg <[email protected]>
renovate
bot
changed the title
feat(deps): update helm release vpa to 1.6.1
feat(deps): update helm release vpa to 1.7.5
May 29, 2023
renovate
bot
force-pushed
the
renovate/vpa-1.x
branch
from
May 29, 2023 12:09
7c5bbcb
to
29f27b9
Compare
Path: @@ -4,6 +4,7 @@
automountServiceAccountToken: true
metadata:
name: vpa-recommender
+ namespace: default
labels:
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: vpa
@@ -16,6 +17,7 @@
automountServiceAccountToken: true
metadata:
name: vpa-updater
+ namespace: default
labels:
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: vpa
@@ -254,6 +256,7 @@
kind: Deployment
metadata:
name: vpa-recommender
+ namespace: default
labels:
app.kubernetes.io/component: recommender
app.kubernetes.io/name: vpa
@@ -280,7 +283,7 @@
containers:
- name: vpa
securityContext: {}
- image: "k8s.gcr.io/autoscaling/vpa-recommender:0.11.0"
+ image: "registry.k8s.io/autoscaling/vpa-recommender:0.13.0"
imagePullPolicy: Always
args:
- --pod-recommendation-min-cpu-millicores=15
@@ -318,6 +321,18 @@
cpu: 50m
memory: 500Mi
---
+# 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
+ namespace: default
+---
# Source: vpa/templates/tests/rbac.yaml
apiVersion: v1
kind: ServiceAccount
@@ -327,6 +342,7 @@
"helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation,hook-failed"
"helm.sh/hook-weight": "10"
name: vpa-test
+ namespace: default
---
# Source: vpa/templates/tests/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
@@ -375,6 +391,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
@@ -402,6 +441,7 @@
kind: Pod
metadata:
name: vpa-checkpoint-crd-available
+ namespace: default
labels:
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: vpa
@@ -414,6 +454,14 @@
serviceAccountName: vpa-test
containers:
- name: test
+ securityContext:
+ allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 10324
image: quay.io/reactiveops/ci-images:v11-alpine
command: ['kubectl']
args:
@@ -427,6 +475,7 @@
kind: Pod
metadata:
name: vpa-crd-available
+ namespace: default
labels:
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: vpa
@@ -439,6 +488,14 @@
serviceAccountName: vpa-test
containers:
- name: test
+ securityContext:
+ allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 10324
image: quay.io/reactiveops/ci-images:v11-alpine
command: ['kubectl']
args:
@@ -452,6 +509,7 @@
kind: Pod
metadata:
name: vpa-test-create-vpa
+ namespace: default
labels:
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: vpa
@@ -464,6 +522,14 @@
serviceAccountName: vpa-test
containers:
- name: test
+ securityContext:
+ allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 10324
image: quay.io/reactiveops/ci-images:v11-alpine
command: ['bash']
args:
@@ -496,6 +562,7 @@
kind: Pod
metadata:
name: vpa-metrics-api-available
+ namespace: default
labels:
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: vpa
@@ -508,6 +575,14 @@
serviceAccountName: vpa-test
containers:
- name: test
+ securityContext:
+ allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
+ runAsNonRoot: true
+ runAsUser: 10324
image: quay.io/reactiveops/ci-images:v11-alpine
command: ['kubectl']
args:
@@ -515,3 +590,42 @@
- --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
+ namespace: default
+ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.5.0
->1.7.5
Warning
Some dependencies could not be looked up. 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.