Skip to content

Commit

Permalink
release: Prepare v0.10.0-rc4 (aquasecurity#478)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Apr 7, 2021
1 parent aa95a98 commit 63d5f8d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: 0.4.2
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.10.0-rc3
appVersion: 0.10.0-rc4

# kubeVersion: A SemVer range of compatible Kubernetes versions (optional)

Expand Down
2 changes: 2 additions & 0 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ envSecret:
OPERATOR_CIS_KUBERNETES_BENCHMARK_ENABLED: "true"
OPERATOR_VULNERABILITY_SCANNER_ENABLED: "true"
OPERATOR_CONFIG_AUDIT_SCANNER_ENABLED: "true"
OPERATOR_BATCH_DELETE_LIMIT: "10"
OPERATOR_BATCH_DELETE_DELAY: "10s"

trivy:
enabled: true
Expand Down
6 changes: 5 additions & 1 deletion deploy/static/06-starboard-operator.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
fsGroup: 10000
containers:
- name: operator
image: docker.io/aquasec/starboard-operator:0.10.0-rc3
image: docker.io/aquasec/starboard-operator:0.10.0-rc4
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down Expand Up @@ -56,6 +56,10 @@ spec:
value: "true"
- name: OPERATOR_CONFIG_AUDIT_SCANNER_ENABLED
value: "true"
- name: OPERATOR_BATCH_DELETE_LIMIT
value: "10"
- name: OPERATOR_BATCH_DELETE_DELAY
value: "10s"
ports:
- name: metrics
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extra:
version:
method: mike
var:
tag: "v0.10.0-rc3"
tag: "v0.10.0-rc4"
tag_prev: "v0.9.2"
build:
version: "0.9.2"
Expand Down

0 comments on commit 63d5f8d

Please sign in to comment.