From fcde33f58d71a68f0081d811392933c00f7313fb Mon Sep 17 00:00:00 2001 From: Sivli Embir Date: Thu, 17 Oct 2024 14:50:19 -0700 Subject: [PATCH 1/2] Revert "INT-11633 - restore image repo protocol" --- charts/graph-kubernetes/Chart.yaml | 4 ++-- charts/graph-kubernetes/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/graph-kubernetes/Chart.yaml b/charts/graph-kubernetes/Chart.yaml index d419121..b8551cf 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.2 +appVersion: "2.4.2" 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" From 47e4f81ec15aa366eae6b420a72c3103eee46f62 Mon Sep 17 00:00:00 2001 From: Sivli Embir Date: Thu, 17 Oct 2024 14:50:41 -0700 Subject: [PATCH 2/2] Update Chart.yaml --- charts/graph-kubernetes/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/graph-kubernetes/Chart.yaml b/charts/graph-kubernetes/Chart.yaml index b8551cf..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.2 -appVersion: "2.4.2" +version: 2.4.4 +appVersion: "2.4.4"