Skip to content

Commit

Permalink
release: Prepare v0.10.0 (aquasecurity#499)
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 2c93818 commit 40f061c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2
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-rc5
appVersion: 0.10.0

# 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-rc5
image: docker.io/aquasec/starboard-operator:0.10.0
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 @@ -57,14 +57,14 @@ extra:
version:
method: mike
var:
tag: "v0.10.0-rc5"
tag: "v0.10.0"
tag_prev: "v0.9.2"
build:
version: "0.9.2"
commit: "a11a033e13ee87e02b673f008dbcd6c40be4da06"
date: "2021-02-15T08:32:46Z"
chart:
version: 0.4.2
version: 0.5.0

# Requires pip install mkdocs-macros-plugin
plugins:
Expand Down

0 comments on commit 40f061c

Please sign in to comment.