feat(helm): update chart goldilocks ( 10.3.0 ➔ 10.4.1 )#331
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update chart goldilocks ( 10.3.0 ➔ 10.4.1 )#331renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
--- kubernetes/apps/observability/goldilocks/app Kustomization: observability/goldilocks HelmRelease: observability/goldilocks
+++ kubernetes/apps/observability/goldilocks/app Kustomization: observability/goldilocks HelmRelease: observability/goldilocks
@@ -12,13 +12,13 @@
spec:
chart: goldilocks
interval: 15m
sourceRef:
kind: HelmRepository
name: fairwinds-stable
- version: 10.3.0
+ version: 10.4.1
install:
crds: CreateReplace
strategy:
name: RetryOnFailure
interval: 1h
rollback: |
Contributor
--- HelmRelease: observability/goldilocks ServiceAccount: observability/goldilocks-vpa-recommender
+++ HelmRelease: observability/goldilocks ServiceAccount: observability/goldilocks-vpa-recommender
@@ -1,12 +1,13 @@
---
apiVersion: v1
kind: ServiceAccount
automountServiceAccountToken: true
metadata:
name: goldilocks-vpa-recommender
+ namespace: observability
labels:
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: goldilocks
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/component: recommender
--- HelmRelease: observability/goldilocks Deployment: observability/goldilocks-vpa-recommender
+++ HelmRelease: observability/goldilocks Deployment: observability/goldilocks-vpa-recommender
@@ -1,11 +1,12 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: goldilocks-vpa-recommender
+ namespace: observability
labels:
app.kubernetes.io/component: recommender
app.kubernetes.io/name: vpa
app.kubernetes.io/instance: goldilocks
app.kubernetes.io/managed-by: Helm
spec:
@@ -34,13 +35,13 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
- image: registry.k8s.io/autoscaling/vpa-recommender:1.4.1
+ image: registry.k8s.io/autoscaling/vpa-recommender:1.6.0
imagePullPolicy: Always
args:
- --pod-recommendation-min-cpu-millicores=15
- --pod-recommendation-min-memory-mb=100
- --v=4
livenessProbe:
--- HelmRelease: observability/goldilocks ClusterRole: observability/vpa-updater-in-place
+++ HelmRelease: observability/goldilocks ClusterRole: observability/vpa-updater-in-place
@@ -0,0 +1,14 @@
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: vpa-updater-in-place
+rules:
+- apiGroups:
+ - ''
+ resources:
+ - pods/resize
+ - pods
+ verbs:
+ - patch
+ |
b6cbbe8 to
80ecf20
Compare
ddd9a0f to
b116960
Compare
eb6d266 to
be93e6e
Compare
be93e6e to
3f4e367
Compare
3f4e367 to
0cf1a94
Compare
This file contains hidden or 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
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:
10.3.0→10.4.1Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.