diff --git a/README.md b/README.md index f8939ea..69f0387 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ https://aqua-console:8443, and you have valid credentials with permission to sca export AQUA_CONSOLE_USERNAME= export AQUA_CONSOLE_PASSWORD= - export HARBOR_SCANNER_AQUA_VERSION="0.11.2" + export HARBOR_SCANNER_AQUA_VERSION="0.12.0" ``` ``` export AQUA_REGISTRY_USERNAME= @@ -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 ``` ``` @@ -373,7 +373,7 @@ where `` 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) diff --git a/helm/harbor-scanner-aqua/Chart.yaml b/helm/harbor-scanner-aqua/Chart.yaml index 0cc6373..78b47b7 100644 --- a/helm/harbor-scanner-aqua/Chart.yaml +++ b/helm/harbor-scanner-aqua/Chart.yaml @@ -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 diff --git a/helm/harbor-scanner-aqua/values.yaml b/helm/harbor-scanner-aqua/values.yaml index cb843fb..c600cce 100644 --- a/helm/harbor-scanner-aqua/values.yaml +++ b/helm/harbor-scanner-aqua/values.yaml @@ -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: diff --git a/vagrant/install-aqua.sh b/vagrant/install-aqua.sh index 8b949b8..7a452c4 100755 --- a/vagrant/install-aqua.sh +++ b/vagrant/install-aqua.sh @@ -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