diff --git a/charts/admission-controller/Chart.yaml b/charts/admission-controller/Chart.yaml index 9dd629149..b899ba584 100644 --- a/charts/admission-controller/Chart.yaml +++ b/charts/admission-controller/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admission-controller description: Sysdig Admission Controller using Sysdig Secure inline image scanner type: application -version: 0.14.15 +version: 0.14.16 appVersion: 3.9.35 home: https://sysdiglabs.github.io/admission-controller/ icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4 diff --git a/charts/admission-controller/README.md b/charts/admission-controller/README.md index ca36ef6ee..7004007f3 100644 --- a/charts/admission-controller/README.md +++ b/charts/admission-controller/README.md @@ -68,7 +68,7 @@ For example: ```bash helm upgrade --install admission-controller sysdig/admission-controller \ - --create-namespace -n sysdig-admission-controller --version=0.14.15 \ + --create-namespace -n sysdig-admission-controller --version=0.14.16 \ --set sysdig.secureAPIToken=YOUR-KEY-HERE,clusterName=YOUR-CLUSTER-NAME ``` @@ -80,7 +80,7 @@ For example: ```bash helm upgrade --install admission-controller sysdig/admission-controller \ - --create-namespace -n sysdig-admission-controller --version=0.14.15 \ + --create-namespace -n sysdig-admission-controller --version=0.14.16 \ --values values.yaml ``` diff --git a/charts/admission-controller/doc.yaml b/charts/admission-controller/doc.yaml index d26e489d3..04975bde3 100644 --- a/charts/admission-controller/doc.yaml +++ b/charts/admission-controller/doc.yaml @@ -13,7 +13,7 @@ chart: # values: "-- generate from values file --" valuesExample: "sysdig.secureAPIToken=YOUR-KEY-HERE,clusterName=YOUR-CLUSTER-NAME" prerequisites: - - "Helm 3" + - "Helm 3.6" - "Kubernetes v1.16+" - "Cluster Name (pick one to identify your Kubernetes Cluster)" - "Sysdig Secure API Token" diff --git a/charts/cloud-connector/Chart.yaml b/charts/cloud-connector/Chart.yaml index 31a948a8c..f49be7433 100644 --- a/charts/cloud-connector/Chart.yaml +++ b/charts/cloud-connector/Chart.yaml @@ -3,7 +3,7 @@ name: cloud-connector description: Sysdig Cloud Connector type: application -version: 0.8.7 +version: 0.8.8 appVersion: 0.16.48 home: https://sysdiglabs.github.io/cloud-connector diff --git a/charts/cloud-connector/README.md b/charts/cloud-connector/README.md index f96bb8d7d..721492436 100644 --- a/charts/cloud-connector/README.md +++ b/charts/cloud-connector/README.md @@ -25,7 +25,7 @@ Use [Cloud Connector](https://docs.sysdig.com/en/docs/installation/sysdig-secure ### Prerequisites -- Helm v3 +- Helm v3.6 - Sysdig Secure API Token ### Installation @@ -36,7 +36,7 @@ To install the chart: helm repo add sysdig https://charts.sysdig.com helm repo update helm upgrade --install cloud-connector sysdig/cloud-connector \ - --create-namespace -n cloud-connector --version=0.8.7 \ + --create-namespace -n cloud-connector --version=0.8.8 \ --set sysdig.secureAPIToken= ``` @@ -60,7 +60,7 @@ For example: ```bash helm upgrade --install cloud-connector sysdig/cloud-connector \ - --create-namespace -n cloud-connector --version=0.8.7 \ + --create-namespace -n cloud-connector --version=0.8.8 \ --set sysdig.secureAPIToken= ``` @@ -72,7 +72,7 @@ For example: ```bash helm upgrade --install cloud-connector sysdig/cloud-connector \ - --create-namespace -n cloud-connector --version=0.8.7 \ + --create-namespace -n cloud-connector --version=0.8.8 \ --values values.yaml ``` diff --git a/charts/cloud-connector/doc.yaml b/charts/cloud-connector/doc.yaml index 24d90ff4a..d57c93730 100644 --- a/charts/cloud-connector/doc.yaml +++ b/charts/cloud-connector/doc.yaml @@ -14,7 +14,7 @@ chart: # values: "-- generate from values file --" valuesExample: "sysdig.secureAPIToken=" prerequisites: -- "Helm v3" +- "Helm v3.6" - "Sysdig Secure API Token" release: diff --git a/charts/cluster-scanner/Chart.yaml b/charts/cluster-scanner/Chart.yaml index 607bf5059..4643cafc4 100644 --- a/charts/cluster-scanner/Chart.yaml +++ b/charts/cluster-scanner/Chart.yaml @@ -3,7 +3,7 @@ name: cluster-scanner description: Sysdig Cluster Scanner type: application -version: 0.8.6 +version: 0.8.7 appVersion: "0.1.0" home: https://www.sysdig.com/ diff --git a/charts/cluster-scanner/README.md b/charts/cluster-scanner/README.md index db45b8446..906ce146c 100644 --- a/charts/cluster-scanner/README.md +++ b/charts/cluster-scanner/README.md @@ -25,7 +25,7 @@ $ pre-commit run -a $ helm repo add sysdig https://charts.sysdig.com $ helm repo update $ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \ - --create-namespace -n sysdig --version=0.8.6 \ + --create-namespace -n sysdig --version=0.8.7 \ --set global.clusterConfig.name=CLUSTER_NAME \ --set global.sysdig.region=SYSDIG_REGION \ --set global.sysdig.accessKey=YOUR-KEY-HERE @@ -45,7 +45,7 @@ This chart deploys the Sysdig Cluster Scanner as a Deployment on a [Kubernetes]( ### Prerequisites -- Helm 3 +- Helm 3.6 - Sysdig AccessKey @@ -55,7 +55,7 @@ To install the chart with the release name `cluster-scanner`, run: ```console $ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \ - --create-namespace -n sysdig --version=0.8.6 \ + --create-namespace -n sysdig --version=0.8.7 \ --set global.clusterConfig.name=CLUSTER_NAME \ --set global.sysdig.region=SYSDIG_REGION \ --set global.sysdig.accessKey=YOUR-KEY-HERE @@ -162,7 +162,7 @@ Specify each parameter using the **`--set key=value[,key=value]`** argument to ` ```console $ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \ - --create-namespace -n sysdig --version=0.8.6 \ + --create-namespace -n sysdig --version=0.8.7 \ --set global.sysdig.region="us1" ``` @@ -171,7 +171,7 @@ installing the chart. For example: ```console $ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \ - --create-namespace -n sysdig --version=0.8.6 \ + --create-namespace -n sysdig --version=0.8.7 \ --values values.yaml ``` diff --git a/charts/cluster-scanner/doc.yaml b/charts/cluster-scanner/doc.yaml index 9312b5b49..fb646f993 100644 --- a/charts/cluster-scanner/doc.yaml +++ b/charts/cluster-scanner/doc.yaml @@ -10,7 +10,7 @@ repository: chart: name: admission-controller prerequisites: - - "Helm 3" + - "Helm 3.6" - "Sysdig AccessKey" release: diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index 712147781..0da670392 100644 --- a/charts/registry-scanner/Chart.yaml +++ b/charts/registry-scanner/Chart.yaml @@ -4,7 +4,7 @@ description: Sysdig Registry Scanner type: application home: https://www.sysdig.com/ icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4 -version: 1.1.24 +version: 1.1.25 appVersion: 0.2.60 maintainers: - name: sysdiglabs diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index 2b559f482..bcd194828 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -41,7 +41,7 @@ Once installed, you can view the scan results in the [Vulnerabilities UI](https: ### Prerequisites -- Helm 3 +- Helm 3.6 - Kubernetes v1.16+ - Unique name to identify your Kubernetes cluster - Sysdig Secure API Token @@ -129,7 +129,7 @@ Use the following command to deploy: helm upgrade --install registry-scanner \ --namespace sysdig-agent \ --create-namespace \ - --version=1.1.24 \ + --version=1.1.25 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \ diff --git a/charts/registry-scanner/doc.yaml b/charts/registry-scanner/doc.yaml index f3e1b6ce5..4c78182fa 100644 --- a/charts/registry-scanner/doc.yaml +++ b/charts/registry-scanner/doc.yaml @@ -13,7 +13,7 @@ chart: # values: "-- generate from values file --" valuesExample: "config.secureAPIToken=YOUR-KEY-HERE,config.secureBaseURL=SECURE_URL" prerequisites: - - "Helm 3" + - "Helm 3.6" - "Kubernetes v1.16+" - "Unique name to identify your Kubernetes cluster" - "Sysdig Secure API Token" diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 0869ab3f4..f23c234f7 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.34.6 +version: 1.34.7 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com diff --git a/charts/sysdig-deploy/README.md b/charts/sysdig-deploy/README.md index d081c9832..bf49e38e7 100644 --- a/charts/sysdig-deploy/README.md +++ b/charts/sysdig-deploy/README.md @@ -2,6 +2,10 @@ Use the `sysdig-deploy` Helm chart to install Sysdig Secure and Sysdig Monitor in a Kubernetes environment. +## Prerequisites + +Helm v3.6 or above + ## Overview This chart deploys the following Sysdig components into your Kubernetes cluster: