Skip to content

Commit

Permalink
Merge pull request #6 from kubescape/dev
Browse files Browse the repository at this point in the history
update http-request image
  • Loading branch information
David Wertenteil authored Sep 14, 2022
2 parents c988237 + a4df556 commit ca781c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The formula for memory is as follows:
MemoryLimit := max(128, 0.4 * YOUR_AMOUNT_OF_RESOURCES)
```

For example, if your your cluster has 500 resources, a sensible memory limit would be:
For example, if your cluster has 500 resources, a sensible memory limit would be:
```
kubescape:
resources:
Expand Down
6 changes: 3 additions & 3 deletions charts/kubescape-cloud-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ kubescapeScheduler:

image:
# -- source code: https://github.com/kubescape/http-request (public repo)
repository: quay.io/kubescape/http_request
repository: quay.io/kubescape/http-request
tag: v0.0.14
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -224,7 +224,7 @@ kubevulnScheduler:

image:
# source code - https://github.com/kubescape/http-request
repository: quay.io/kubescape/http_request
repository: quay.io/kubescape/http-request
tag: v0.0.14
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -403,7 +403,7 @@ registryScanScheduler:

image:
# -- source code: https://github.com/kubescape/http-request (public repo)
repository: quay.io/kubescape/http_request
repository: quay.io/kubescape/http-request
tag: v0.0.14
pullPolicy: IfNotPresent

Expand Down

0 comments on commit ca781c2

Please sign in to comment.