Skip to content

Commit

Permalink
Feat/improved logs verbosity (#119)
Browse files Browse the repository at this point in the history
* add create permission for resource qouta (auto-updater)

---------

Co-authored-by: tshafir <[email protected]>
  • Loading branch information
rkrmr33 and TalShafir authored Apr 18, 2024
1 parent 4cc9a3d commit 70c3bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.33
version: 0.1.34
appVersion: 2.0.53
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.33](https://img.shields.io/badge/Version-0.1.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.53](https://img.shields.io/badge/AppVersion-2.0.53-informational?style=flat-square)
![Version: 0.1.34](https://img.shields.io/badge/Version-0.1.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.53](https://img.shields.io/badge/AppVersion-2.0.53-informational?style=flat-square)

A Helm chart for Ocean Kubernetes Controller.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
- apiGroups: [ "" ]
resources: [ "resourcequotas" ]
resourceNames: [ {{ include "ocean-kubernetes-controller.fullname" . }} ]
verbs: [ "get", "patch" ]
verbs: [ "get", "patch", "create" ]
{{- end }}

# Metrics Server requires
Expand Down

0 comments on commit 70c3bb1

Please sign in to comment.