Skip to content

Commit

Permalink
Merge pull request #5 from JupiterOne/maintained-kubexit-arm64
Browse files Browse the repository at this point in the history
Migrate maintained kubexit with an ARM64 image
  • Loading branch information
Kenan Warren authored Sep 29, 2021
2 parents 742634b + ad5b0e3 commit 0306bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/graph-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: graph-kubernetes
description:
Converts K8s resources into a graph model for ingestion into JupiterOne.
type: application
version: 0.2.2
version: 0.2.3
appVersion: '0.3.2'
2 changes: 1 addition & 1 deletion charts/graph-kubernetes/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
{{ end }}
initContainers:
- name: kubexit
image: karlkfi/kubexit:0.3.2
image: cortexlabs/kubexit:0.40.0
command: ['cp']
args: ['/bin/kubexit', '/kubexit/kubexit']
volumeMounts:
Expand Down

0 comments on commit 0306bed

Please sign in to comment.