Skip to content

Commit 8b117f3

Browse files
authored
Merge pull request #232 from cloudability/removeCreateFromRBAC
Remove create permissions from helm chart and sample template
2 parents 1b73e9c + a397a24 commit 8b117f3

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

.snyk

+5
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ ignore:
2020
false (default behaivor)
2121
expires: 2100-01-01T00:00:00.000Z
2222
created: 2023-08-07T19:22:08.171Z
23+
SNYK-GOLANG-GITHUBCOMCYPHARFILEPATHSECUREJOIN-5889602:
24+
- '*':
25+
reason: Vulnerability is only exploitable on windows OS
26+
expires: 2100-01-01T00:00:00.000Z
27+
created: 2023-09-13T19:06:05.786Z
2328
patch: {}

charts/metrics-agent/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 2.11.14
17+
version: 2.11.15
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 2.11.14
21+
appVersion: 2.11.15

charts/metrics-agent/templates/clusterrole.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ rules:
3838
verbs:
3939
- "get"
4040
- "list"
41-
- "create"
4241
{{- end }}

charts/metrics-agent/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pollInterval: 180
2424

2525
image:
2626
name: cloudability/metrics-agent
27-
tag: 2.11.14
27+
tag: 2.11.15
2828
pullPolicy: Always
2929

3030
imagePullSecrets: []

deploy/kubernetes/cloudability-metrics-agent.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ rules:
4848
verbs:
4949
- "get"
5050
- "list"
51-
- "create"
5251
---
5352
apiVersion: rbac.authorization.k8s.io/v1
5453
kind: ClusterRoleBinding

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

33
// VERSION is the current version of the agent
4-
var VERSION = "2.11.14"
4+
var VERSION = "2.11.15"

0 commit comments

Comments
 (0)