Skip to content

Commit

Permalink
feat(admission-controller,cluster-scanner,registry-scanner,cloud-conn…
Browse files Browse the repository at this point in the history
…ector,node-analyzer,rapid-response): update maintainers
  • Loading branch information
lilx1ao authored and mavimo committed Aug 10, 2023
1 parent 49a42bd commit ccfc165
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 77 deletions.
14 changes: 3 additions & 11 deletions charts/admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,13 @@ apiVersion: v2
name: admission-controller
description: Sysdig Admission Controller using Sysdig Secure inline image scanner
type: application
version: 0.12.2
version: 0.12.3
appVersion: 3.9.26
home: https://sysdiglabs.github.io/admission-controller/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
maintainers:
- name: hayk99
email: [email protected]
- name: wideawakening
email: [email protected]
- name: tembleking
email: [email protected]
- name: miketnt
email: [email protected]
- name: jprieto92
email: [email protected]
- name: giuse-sysdig
email: [email protected]
dependencies:
- name: common
# repository: https://charts.sysdig.com
Expand Down
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.12.2 \
--create-namespace -n sysdig-admission-controller --version=0.12.3 \
--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.12.2 \
--create-namespace -n sysdig-admission-controller --version=0.12.3 \
--values values.yaml
```
Expand Down
18 changes: 3 additions & 15 deletions charts/cloud-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,10 @@ name: cloud-connector
description: Sysdig Cloud Connector

type: application
version: 0.8.5
version: 0.8.6
appVersion: 0.16.48
home: https://sysdiglabs.github.io/cloud-connector

maintainers:
- name: hayk99
email: [email protected]
- name: tembleking
email: [email protected]
- name: wideawakening
email: [email protected]
- name: regiluze
email: [email protected]
- name: penguinjournals
email: [email protected]
- name: miketnt
email: [email protected]
- name: jprieto92
email: [email protected]
- name: giuse-sysdig
email: [email protected]
14 changes: 3 additions & 11 deletions charts/cluster-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,14 @@ description: Sysdig Cluster Scanner

type: application

version: 0.4.0
version: 0.4.1

appVersion: "0.1.0"
home: https://www.sysdig.com/

maintainers:
- name: lachie83
email: [email protected]
- name: bencer
email: [email protected]
- name: carillan81
email: [email protected]
- name: yashgiri
email: [email protected]
- name: provok
email: [email protected]
- name: giuse-sysdig
email: [email protected]
dependencies:
- name: common
# repository: https://charts.sysdig.com
Expand Down
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.4.0 \
--create-namespace -n sysdig --version=0.4.1 \
--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.4.0 \
--create-namespace -n sysdig --version=0.4.1 \
--set global.clusterConfig.name=CLUSTER_NAME \
--set global.sysdig.region=SYSDIG_REGION \
--set global.sysdig.accessKey=YOUR-KEY-HERE
Expand Down Expand Up @@ -158,7 +158,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.4.0 \
--create-namespace -n sysdig --version=0.4.1 \
--set global.sysdig.region="us1"
```

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

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

Expand Down
18 changes: 5 additions & 13 deletions charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: node-analyzer
description: Sysdig Node Analyzer

# currently matching Sysdig's appVersion 1.14.34
version: 1.14.3
version: 1.14.4
appVersion: 12.6.0
keywords:
- monitoring
Expand All @@ -18,18 +18,10 @@ sources:
- https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig
maintainers:
- name: lachie83
email: [email protected]
- name: bencer
email: [email protected]
- name: nestorsalceda
email: [email protected]
- name: airadier
email: [email protected]
- name: carillan81
email: [email protected]
- name: yashgiri
email: [email protected]
- name: chen-shmilovich-sysdig
email: [email protected]
- name: giuse-sysdig
email: [email protected]
dependencies:
- name: common
# repository: https://charts.sysdig.com
Expand Down
6 changes: 3 additions & 3 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.0
version: 0.8.1

# 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 All @@ -35,8 +35,8 @@ icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
sources:
- https://github.com/sysdiglabs/charts/
maintainers:
- name: aroberts87
email: adam.roberts@sysdig.com
- name: mrolla
email: matteo.rolla@sysdig.com
- name: dark-vex
email: [email protected]
dependencies:
Expand Down
16 changes: 3 additions & 13 deletions charts/registry-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@ description: Sysdig Registry Scanner
type: application
home: https://sysdiglabs.github.io/registry-scanner/
icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png
version: 1.1.4
version: 1.1.5
appVersion: 0.2.42
maintainers:
- name: airadier
email: [email protected]
- name: hayk99
email: [email protected]
- name: wideawakening
email: [email protected]
- name: tembleking
email: [email protected]
- name: miketnt
email: [email protected]
- name: jprieto92
email: [email protected]
- name: giuse-sysdig
email: [email protected]
10 changes: 5 additions & 5 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.17.8
version: 1.17.9
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand All @@ -20,7 +20,7 @@ dependencies:
- name: admission-controller
# repository: https://charts.sysdig.com
repository: file://../admission-controller
version: ~0.12.2
version: ~0.12.3
alias: admissionController
condition: admissionController.enabled
- name: agent
Expand All @@ -36,13 +36,13 @@ dependencies:
- name: node-analyzer
# repository: https://charts.sysdig.com
repository: file://../node-analyzer
version: ~1.14.3
version: ~1.14.4
alias: nodeAnalyzer
condition: nodeAnalyzer.enabled
- name: cluster-scanner
# repository: https://charts.sysdig.com
repository: file://../cluster-scanner
version: ~0.4.0
version: ~0.4.1
alias: clusterScanner
condition: clusterScanner.enabled
- name: kspm-collector
Expand All @@ -54,6 +54,6 @@ dependencies:
- name: rapid-response
# repository: https://charts.sysdig.com
repository: file://../rapid-response
version: ~0.8.0
version: ~0.8.1
alias: rapidResponse
condition: rapidResponse.enabled

0 comments on commit ccfc165

Please sign in to comment.