Skip to content

Commit

Permalink
release: Prepare v0.10.1-rc1 (aquasecurity#519)
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 21, 2021
1 parent d1cbe3a commit 640ccae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5.0
# 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
appVersion: 0.10.1-rc1

# 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
image: docker.io/aquasec/starboard-operator:0.10.1-rc1
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ extra:
version:
provider: mike
var:
tag: "v0.10.0"
tag_prev: "v0.9.2"
tag: "v0.10.1-rc1"
tag_prev: "v0.10.0"
build:
version: "0.10.0"
commit: "40f061c9721476091d080e27d191a3c9c3182bcf"
Expand Down

0 comments on commit 640ccae

Please sign in to comment.