File tree 6 files changed +9
-6
lines changed
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,9 @@ ignore:
20
20
false (default behaivor)
21
21
expires: 2100-01-01T00:00:00.000Z
22
22
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
23
28
patch: {}
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ type: application
14
14
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
- version : 2.11.14
17
+ version : 2.11.15
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
21
- appVersion : 2.11.14
21
+ appVersion : 2.11.15
Original file line number Diff line number Diff line change 38
38
verbs :
39
39
- " get"
40
40
- " list"
41
- - " create"
42
41
{{- end }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pollInterval: 180
24
24
25
25
image :
26
26
name : cloudability/metrics-agent
27
- tag : 2.11.14
27
+ tag : 2.11.15
28
28
pullPolicy : Always
29
29
30
30
imagePullSecrets : []
Original file line number Diff line number Diff line change 48
48
verbs :
49
49
- " get"
50
50
- " list"
51
- - " create"
52
51
---
53
52
apiVersion : rbac.authorization.k8s.io/v1
54
53
kind : ClusterRoleBinding
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// VERSION is the current version of the agent
4
- var VERSION = "2.11.14 "
4
+ var VERSION = "2.11.15 "
You can’t perform that action at this time.
0 commit comments