diff --git a/helm/enrichment/Chart.yaml b/helm/enrichment/Chart.yaml index d2f0f6b..5c4a1d9 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.1.0 +version: 0.2.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 4d09651..7cf374d 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.1.0 +version: 0.2.0 appVersion: "1.16.0" diff --git a/helm/nemesis/Chart.yaml b/helm/nemesis/Chart.yaml index 78b75b8..3aebc37 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.1.0 +version: 0.2.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 3bd1848..fe6f592 100644 --- a/helm/quickstart/Chart.yaml +++ b/helm/quickstart/Chart.yaml @@ -1,9 +1,6 @@ apiVersion: v2 name: quickstart description: Quickstart Helm chart for Nemesis - type: application - -version: 0.1.0 - +version: 0.2.0 appVersion: "0.1.0"