Skip to content

Commit

Permalink
release: Prepare v0.10.3 (aquasecurity#581)
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 May 14, 2021
1 parent ce049b5 commit 5bd3343
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.2
version: 0.5.3

# 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.2
appVersion: 0.10.3

# 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.2
image: docker.io/aquasec/starboard-operator:0.10.3
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 @@ -72,10 +72,10 @@ extra:
version:
provider: mike
var:
tag: "v0.10.2"
tag_prev: "v0.10.1"
tag: "v0.10.3"
tag_prev: "v0.10.2"
build:
version: "0.10.2"
version: "0.10.3"
commit: "dfed9af2e3a706579bd11b1a0c8820d6e2173687"
date: "2021-05-13T10:26:26Z"
chart:
Expand Down

0 comments on commit 5bd3343

Please sign in to comment.