Skip to content

Commit

Permalink
github_actions_ci: Update public key
Browse files Browse the repository at this point in the history
  • Loading branch information
draios-jenkins committed Aug 10, 2023
1 parent 9de995b commit 69852be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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
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.5 \
--create-namespace -n cloud-connector --version=0.8.6 \
--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.5 \
--create-namespace -n cloud-connector --version=0.8.6 \
--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.5 \
--create-namespace -n cloud-connector --version=0.8.6 \
--values values.yaml
```

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

0 comments on commit 69852be

Please sign in to comment.