Skip to content

Commit

Permalink
Feat: upgrade version to v1.4.0-rc.0; update clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
ethfoo committed Jan 4, 2023
1 parent 809d856 commit 9e153b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Expand Up @@ -4,8 +4,8 @@ name: loggie
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: v1.3.0
version: v1.4.0-rc.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v1.3.0
appVersion: v1.4.0-rc.0
8 changes: 8 additions & 0 deletions helm-chart/templates/loggie-rbac.yaml
Expand Up @@ -8,6 +8,7 @@ rules:
- ""
resources:
- pods
- pods/log
- nodes
verbs:
- get
Expand Down Expand Up @@ -57,6 +58,13 @@ rules:
- get
- list
- update
- apiGroups:
- metrics.k8s.io
resources:
- pods
verbs:
- get
- list

---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/values.yaml
@@ -1,4 +1,4 @@
image: loggieio/loggie:v1.3.0
image: loggieio/loggie:v1.4.0-rc.0

resources:
limits:
Expand Down

0 comments on commit 9e153b2

Please sign in to comment.