Skip to content

Commit

Permalink
[stable/insights-agent] Added Fairwinds VPA Admission Controller (#1504)
Browse files Browse the repository at this point in the history
* Added Fairwinds VPA Admission Controller

* Added Fairwinds VPA Admission Controller

* Added Fairwinds VPA Admission Controller

* Added Fairwinds VPA Admission Controller

* Added Fairwinds VPA Admission Controller

* Added Fairwinds VPA Admission Controller

* Added Fairwinds VPA Admission Controller

* Added Fairwinds VPA Admission Controller
  • Loading branch information
jdesouza committed Jun 25, 2024
1 parent 74addbc commit 7a65ce1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stable/insights-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.4.1
* added Fairwinds VPA Admission Controller

## 4.4.0
* added prometheus flag to skip non zero validation

Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to run the Fairwinds Insights agent
name: insights-agent
version: 4.4.0
version: 4.4.1
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand Down
7 changes: 7 additions & 0 deletions stable/insights-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,13 @@ right-sizer:
right-sizer-vpa:
admissionController:
registerWebhook: true
image:
# custom Fairwinds vpa-admission-controller image
repository: quay.io/fairwinds/vpa-admission-controller
tag: master
extraArgs:
right-size-over-provisioned: true
right-size-under-provisioned: false
recommender:
image:
# custom Fairwinds vpa-recommender image
Expand Down

0 comments on commit 7a65ce1

Please sign in to comment.