Skip to content

Commit

Permalink
Feat/con 24236 auto update support (#101)
Browse files Browse the repository at this point in the history
* fix auto-updater rbac

* fix version
  • Loading branch information
rkrmr33 authored Mar 13, 2024
1 parent c18109b commit ba05eb4
Show file tree
Hide file tree
Showing 4 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.25-beta
version: 0.1.25
appVersion: 2.0.49
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.25-beta](https://img.shields.io/badge/Version-0.1.25--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.49](https://img.shields.io/badge/AppVersion-2.0.49-informational?style=flat-square)
![Version: 0.1.25](https://img.shields.io/badge/Version-0.1.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.49](https://img.shields.io/badge/AppVersion-2.0.49-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 @@ -12,7 +12,7 @@ rules:
resourceNames: [ {{ include "auto-updater.fullname" . }} ]
verbs: [ "get", "patch" ]
- apiGroups: [ "rbac.authorization.k8s.io" ]
resources: [ "clusterrole" ]
resources: [ "clusterroles" ]
resourceNames: [ {{ include "auto-updater.fullname" . }} ]
verbs: [ "get", "patch", "escalate", "bind" ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rules:
resourceNames: [ {{ include "ocean-kubernetes-controller.fullname" . }} ]
verbs: [ "get", "patch", "escalate", "bind" ]
- apiGroups: [ "rbac.authorization.k8s.io" ]
resources: [ "rolesbindings" ]
resources: [ "rolebindings" ]
resourceNames: [ {{ include "ocean-kubernetes-controller.fullname" . }} ]
verbs: [ "get", "patch" ]

Expand Down

0 comments on commit ba05eb4

Please sign in to comment.