File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : graph-kubernetes
3
3
description : Converts K8s resources into a graph model for ingestion into JupiterOne.
4
4
type : application
5
- version : 2.4.18
6
- appVersion : " 2.4.18 "
5
+ version : 2.4.19
6
+ appVersion : " 2.4.19 "
Original file line number Diff line number Diff line change 4
4
image :
5
5
repository : ghcr.io/jupiterone/graph-kubernetes
6
6
pullPolicy : IfNotPresent
7
- tag : " 2.4.18 "
7
+ tag : " 2.4.19 "
8
8
9
9
imagePullSecrets : []
10
10
11
11
cronjob :
12
12
schedule : " */30 * * * *"
13
13
backoffLimit : 5
14
- backoffDelay : 300 # 5 minutes in seconds
14
+ backoffDelay : 300 # 5 minutes in seconds
15
15
16
16
secrets :
17
17
jupiteroneAccountId :
@@ -33,7 +33,8 @@ settings:
33
33
# namespaces:
34
34
# - yournamespace
35
35
36
- resources : {}
36
+ resources :
37
+ {}
37
38
# We usually recommend not to specify default resources and to leave this as a conscious
38
39
# choice for the user. This also increases chances charts run on environments with little
39
40
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -119,15 +120,17 @@ serviceAccount:
119
120
# Annotations to add to the service account
120
121
annotations : {}
121
122
122
- securityContext : {}
123
+ securityContext :
124
+ {}
123
125
# capabilities:
124
126
# drop:
125
127
# - ALL
126
128
# readOnlyRootFilesystem: true
127
129
# runAsNonRoot: true
128
130
# runAsUser: 1000
129
131
130
- containerSecurityContext : {}
132
+ containerSecurityContext :
133
+ {}
131
134
# capabilities:
132
135
# drop:
133
136
# - ALL
You can’t perform that action at this time.
0 commit comments