Skip to content

Commit

Permalink
chore(admission-controller,registry-scanner): remove hayk from the ma…
Browse files Browse the repository at this point in the history
…intainers list
  • Loading branch information
mavimo committed Dec 11, 2023
1 parent 2c8c59d commit c90235d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
2 changes: 0 additions & 2 deletions charts/admission-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ home: https://sysdiglabs.github.io/admission-controller/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
maintainers:
- name: sysdiglabs
- name: hayk
email: [email protected]
dependencies:
- name: common
repository: file://../common
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.5 \
--create-namespace -n sysdig --version=0.8.6 \
--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.5 \
--create-namespace -n sysdig --version=0.8.6 \
--set global.clusterConfig.name=CLUSTER_NAME \
--set global.sysdig.region=SYSDIG_REGION \
--set global.sysdig.accessKey=YOUR-KEY-HERE
Expand Down Expand Up @@ -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.5 \
--create-namespace -n sysdig --version=0.8.6 \
--set global.sysdig.region="us1"
```

Expand All @@ -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.5 \
--create-namespace -n sysdig --version=0.8.6 \
--values values.yaml
```

Expand Down
2 changes: 1 addition & 1 deletion 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.19.0
version: 1.19.1
appVersion: 12.9.0
keywords:
- monitoring
Expand Down
2 changes: 0 additions & 2 deletions charts/registry-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ version: 1.1.24
appVersion: 0.2.60
maintainers:
- name: sysdiglabs
- name: hayk
email: [email protected]
1 change: 0 additions & 1 deletion charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ helm upgrade --install registry-scanner \
--namespace sysdig-agent \
--create-namespace \
--version=1.1.24 \
--version=1.1.22 \
--set config.secureBaseURL=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
- name: cluster-scanner
# repository: https://charts.sysdig.com
repository: file://../cluster-scanner
version: ~0.8.5
version: ~0.8.6
alias: clusterScanner
condition: clusterScanner.enabled
- name: kspm-collector
Expand Down

0 comments on commit c90235d

Please sign in to comment.