Skip to content

Commit

Permalink
Feature/con 25798 automatic rightsizing hpa (#150)
Browse files Browse the repository at this point in the history
* fixed horizontalpodautoscalers wrote api group

---------

Co-authored-by: Roi Kramer <[email protected]>
  • Loading branch information
IdanShohamNetApp and rkrmr33 authored Aug 1, 2024
1 parent 22f24ab commit ceaccec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ocean-kubernetes-controller
description: A Helm chart for Ocean Kubernetes Controller
type: application
version: 0.1.51
version: 0.1.52
appVersion: 2.0.65
kubeVersion: ">=1.20.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/ocean-kubernetes-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ocean-kubernetes-controller

![Version: 0.1.51](https://img.shields.io/badge/Version-0.1.51-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.65](https://img.shields.io/badge/AppVersion-2.0.65-informational?style=flat-square)
![Version: 0.1.52](https://img.shields.io/badge/Version-0.1.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.65](https://img.shields.io/badge/AppVersion-2.0.65-informational?style=flat-square)

A Helm chart for Ocean Kubernetes Controller.

Expand Down
4 changes: 2 additions & 2 deletions charts/ocean-kubernetes-controller/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ rules:
- apiGroups: ["autoscaling.k8s.io"]
resources: ["verticalpodautoscalers", "verticalpodautoscalers/status"]
verbs: ["get", "list", "watch", "patch", "update", "create", "delete"]
- apiGroups: ["autoscaling.k8s.io"]
resources: ["horizontalpodautoscalers", "horizontalpodautoscalers/status"]
- apiGroups: ["autoscaling"]
resources: ["horizontalpodautoscalers"]
verbs: ["patch", "update"]
{{- end }}
# ---------------------------------------------------------------------------
Expand Down

0 comments on commit ceaccec

Please sign in to comment.