Skip to content

Commit

Permalink
chore: change charts ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Nov 28, 2023
1 parent cf079ae commit cf0403b
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 32 deletions.
5 changes: 2 additions & 3 deletions charts/admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ apiVersion: v2
name: admission-controller
description: Sysdig Admission Controller using Sysdig Secure inline image scanner
type: application
version: 0.14.14
version: 0.14.15
appVersion: 3.9.35
home: https://sysdiglabs.github.io/admission-controller/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
maintainers:
- name: giuse-sysdig
email: [email protected]
- name: sysdiglabs
- name: hayk
email: [email protected]
dependencies:
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.14.14 \
--create-namespace -n sysdig-admission-controller --version=0.14.15 \
--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.14 \
--create-namespace -n sysdig-admission-controller --version=0.14.15 \
--values values.yaml
```
Expand Down
5 changes: 2 additions & 3 deletions charts/cloud-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: cloud-connector
description: Sysdig Cloud Connector

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

maintainers:
- name: giuse-sysdig
email: [email protected]
- name: sysdiglabs
6 changes: 3 additions & 3 deletions charts/cloud-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6 \
--create-namespace -n cloud-connector --version=0.8.7 \
--set sysdig.secureAPIToken=<SECURE_API_TOKEN>
```

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

```bash
helm upgrade --install cloud-connector sysdig/cloud-connector \
--create-namespace -n cloud-connector --version=0.8.6 \
--create-namespace -n cloud-connector --version=0.8.7 \
--set sysdig.secureAPIToken=<SECURE_API_TOKEN>
```

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

```bash
helm upgrade --install cloud-connector sysdig/cloud-connector \
--create-namespace -n cloud-connector --version=0.8.6 \
--create-namespace -n cloud-connector --version=0.8.7 \
--values values.yaml
```

Expand Down
7 changes: 2 additions & 5 deletions charts/cluster-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ name: cluster-scanner
description: Sysdig Cluster Scanner

type: application

version: 0.8.4

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

maintainers:
- name: giuse-sysdig
email: [email protected]
- name: sysdiglabs
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.8.4 \
--create-namespace -n sysdig --version=0.8.5 \
--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.4 \
--create-namespace -n sysdig --version=0.8.5 \
--set global.clusterConfig.name=CLUSTER_NAME \
--set global.sysdig.region=SYSDIG_REGION \
--set global.sysdig.accessKey=YOUR-KEY-HERE
Expand Down Expand Up @@ -161,7 +161,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.4 \
--create-namespace -n sysdig --version=0.8.5 \
--set global.sysdig.region="us1"
```

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

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

Expand Down
5 changes: 2 additions & 3 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.18.8
version: 1.18.9
appVersion: 12.9.0
keywords:
- monitoring
Expand All @@ -20,8 +20,7 @@ sources:
maintainers:
- name: chen-shmilovich-sysdig
email: [email protected]
- name: giuse-sysdig
email: [email protected]
- name: sysdiglabs
dependencies:
- name: common
# repository: https://charts.sysdig.com
Expand Down
11 changes: 5 additions & 6 deletions charts/registry-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ apiVersion: v2
name: registry-scanner
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.21
appVersion: 0.2.58
home: https://www.sysdig.com/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
version: 1.1.22
appVersion: 0.2.59
maintainers:
- name: giuse-sysdig
email: [email protected]
- name: sysdiglabs
- name: hayk
email: [email protected]
2 changes: 1 addition & 1 deletion charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Use the following command to deploy:
helm upgrade --install registry-scanner \
--namespace sysdig-agent \
--create-namespace \
--version=1.1.21 \
--version=1.1.22 \
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- name: admission-controller
# repository: https://charts.sysdig.com
repository: file://../admission-controller
version: ~0.14.14
version: ~0.14.15
alias: admissionController
condition: admissionController.enabled
- name: agent
Expand All @@ -36,7 +36,7 @@ dependencies:
- name: node-analyzer
# repository: https://charts.sysdig.com
repository: file://../node-analyzer
version: ~1.18.8
version: ~1.18.9
alias: nodeAnalyzer
condition: nodeAnalyzer.enabled
- name: cluster-scanner
Expand Down

0 comments on commit cf0403b

Please sign in to comment.