Skip to content

Commit

Permalink
release: Prepare v0.12.0 (#98)
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 Sep 28, 2021
1 parent f6b61a4 commit 7f549ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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.11.2"
export HARBOR_SCANNER_AQUA_VERSION="0.12.0"
```
```
export AQUA_REGISTRY_USERNAME=<your username>
Expand Down Expand Up @@ -317,7 +317,7 @@ https://aqua-console:8443, and you have valid credentials with permission to sca
```
2. Install the `harbor-scanner-aqua` chart:
```
helm repo add aqua https://helm.aquasec.com
helm repo add aqua https://aquasecurity.github.io/helm-charts/
helm repo update
```
```
Expand Down Expand Up @@ -373,7 +373,7 @@ where `<scc name>` is one of the predefined SCCs or a custom SCC created by the
1. A unique name for this scanner instance to display in the Harbor interface, e.g. **Aqua Enterprise 6.2**.
2. The API endpoint URL of the adapter service.
> **NOTE**: For the adapter deployed on Kubernetes the default URL is https://harbor-scanner-aqua.harbor:8443,
> **NOTE**: For the adapter deployed on Kubernetes the default URL is http://harbor-scanner-aqua.harbor:8080,
> whereas for Docker, it's https://aqua-adapter:8443.
![Add scanner](docs/images/harbor_ui_add_scanner.png)
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.11.2
appVersion: 0.11.2
version: 0.12.0
appVersion: 0.12.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.11.2"
tag: "0.12.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.11.2"
HARBOR_SCANNER_AQUA_VERSION="0.12.0"
SCANNER_UID=1000
SCANNER_GID=1000

Expand Down

0 comments on commit 7f549ac

Please sign in to comment.