Skip to content

Commit

Permalink
release: Prepare v0.12.0-rc2 (#689)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <[email protected]>
  • Loading branch information
danielpacak authored Aug 27, 2021
1 parent e28673f commit 3a5723d
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.7.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.12.0-rc1
appVersion: 0.12.0-rc2

# 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.12.0-rc1
image: docker.io/aquasec/starboard-operator:0.12.0-rc2
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 @@ -81,10 +81,10 @@ extra:
version:
provider: mike
var:
tag: "v0.12.0-rc1"
tag: "v0.12.0-rc2"
tag_prev: "v0.11.0"
build:
version: "0.12.0-rc1"
version: "0.12.0-rc2"
commit: "2ea747484635ae36cf7ff0d00184275f35779fed"
date: "2021-08-03T10:46:09Z"
chart:
Expand Down

0 comments on commit 3a5723d

Please sign in to comment.