Skip to content

Commit

Permalink
release: prepare v0.13.0 (#104)
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 Dec 3, 2021
1 parent a4d1acf commit f0fb227
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ https://aqua-console:8443, and you have valid credentials with permission to sca
export AQUA_CONSOLE_USERNAME=<your username>
export AQUA_CONSOLE_PASSWORD=<your password>
export HARBOR_SCANNER_AQUA_VERSION="0.12.0"
export HARBOR_SCANNER_AQUA_VERSION="0.13.0"
```
```
export AQUA_REGISTRY_USERNAME=<your username>
Expand Down
4 changes: 2 additions & 2 deletions helm/harbor-scanner-aqua/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: harbor-scanner-aqua
version: 0.12.0
appVersion: 0.12.0
version: 0.13.0
appVersion: 0.13.0
description: Harbor scanner adapter for Aqua Enterprise scanner
keywords:
- scanner
Expand Down
2 changes: 1 addition & 1 deletion helm/harbor-scanner-aqua/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ scanner:
image:
registry: "docker.io"
repository: "aquasec/harbor-scanner-aqua"
tag: "0.12.0"
tag: "0.13.0"
pullPolicy: "IfNotPresent"
logLevel: info
api:
Expand Down
2 changes: 1 addition & 1 deletion vagrant/install-aqua.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -z "$AQUA_VERSION" ]; then echo "AQUA_VERSION env is unset" && exit 1; else

HARBOR_HOME="/opt/harbor"
HARBOR_PKI_DIR="/etc/harbor/pki/internal"
HARBOR_SCANNER_AQUA_VERSION="0.12.0"
HARBOR_SCANNER_AQUA_VERSION="0.13.0"
SCANNER_UID=1000
SCANNER_GID=1000

Expand Down

0 comments on commit f0fb227

Please sign in to comment.