Skip to content

Commit

Permalink
Merge pull request #37 from JupiterOne/INT-11633
Browse files Browse the repository at this point in the history
INT-11633 - migrate to ghcr
  • Loading branch information
Sivli-Embir authored Oct 10, 2024
2 parents 5106253 + 77c53f8 commit 1939fe9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions charts/graph-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ apiVersion: v2
name: graph-kubernetes
description: Converts K8s resources into a graph model for ingestion into JupiterOne.
type: application
version: 2.4.0
appVersion: "2.4.0"

version: 2.4.1
appVersion: "2.4.1"
3 changes: 1 addition & 2 deletions charts/graph-kubernetes/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ['/kubexit/kubexit', 'yarn']
args: ['execute']
command: ['/kubexit/kubexit', './script/run.sh']
env:
- name: KUBEXIT_NAME
value: graph-kubernetes
Expand Down
4 changes: 2 additions & 2 deletions charts/graph-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
########### General ############
################################
image:
repository: jupiterone/graph-kubernetes
repository: https://ghcr.io/jupiterone/graph-kubernetes
pullPolicy: IfNotPresent
tag: "2.4.0"
tag: "2.4.1"

imagePullSecrets: []

Expand Down

0 comments on commit 1939fe9

Please sign in to comment.