diff --git a/charts/graph-kubernetes/Chart.yaml b/charts/graph-kubernetes/Chart.yaml index d419121..8f1f0ae 100644 --- a/charts/graph-kubernetes/Chart.yaml +++ b/charts/graph-kubernetes/Chart.yaml @@ -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.3 -appVersion: "2.4.3" +version: 2.4.4 +appVersion: "2.4.4" diff --git a/charts/graph-kubernetes/values.yaml b/charts/graph-kubernetes/values.yaml index f94a8df..274b074 100644 --- a/charts/graph-kubernetes/values.yaml +++ b/charts/graph-kubernetes/values.yaml @@ -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"