Skip to content

Commit fc9e8fd

Browse files
authored
Merge pull request #52 from JupiterOne/no-card-2.4.19
Update version to 2.4.19
2 parents 3d5e1a1 + 05d8943 commit fc9e8fd

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

charts/graph-kubernetes/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: graph-kubernetes
33
description: Converts K8s resources into a graph model for ingestion into JupiterOne.
44
type: application
5-
version: 2.4.18
6-
appVersion: "2.4.18"
5+
version: 2.4.19
6+
appVersion: "2.4.19"

charts/graph-kubernetes/values.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
image:
55
repository: ghcr.io/jupiterone/graph-kubernetes
66
pullPolicy: IfNotPresent
7-
tag: "2.4.18"
7+
tag: "2.4.19"
88

99
imagePullSecrets: []
1010

1111
cronjob:
1212
schedule: "*/30 * * * *"
1313
backoffLimit: 5
14-
backoffDelay: 300 # 5 minutes in seconds
14+
backoffDelay: 300 # 5 minutes in seconds
1515

1616
secrets:
1717
jupiteroneAccountId:
@@ -33,7 +33,8 @@ settings:
3333
# namespaces:
3434
# - yournamespace
3535

36-
resources: {}
36+
resources:
37+
{}
3738
# We usually recommend not to specify default resources and to leave this as a conscious
3839
# choice for the user. This also increases chances charts run on environments with little
3940
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -119,15 +120,17 @@ serviceAccount:
119120
# Annotations to add to the service account
120121
annotations: {}
121122

122-
securityContext: {}
123+
securityContext:
124+
{}
123125
# capabilities:
124126
# drop:
125127
# - ALL
126128
# readOnlyRootFilesystem: true
127129
# runAsNonRoot: true
128130
# runAsUser: 1000
129131

130-
containerSecurityContext: {}
132+
containerSecurityContext:
133+
{}
131134
# capabilities:
132135
# drop:
133136
# - ALL

0 commit comments

Comments
 (0)