Skip to content

Commit

Permalink
release: Prepare v0.10.1 (aquasecurity#522)
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 4cbcc01 commit 21e893c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.0
version: 0.5.1

# 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.1-rc1
appVersion: 0.10.1

# 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 @@ -23,7 +23,7 @@ spec:
securityContext: {}
containers:
- name: operator
image: docker.io/aquasec/starboard-operator:0.10.1-rc1
image: docker.io/aquasec/starboard-operator:0.10.1
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ extra:
version:
provider: mike
var:
tag: "v0.10.1-rc1"
tag: "v0.10.1"
tag_prev: "v0.10.0"
build:
version: "0.10.0"
version: "0.10.1"
commit: "40f061c9721476091d080e27d191a3c9c3182bcf"
date: "2021-04-13T20:51:53Z"
chart:
version: 0.5.0
version: 0.5.1

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

0 comments on commit 21e893c

Please sign in to comment.