diff --git a/helm/enrichment/Chart.yaml b/helm/enrichment/Chart.yaml index 5c4a1d9..d472097 100644 --- a/helm/enrichment/Chart.yaml +++ b/helm/enrichment/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: nemesis-enrichment description: The enrichment container for Nemesis type: application -version: 0.2.0 +version: 1.0.0 appVersion: "0.1.0a" icon: https://github.com/SpecterOps/Nemesis/raw/main/img/nemesis_white.png diff --git a/helm/monitoring/Chart.yaml b/helm/monitoring/Chart.yaml index 7cf374d..e5e7c80 100644 --- a/helm/monitoring/Chart.yaml +++ b/helm/monitoring/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: monitoring description: A Helm chart for Kubernetes type: application -version: 0.2.0 +version: 1.0.0 appVersion: "1.16.0" diff --git a/helm/nemesis/Chart.yaml b/helm/nemesis/Chart.yaml index 3aebc37..592cf23 100644 --- a/helm/nemesis/Chart.yaml +++ b/helm/nemesis/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nemesis description: Nemesis is an offensive data enrichment pipeline and operator support system. type: application -version: 0.2.0 +version: 1.0.0 appVersion: "0.1.0a" icon: https://github.com/SpecterOps/Nemesis/raw/main/img/nemesis_white.png diff --git a/helm/quickstart/Chart.yaml b/helm/quickstart/Chart.yaml index fe6f592..6790e15 100644 --- a/helm/quickstart/Chart.yaml +++ b/helm/quickstart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: quickstart description: Quickstart Helm chart for Nemesis type: application -version: 0.2.0 +version: 1.0.0 appVersion: "0.1.0"