Skip to content

Commit

Permalink
release: Prepare v0.10.0-rc5 (aquasecurity#498)
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 13, 2021
1 parent 69ec5b4 commit 2c93818
Show file tree
Hide file tree
Showing 3 changed files with 3 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-rc4
appVersion: 0.10.0-rc5

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

Expand Down
2 changes: 1 addition & 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-rc4
image: docker.io/aquasec/starboard-operator:0.10.0-rc5
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
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-rc4"
tag: "v0.10.0-rc5"
tag_prev: "v0.9.2"
build:
version: "0.9.2"
Expand Down

0 comments on commit 2c93818

Please sign in to comment.