Skip to content

Commit

Permalink
release: Prepare v0.13.0-rc2 (aquasecurity#786)
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 Oct 29, 2021
1 parent 5e394c1 commit 0d88e02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.8.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.13.0-rc1
appVersion: 0.13.0-rc2

# kubeVersion: A SemVer range of compatible Kubernetes versions (optional)

Expand Down
2 changes: 1 addition & 1 deletion deploy/static/04-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.13.0-rc1
image: docker.io/aquasec/starboard-operator:0.13.0-rc2
imagePullPolicy: IfNotPresent
securityContext:
privileged: false
Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ nav:
- Overview: integrations/vulnerability-scanners/index.md
- Trivy: integrations/vulnerability-scanners/trivy.md
- Aqua Enterprise: integrations/vulnerability-scanners/aqua-enterprise.md
- Infrastructure Scanners:
- Overview: integrations/infra-scanners/index.md
- Configuration Checkers:
- Overview: integrations/config-checkers/index.md
- Polaris: integrations/config-checkers/polaris.md
- Conftest: integrations/config-checkers/conftest.md
- Infrastructure Scanners:
- Overview: integrations/infra-scanners/index.md
- Private Registries: integrations/private-registries.md
- Managed Registries: integrations/managed-registries.md
- Octant Plugin: integrations/octant.md
Expand Down Expand Up @@ -86,10 +86,10 @@ extra:
version:
provider: mike
var:
tag: "v0.13.0-rc1"
tag: "v0.13.0-rc2"
tag_prev: "v0.12.0"
build:
version: "0.13.0-rc1"
version: "0.13.0-rc2"
commit: "7b7db3acb673a7aaed50839aed168cba8163230a"
date: "2021-09-15T17:30:09Z"
chart:
Expand Down

0 comments on commit 0d88e02

Please sign in to comment.