diff --git a/charts/graph-kubernetes/Chart.yaml b/charts/graph-kubernetes/Chart.yaml index 18aad1e..542a5a8 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.1.1 -appVersion: "2.1.1" +version: 2.2.0 +appVersion: "2.2.0" diff --git a/charts/graph-kubernetes/values.yaml b/charts/graph-kubernetes/values.yaml index 638489c..d204d3e 100644 --- a/charts/graph-kubernetes/values.yaml +++ b/charts/graph-kubernetes/values.yaml @@ -4,7 +4,7 @@ image: repository: jupiterone/graph-kubernetes pullPolicy: IfNotPresent - tag: "2.1.1" + tag: "2.2.0" imagePullSecrets: []