Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: admission-controller
description: Sysdig Admission Controller using Sysdig Secure inline image scanner
type: application
version: 0.14.24
version: 0.15.0
appVersion: 3.9.37
home: https://sysdiglabs.github.io/admission-controller/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
Expand All @@ -11,4 +11,4 @@ maintainers:
dependencies:
- name: common
repository: file://../common
version: ~1.2.2
version: ~1.3.0
4 changes: 2 additions & 2 deletions charts/admission-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For example:

```bash
helm upgrade --install admission-controller sysdig/admission-controller \
--create-namespace -n sysdig-admission-controller --version=0.14.24 \
--create-namespace -n sysdig-admission-controller --version=0.15.0 \
--set sysdig.secureAPIToken=YOUR-KEY-HERE,clusterName=YOUR-CLUSTER-NAME
```

Expand All @@ -80,7 +80,7 @@ For example:

```bash
helm upgrade --install admission-controller sysdig/admission-controller \
--create-namespace -n sysdig-admission-controller --version=0.14.24 \
--create-namespace -n sysdig-admission-controller --version=0.15.0 \
--values values.yaml

```
Expand Down
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 12.20.0
dependencies:
- name: common
repository: file://../common
version: ~1.2.2
version: ~1.3.0
description: Sysdig Monitor and Secure agent
home: https://www.sysdig.com/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
Expand All @@ -30,4 +30,4 @@ sources:
- https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig
type: application
version: 1.19.5
version: 1.20.0
12 changes: 12 additions & 0 deletions charts/agent/tests/api_endpoint_region_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@ tests:
path: data['dragent.yaml']
pattern: .*ingest\.au1\.sysdig\.com.*

- it: Checking region 'me2'
set:
global:
sysdig:
region: me2
asserts:
- isKind:
of: ConfigMap
- matchRegex:
path: data['dragent.yaml']
pattern: .*ingest\.me2\.sysdig\.com.*

- it: Checking region 'au-syd-monitor'
set:
global:
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cluster-scanner
description: Sysdig Cluster Scanner

type: application
version: 0.8.9
version: 0.9.0
appVersion: "0.1.0"
home: https://www.sysdig.com/

