diff --git a/bitnami/harbor/Chart.yaml b/bitnami/harbor/Chart.yaml index f1b3751b4f..2681d3032c 100644 --- a/bitnami/harbor/Chart.yaml +++ b/bitnami/harbor/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: harbor -version: 2.6.11 +version: 2.6.12 appVersion: 1.9.1 description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content keywords: diff --git a/bitnami/harbor/README.md b/bitnami/harbor/README.md index 1e49fee86f..07f9f9cb21 100644 --- a/bitnami/harbor/README.md +++ b/bitnami/harbor/README.md @@ -25,8 +25,10 @@ This [Helm](https://github.com/kubernetes/helm) chart installs [Harbor](https:// ## Prerequisites -- Kubernetes cluster 1.10+ -- Helm 2.8.0+ +- Kubernetes 1.12+ +- Helm 2.11+ or Helm 3.0-beta3+ +- PV provisioner support in the underlying infrastructure +- ReadWriteMany volumes for deployment scaling ## Installing the Chart diff --git a/bitnami/harbor/values.yaml b/bitnami/harbor/values.yaml index 0b9bbe74a0..743685d160 100644 --- a/bitnami/harbor/values.yaml +++ b/bitnami/harbor/values.yaml @@ -298,7 +298,7 @@ service: notarySecretName: "" # The common name used to generate the certificate, it's necessary # when the type isn't "ingress" and "secretName" is null - commonName: "" + commonName: "harbor.local" ingress: hosts: core: core.harbor.domain