Skip to content

Commit

Permalink
INT-11633 - fix cronjob shell start
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivli-Embir committed Oct 16, 2024
1 parent 77c53f8 commit 33c01ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/graph-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: graph-kubernetes
description: Converts K8s resources into a graph model for ingestion into JupiterOne.
type: application
version: 2.4.1
appVersion: "2.4.1"
version: 2.4.2
appVersion: "2.4.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 @@ -134,7 +134,7 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ['/kubexit/kubexit', './script/run.sh']
command: ['/kubexit/kubexit', 'bash', './scripts/run.sh']
env:
- name: KUBEXIT_NAME
value: graph-kubernetes
Expand Down
2 changes: 1 addition & 1 deletion charts/graph-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
########### General ############
################################
image:
repository: https://ghcr.io/jupiterone/graph-kubernetes
repository: ghcr.io/jupiterone/graph-kubernetes
pullPolicy: IfNotPresent
tag: "2.4.1"

Expand Down

0 comments on commit 33c01ec

Please sign in to comment.