Expand All @@ -13,4 +13,4 @@ dependencies:
- name: common
# repository: https://charts.sysdig.com
repository: file://../common
version: ~1.2.2
version: ~1.3.0
8 changes: 4 additions & 4 deletions charts/cluster-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9 \
--create-namespace -n sysdig --version=0.9.0 \
--set global.clusterConfig.name=CLUSTER_NAME \
--set global.sysdig.region=SYSDIG_REGION \
--set global.sysdig.accessKey=YOUR-KEY-HERE
Expand Down Expand Up @@ -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.9 \
--create-namespace -n sysdig --version=0.9.0 \
--set global.clusterConfig.name=CLUSTER_NAME \
--set global.sysdig.region=SYSDIG_REGION \
--set global.sysdig.accessKey=YOUR-KEY-HERE
Expand Down Expand Up @@ -163,7 +163,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.9 \
--create-namespace -n sysdig --version=0.9.0 \
--set global.sysdig.region="us1"
```

Expand All @@ -172,7 +172,7 @@ installing the chart. For example:

```console
$ helm upgrade --install sysdig-cluster-scanner sysdig/cluster-scanner \
--create-namespace -n sysdig --version=0.8.9 \
--create-namespace -n sysdig --version=0.9.0 \
--values values.yaml
```

Expand Down
9 changes: 9 additions & 0 deletions charts/cluster-scanner/tests/notes_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ tests:
- matchRegexRaw:
pattern: https://app.au1.sysdig.com

- it: Checking region 'me2'
set:
global:
sysdig:
region: me2
asserts:
- matchRegexRaw:
pattern: https://app.me2.sysdig.com

- it: Checking region 'au-syd-monitor'
set:
global:
Expand Down
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: library
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.2
version: 1.3.0

maintainers:
- name: AlbertoBarba
Expand Down
4 changes: 4 additions & 0 deletions charts/common/templates/_regions.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"monitorApiEndpoint" "eu1.app.sysdig.com"
"secureApiEndpoint" "eu1.app.sysdig.com"
"secureUi" "eu1.app.sysdig.com/secure")
"me2" (dict "collectorEndpoint" "ingest.me2.sysdig.com"
"monitorApiEndpoint" "app.me2.sysdig.com"
"secureApiEndpoint" "app.me2.sysdig.com"
"secureUi" "app.me2.sysdig.com/secure")
"us1" (dict "collectorEndpoint" "collector.sysdigcloud.com"
"monitorApiEndpoint" "app.sysdigcloud.com"
"secureApiEndpoint" "secure.sysdig.com"
Expand Down
4 changes: 2 additions & 2 deletions charts/kspm-collector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kspm-collector
description: Sysdig KSPM collector

version: 0.11.2
version: 0.12.0
appVersion: 1.37.1

keywords:
Expand All @@ -24,4 +24,4 @@ dependencies:
- name: common
# repository: https://charts.sysdig.com
repository: file://../common
version: ~1.2.2
version: ~1.3.0
4 changes: 2 additions & 2 deletions charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node-analyzer
description: Sysdig Node Analyzer
# currently matching Sysdig's appVersion 1.14.34
version: 1.22.7
version: 1.23.0
appVersion: 12.9.0
keywords:
- monitoring
Expand All @@ -24,4 +24,4 @@ dependencies:
- name: common
# repository: https://charts.sysdig.com
repository: file://../common
version: ~1.2.2
version: ~1.3.0
2 changes: 1 addition & 1 deletion charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze

| Parameter | Description | Default |
|----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `global.sysdig.region` | The region where Sysdig Secure is deployed. Valid options are`us1`, `us2`, `us3`, `us4`, `eu1`, `au1`, `custom`. | `us1` |
| `global.sysdig.region` | The region where Sysdig Secure is deployed. Valid options are`us1`, `us2`, `us3`, `us4`, `eu1`, `au1`, `me2`, `custom`. | `us1` |
| `global.sysdig.tags` | The list of custom tags to be assigned to the components. | `{}` |
| `global.proxy.httpProxy` | Sets `HTTP_PROXY` on the Node Analyzer containers. | `""` |
| `global.proxy.httpsProxy` | Sets `HTTPS_PROXY` on the Node Analyzer containers. | `""` |
Expand Down
12 changes: 12 additions & 0 deletions charts/node-analyzer/tests/collector_endpoint_region_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@ tests:
path: data.collector_endpoint
value: https://app.au1.sysdig.com

- it: Checking region 'me2'
set:
global:
sysdig:
region: me2
asserts:
- isKind:
of: ConfigMap
- equal:
path: data.collector_endpoint
value: https://app.me2.sysdig.com

- it: Checking region 'au-syd-monitor'
set:
global:
Expand Down
4 changes: 2 additions & 2 deletions charts/rapid-response/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.8.5
version: 0.9.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down Expand Up @@ -43,4 +43,4 @@ dependencies:
- name: common
# repository: https://charts.sysdig.com
repository: file://../common
version: ~1.2.2
version: ~1.3.0
16 changes: 8 additions & 8 deletions charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sysdig-deploy
description: A chart with various Sysdig components for Kubernetes
type: application
version: 1.37.18
version: 1.38.0
maintainers:
- name: AlbertoBarba
email: alberto.barba@sysdig.com
Expand All @@ -20,40 +20,40 @@ dependencies:
- name: admission-controller
# repository: https://charts.sysdig.com
repository: file://../admission-controller
version: ~0.14.24
version: ~0.15.0
alias: admissionController
condition: admissionController.enabled
- name: agent
# repository: https://charts.sysdig.com
repository: file://../agent
version: ~1.19.5
version: ~1.20.0
alias: agent
condition: agent.enabled
- name: common
# repository: https://charts.sysdig.com
repository: file://../common
version: ~1.2.2
version: ~1.3.0
- name: node-analyzer
# repository: https://charts.sysdig.com
repository: file://../node-analyzer
version: ~1.22.7
version: ~1.23.0
alias: nodeAnalyzer
condition: nodeAnalyzer.enabled
- name: cluster-scanner
# repository: https://charts.sysdig.com
repository: file://../cluster-scanner
version: ~0.8.9
version: ~0.9.0
alias: clusterScanner
condition: clusterScanner.enabled
- name: kspm-collector
# repository: https://charts.sysdig.com
repository: file://../kspm-collector
version: ~0.11.2
version: ~0.12.0
alias: kspmCollector
condition: global.kspm.deploy
- name: rapid-response
# repository: https://charts.sysdig.com
repository: file://../rapid-response
version: ~0.8.5
version: ~0.9.0
alias: rapidResponse
condition: rapidResponse.enabled
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following table lists the configurable parameters of the sysdig-deploy chart
| `global.sysdig.accessKeySecret` | The name of a Kubernetes secret containing an `access-key` entry. | `""` |
| `global.sysdig.secureAPIToken` | The API Token to access Sysdig Secure. | `""` |
| `global.sysdig.secureAPITokenSecret` | The name of a Kubernetes secret containing API Token to access Sysdig Secure. | `""` |
| `global.sysdig.region` | The SaaS region for these agents. Possible values: `"us1"`, `"us2"`, `"us3"`, `"us4"`, `"eu1"`, `"au1"`, and `"custom"`. See [Regions and IP Ranges](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/) for more information | `"us1"` |
| `global.sysdig.region` | The SaaS region for these agents. Possible values: `"us1"`, `"us2"`, `"us3"`, `"us4"`, `"eu1"`, `"au1"`, `"me2"`, and `"custom"`. See [SaaS Regions and IP Ranges](https://docs.sysdig.com/en/docs/administration/saas-regions-and-ip-ranges/) for more information | `"us1"` |
| `global.sysdig.tags` | Sets the global tags which can override agent tags. | `{}` |
| `global.imageRegistry` | The container image registry. | `` |
| `global.image.pullSecrets` | The global pull secrets. | `[]` |
Expand Down
11 changes: 11 additions & 0 deletions charts/sysdig-deploy/tests/notes_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ tests:
- matchRegexRaw:
pattern: https://app.au1.sysdig.com/secure/#/data-sources/agents

- it: Checking region 'me2'
set:
global:
sysdig:
region: me2
asserts:
- matchRegexRaw:
pattern: https://app.me2.sysdig.com/#/dashboard-template/view.sysdig.agents\?last=10
- matchRegexRaw:
pattern: https://app.me2.sysdig.com/secure/#/data-sources/agents

- it: Checking region 'au-syd-monitor'
set:
global:
Expand Down