mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
[bitnami/harbor] Release 14.0.2 (#10959)
* [bitnami/harbor] Release 14.0.2 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 16.12.3
|
||||
version: 16.13.0
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.6.8
|
||||
version: 11.6.10
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.16.0
|
||||
digest: sha256:d223b87ba5b882946a2b507618866309ff77b062d1f5793679e190afedf5c053
|
||||
generated: "2022-06-23T06:52:14.645042756Z"
|
||||
digest: sha256:82c2ad0f15b90e84f5cf4eba7db95809eab701b461eca173def655b50748da0c
|
||||
generated: "2022-06-29T09:55:38.613373014Z"
|
||||
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-harbor-registry
|
||||
- https://github.com/bitnami/bitnami-docker-harbor-registryctl
|
||||
- https://goharbor.io/
|
||||
version: 14.0.1
|
||||
version: 14.0.2
|
||||
|
||||
+81
-81
@@ -250,7 +250,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` |
|
||||
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
|
||||
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r3` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r10` |
|
||||
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
|
||||
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |
|
||||
| `volumePermissions.resources.limits` | Init container volume-permissions resource limits | `{}` |
|
||||
@@ -261,75 +261,75 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
|
||||
### NGINX Parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
|
||||
| `nginx.image.registry` | NGINX image registry | `docker.io` |
|
||||
| `nginx.image.repository` | NGINX image repository | `bitnami/nginx` |
|
||||
| `nginx.image.tag` | NGINX image tag (immutable tags are recommended) | `1.21.6-debian-11-r4` |
|
||||
| `nginx.image.pullPolicy` | NGINX image pull policy | `IfNotPresent` |
|
||||
| `nginx.image.pullSecrets` | NGINX image pull secrets | `[]` |
|
||||
| `nginx.image.debug` | Enable NGINX image debug mode | `false` |
|
||||
| `nginx.tls.enabled` | Enable TLS termination | `true` |
|
||||
| `nginx.tls.existingSecret` | Existing secret name containing your own TLS certificates. | `""` |
|
||||
| `nginx.tls.commonName` | The common name used to generate the self-signed TLS certificates | `core.harbor.domain` |
|
||||
| `nginx.behindReverseProxy` | If NGINX is behind another reverse proxy, set to true | `false` |
|
||||
| `nginx.command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `nginx.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `nginx.extraEnvVars` | Array with extra environment variables to add NGINX pods | `[]` |
|
||||
| `nginx.extraEnvVarsCM` | ConfigMap containing extra environment variables for NGINX pods | `""` |
|
||||
| `nginx.extraEnvVarsSecret` | Secret containing extra environment variables (in case of sensitive data) for NGINX pods | `""` |
|
||||
| `nginx.containerPorts.http` | NGINX HTTP container port | `8080` |
|
||||
| `nginx.containerPorts.https` | NGINX HTTPS container port | `8443` |
|
||||
| `nginx.containerPorts.notary` | NGINX container port where Notary svc is exposed | `4443` |
|
||||
| `nginx.replicaCount` | Number of NGINX replicas | `1` |
|
||||
| `nginx.livenessProbe.enabled` | Enable livenessProbe on NGINX containers | `true` |
|
||||
| `nginx.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `20` |
|
||||
| `nginx.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `nginx.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `nginx.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
|
||||
| `nginx.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `nginx.readinessProbe.enabled` | Enable readinessProbe on NGINX containers | `true` |
|
||||
| `nginx.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `20` |
|
||||
| `nginx.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `nginx.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `nginx.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
|
||||
| `nginx.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `nginx.startupProbe.enabled` | Enable startupProbe on NGINX containers | `false` |
|
||||
| `nginx.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` |
|
||||
| `nginx.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `nginx.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
|
||||
| `nginx.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` |
|
||||
| `nginx.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `nginx.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `nginx.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `nginx.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `nginx.resources.limits` | The resources limits for the NGINX containers | `{}` |
|
||||
| `nginx.resources.requests` | The requested resources for the NGINX containers | `{}` |
|
||||
| `nginx.podSecurityContext.enabled` | Enabled NGINX pods' Security Context | `true` |
|
||||
| `nginx.podSecurityContext.fsGroup` | Set NGINX pod's Security Context fsGroup | `1001` |
|
||||
| `nginx.containerSecurityContext.enabled` | Enabled NGINX containers' Security Context | `true` |
|
||||
| `nginx.containerSecurityContext.runAsUser` | Set NGINX containers' Security Context runAsUser | `1001` |
|
||||
| `nginx.containerSecurityContext.runAsNonRoot` | Set NGINX containers' Security Context runAsNonRoot | `true` |
|
||||
| `nginx.updateStrategy.type` | NGINX deployment strategy type - only really applicable for deployments with RWO PVs attached | `RollingUpdate` |
|
||||
| `nginx.lifecycleHooks` | LifecycleHook for the NGINX container(s) to automate configuration before or after startup | `{}` |
|
||||
| `nginx.hostAliases` | NGINX pods host aliases | `[]` |
|
||||
| `nginx.podLabels` | Add additional labels to the NGINX pods (evaluated as a template) | `{}` |
|
||||
| `nginx.podAnnotations` | Annotations to add to the NGINX pods (evaluated as a template) | `{}` |
|
||||
| `nginx.podAffinityPreset` | NGINX Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nginx.podAntiAffinityPreset` | NGINX Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `nginx.nodeAffinityPreset.type` | NGINX Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nginx.nodeAffinityPreset.key` | NGINX Node label key to match Ignored if `affinity` is set. | `""` |
|
||||
| `nginx.nodeAffinityPreset.values` | NGINX Node label values to match. Ignored if `affinity` is set. | `[]` |
|
||||
| `nginx.affinity` | NGINX Affinity for pod assignment | `{}` |
|
||||
| `nginx.nodeSelector` | NGINX Node labels for pod assignment | `{}` |
|
||||
| `nginx.tolerations` | NGINX Tolerations for pod assignment | `[]` |
|
||||
| `nginx.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `nginx.priorityClassName` | Priority Class Name | `""` |
|
||||
| `nginx.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` |
|
||||
| `nginx.sidecars` | Add additional sidecar containers to the NGINX pods | `[]` |
|
||||
| `nginx.initContainers` | Add additional init containers to the NGINX pods | `[]` |
|
||||
| `nginx.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the NGINX pods | `[]` |
|
||||
| `nginx.extraVolumes` | Optionally specify extra list of additional volumes for the NGINX pods | `[]` |
|
||||
| Name | Description | Value |
|
||||
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------- |
|
||||
| `nginx.image.registry` | NGINX image registry | `docker.io` |
|
||||
| `nginx.image.repository` | NGINX image repository | `bitnami/nginx` |
|
||||
| `nginx.image.tag` | NGINX image tag (immutable tags are recommended) | `1.21.6-debian-11-r10` |
|
||||
| `nginx.image.pullPolicy` | NGINX image pull policy | `IfNotPresent` |
|
||||
| `nginx.image.pullSecrets` | NGINX image pull secrets | `[]` |
|
||||
| `nginx.image.debug` | Enable NGINX image debug mode | `false` |
|
||||
| `nginx.tls.enabled` | Enable TLS termination | `true` |
|
||||
| `nginx.tls.existingSecret` | Existing secret name containing your own TLS certificates. | `""` |
|
||||
| `nginx.tls.commonName` | The common name used to generate the self-signed TLS certificates | `core.harbor.domain` |
|
||||
| `nginx.behindReverseProxy` | If NGINX is behind another reverse proxy, set to true | `false` |
|
||||
| `nginx.command` | Override default container command (useful when using custom images) | `[]` |
|
||||
| `nginx.args` | Override default container args (useful when using custom images) | `[]` |
|
||||
| `nginx.extraEnvVars` | Array with extra environment variables to add NGINX pods | `[]` |
|
||||
| `nginx.extraEnvVarsCM` | ConfigMap containing extra environment variables for NGINX pods | `""` |
|
||||
| `nginx.extraEnvVarsSecret` | Secret containing extra environment variables (in case of sensitive data) for NGINX pods | `""` |
|
||||
| `nginx.containerPorts.http` | NGINX HTTP container port | `8080` |
|
||||
| `nginx.containerPorts.https` | NGINX HTTPS container port | `8443` |
|
||||
| `nginx.containerPorts.notary` | NGINX container port where Notary svc is exposed | `4443` |
|
||||
| `nginx.replicaCount` | Number of NGINX replicas | `1` |
|
||||
| `nginx.livenessProbe.enabled` | Enable livenessProbe on NGINX containers | `true` |
|
||||
| `nginx.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `20` |
|
||||
| `nginx.livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` |
|
||||
| `nginx.livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` |
|
||||
| `nginx.livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` |
|
||||
| `nginx.livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` |
|
||||
| `nginx.readinessProbe.enabled` | Enable readinessProbe on NGINX containers | `true` |
|
||||
| `nginx.readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `20` |
|
||||
| `nginx.readinessProbe.periodSeconds` | Period seconds for readinessProbe | `10` |
|
||||
| `nginx.readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `5` |
|
||||
| `nginx.readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` |
|
||||
| `nginx.readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` |
|
||||
| `nginx.startupProbe.enabled` | Enable startupProbe on NGINX containers | `false` |
|
||||
| `nginx.startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `10` |
|
||||
| `nginx.startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
|
||||
| `nginx.startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
|
||||
| `nginx.startupProbe.failureThreshold` | Failure threshold for startupProbe | `15` |
|
||||
| `nginx.startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
|
||||
| `nginx.customLivenessProbe` | Custom livenessProbe that overrides the default one | `{}` |
|
||||
| `nginx.customReadinessProbe` | Custom readinessProbe that overrides the default one | `{}` |
|
||||
| `nginx.customStartupProbe` | Custom startupProbe that overrides the default one | `{}` |
|
||||
| `nginx.resources.limits` | The resources limits for the NGINX containers | `{}` |
|
||||
| `nginx.resources.requests` | The requested resources for the NGINX containers | `{}` |
|
||||
| `nginx.podSecurityContext.enabled` | Enabled NGINX pods' Security Context | `true` |
|
||||
| `nginx.podSecurityContext.fsGroup` | Set NGINX pod's Security Context fsGroup | `1001` |
|
||||
| `nginx.containerSecurityContext.enabled` | Enabled NGINX containers' Security Context | `true` |
|
||||
| `nginx.containerSecurityContext.runAsUser` | Set NGINX containers' Security Context runAsUser | `1001` |
|
||||
| `nginx.containerSecurityContext.runAsNonRoot` | Set NGINX containers' Security Context runAsNonRoot | `true` |
|
||||
| `nginx.updateStrategy.type` | NGINX deployment strategy type - only really applicable for deployments with RWO PVs attached | `RollingUpdate` |
|
||||
| `nginx.lifecycleHooks` | LifecycleHook for the NGINX container(s) to automate configuration before or after startup | `{}` |
|
||||
| `nginx.hostAliases` | NGINX pods host aliases | `[]` |
|
||||
| `nginx.podLabels` | Add additional labels to the NGINX pods (evaluated as a template) | `{}` |
|
||||
| `nginx.podAnnotations` | Annotations to add to the NGINX pods (evaluated as a template) | `{}` |
|
||||
| `nginx.podAffinityPreset` | NGINX Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nginx.podAntiAffinityPreset` | NGINX Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
|
||||
| `nginx.nodeAffinityPreset.type` | NGINX Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
|
||||
| `nginx.nodeAffinityPreset.key` | NGINX Node label key to match Ignored if `affinity` is set. | `""` |
|
||||
| `nginx.nodeAffinityPreset.values` | NGINX Node label values to match. Ignored if `affinity` is set. | `[]` |
|
||||
| `nginx.affinity` | NGINX Affinity for pod assignment | `{}` |
|
||||
| `nginx.nodeSelector` | NGINX Node labels for pod assignment | `{}` |
|
||||
| `nginx.tolerations` | NGINX Tolerations for pod assignment | `[]` |
|
||||
| `nginx.topologySpreadConstraints` | Topology Spread Constraints for pod assignment spread across your cluster among failure-domains. Evaluated as a template | `[]` |
|
||||
| `nginx.priorityClassName` | Priority Class Name | `""` |
|
||||
| `nginx.schedulerName` | Use an alternate scheduler, e.g. "stork". | `""` |
|
||||
| `nginx.sidecars` | Add additional sidecar containers to the NGINX pods | `[]` |
|
||||
| `nginx.initContainers` | Add additional init containers to the NGINX pods | `[]` |
|
||||
| `nginx.extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for the NGINX pods | `[]` |
|
||||
| `nginx.extraVolumes` | Optionally specify extra list of additional volumes for the NGINX pods | `[]` |
|
||||
|
||||
|
||||
### Harbor Portal Parameters
|
||||
@@ -338,7 +338,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ----------------------- |
|
||||
| `portal.image.registry` | Harbor Portal image registry | `docker.io` |
|
||||
| `portal.image.repository` | Harbor Portal image repository | `bitnami/harbor-portal` |
|
||||
| `portal.image.tag` | Harbor Portal image tag (immutable tags are recommended) | `2.5.1-debian-11-r3` |
|
||||
| `portal.image.tag` | Harbor Portal image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` |
|
||||
| `portal.image.pullPolicy` | Harbor Portal image pull policy | `IfNotPresent` |
|
||||
| `portal.image.pullSecrets` | Harbor Portal image pull secrets | `[]` |
|
||||
| `portal.image.debug` | Enable Harbor Portal image debug mode | `false` |
|
||||
@@ -410,7 +410,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| -------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `core.image.registry` | Harbor Core image registry | `docker.io` |
|
||||
| `core.image.repository` | Harbor Core image repository | `bitnami/harbor-core` |
|
||||
| `core.image.tag` | Harbor Core image tag (immutable tags are recommended) | `2.5.1-debian-11-r4` |
|
||||
| `core.image.tag` | Harbor Core image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` |
|
||||
| `core.image.pullPolicy` | Harbor Core image pull policy | `IfNotPresent` |
|
||||
| `core.image.pullSecrets` | Harbor Core image pull secrets | `[]` |
|
||||
| `core.image.debug` | Enable Harbor Core image debug mode | `false` |
|
||||
@@ -492,7 +492,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------ |
|
||||
| `jobservice.image.registry` | Harbor Jobservice image registry | `docker.io` |
|
||||
| `jobservice.image.repository` | Harbor Jobservice image repository | `bitnami/harbor-jobservice` |
|
||||
| `jobservice.image.tag` | Harbor Jobservice image tag (immutable tags are recommended) | `2.5.1-debian-11-r4` |
|
||||
| `jobservice.image.tag` | Harbor Jobservice image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` |
|
||||
| `jobservice.image.pullPolicy` | Harbor Jobservice image pull policy | `IfNotPresent` |
|
||||
| `jobservice.image.pullSecrets` | Harbor Jobservice image pull secrets | `[]` |
|
||||
| `jobservice.image.debug` | Enable Harbor Jobservice image debug mode | `false` |
|
||||
@@ -605,7 +605,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `registry.automountServiceAccountToken` | Automount service account token | `false` |
|
||||
| `registry.server.image.registry` | Harbor Registry image registry | `docker.io` |
|
||||
| `registry.server.image.repository` | Harbor Registry image repository | `bitnami/harbor-registry` |
|
||||
| `registry.server.image.tag` | Harbor Registry image tag (immutable tags are recommended) | `2.5.1-debian-11-r4` |
|
||||
| `registry.server.image.tag` | Harbor Registry image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` |
|
||||
| `registry.server.image.pullPolicy` | Harbor Registry image pull policy | `IfNotPresent` |
|
||||
| `registry.server.image.pullSecrets` | Harbor Registry image pull secrets | `[]` |
|
||||
| `registry.server.image.debug` | Enable Harbor Registry image debug mode | `false` |
|
||||
@@ -651,7 +651,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `registry.server.service.ports.metrics` | Harbor Registry metrics service port | `8001` |
|
||||
| `registry.controller.image.registry` | Harbor Registryctl image registry | `docker.io` |
|
||||
| `registry.controller.image.repository` | Harbor Registryctl image repository | `bitnami/harbor-registryctl` |
|
||||
| `registry.controller.image.tag` | Harbor Registryctl image tag (immutable tags are recommended) | `2.5.1-debian-11-r4` |
|
||||
| `registry.controller.image.tag` | Harbor Registryctl image tag (immutable tags are recommended) | `2.5.1-debian-11-r10` |
|
||||
| `registry.controller.image.pullPolicy` | Harbor Registryctl image pull policy | `IfNotPresent` |
|
||||
| `registry.controller.image.pullSecrets` | Harbor Registryctl image pull secrets | `[]` |
|
||||
| `registry.controller.image.debug` | Enable Harbor Registryctl image debug mode | `false` |
|
||||
@@ -700,7 +700,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------- |
|
||||
| `chartmuseum.image.registry` | ChartMuseum image registry | `docker.io` |
|
||||
| `chartmuseum.image.repository` | ChartMuseum image repository | `bitnami/chartmuseum` |
|
||||
| `chartmuseum.image.tag` | ChartMuseum image tag (immutable tags are recommended) | `0.14.0-debian-11-r4` |
|
||||
| `chartmuseum.image.tag` | ChartMuseum image tag (immutable tags are recommended) | `0.14.0-debian-11-r9` |
|
||||
| `chartmuseum.image.pullPolicy` | ChartMuseum image pull policy | `IfNotPresent` |
|
||||
| `chartmuseum.image.pullSecrets` | ChartMuseum image pull secrets | `[]` |
|
||||
| `chartmuseum.image.debug` | Enable ChartMuseum image debug mode | `false` |
|
||||
@@ -792,7 +792,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `notary.secretName` | Fill the name of a kubernetes secret if you want to use your own TLS certificate authority, certificate and private key for notary communications. The secret must contain keys named `notary-signer-ca.crt`, `notary-signer.key` and `notary-signer.crt` that contain the CA, certificate and private key. They will be generated if not set. | `""` |
|
||||
| `notary.server.image.registry` | Harbor Notary Server image registry | `docker.io` |
|
||||
| `notary.server.image.repository` | Harbor Notary Server image repository | `bitnami/harbor-notary-server` |
|
||||
| `notary.server.image.tag` | Harbor Notary Server image tag (immutable tags are recommended) | `2.5.1-debian-11-r4` |
|
||||
| `notary.server.image.tag` | Harbor Notary Server image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` |
|
||||
| `notary.server.image.pullPolicy` | Harbor Notary Server image pull policy | `IfNotPresent` |
|
||||
| `notary.server.image.pullSecrets` | Harbor Notary Server image pull secrets | `[]` |
|
||||
| `notary.server.image.debug` | Enable Harbor Notary Server image debug mode | `false` |
|
||||
@@ -854,7 +854,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `notary.server.automountServiceAccountToken` | Automount service account token | `false` |
|
||||
| `notary.signer.image.registry` | Harbor Notary Signer image registry | `docker.io` |
|
||||
| `notary.signer.image.repository` | Harbor Notary Signer image repository | `bitnami/harbor-notary-signer` |
|
||||
| `notary.signer.image.tag` | Harbor Notary Signer image tag (immutable tags are recommended) | `2.5.1-debian-11-r4` |
|
||||
| `notary.signer.image.tag` | Harbor Notary Signer image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` |
|
||||
| `notary.signer.image.pullPolicy` | Harbor Notary Signer image pull policy | `IfNotPresent` |
|
||||
| `notary.signer.image.pullSecrets` | Harbor Notary Signer image pull secrets | `[]` |
|
||||
| `notary.signer.image.debug` | Enable Harbor Notary Signer image debug mode | `false` |
|
||||
@@ -924,7 +924,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------- |
|
||||
| `trivy.image.registry` | Harbor Adapter Trivy image registry | `docker.io` |
|
||||
| `trivy.image.repository` | Harbor Adapter Trivy image repository | `bitnami/harbor-adapter-trivy` |
|
||||
| `trivy.image.tag` | Harbor Adapter Trivy image tag (immutable tags are recommended) | `2.5.1-debian-11-r4` |
|
||||
| `trivy.image.tag` | Harbor Adapter Trivy image tag (immutable tags are recommended) | `2.5.1-debian-11-r9` |
|
||||
| `trivy.image.pullPolicy` | Harbor Adapter Trivy image pull policy | `IfNotPresent` |
|
||||
| `trivy.image.pullSecrets` | Harbor Adapter Trivy image pull secrets | `[]` |
|
||||
| `trivy.image.debug` | Enable Harbor Adapter Trivy image debug mode | `false` |
|
||||
@@ -1005,7 +1005,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
|
||||
| `exporter.image.registry` | Registry for exporter image | `docker.io` |
|
||||
| `exporter.image.repository` | Repository for exporter image | `bitnami/harbor-exporter` |
|
||||
| `exporter.image.tag` | Tag for exporter image | `2.5.1-debian-11-r4` |
|
||||
| `exporter.image.tag` | Tag for exporter image | `2.5.1-debian-11-r9` |
|
||||
| `exporter.image.pullPolicy` | Harbor exporter image pull policy | `IfNotPresent` |
|
||||
| `exporter.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
| `exporter.image.debug` | Specify if debug logs should be enabled | `false` |
|
||||
@@ -1083,7 +1083,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `postgresql.primary.initdb.scripts` | Initdb scripts to create Harbor databases | `{}` |
|
||||
| `postgresql.image.registry` | PostgreSQL image registry | `docker.io` |
|
||||
| `postgresql.image.repository` | PostgreSQL image repository | `bitnami/postgresql` |
|
||||
| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `13.7.0-debian-11-r4` |
|
||||
| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `13.7.0-debian-11-r10` |
|
||||
| `externalDatabase.host` | Database host | `localhost` |
|
||||
| `externalDatabase.port` | Database port number | `5432` |
|
||||
| `externalDatabase.user` | Non-root username for Harbor | `bn_harbor` |
|
||||
|
||||
+13
-13
@@ -662,7 +662,7 @@ volumePermissions:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r7
|
||||
tag: 11-debian-11-r10
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -706,7 +706,7 @@ nginx:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nginx
|
||||
tag: 1.21.6-debian-11-r8
|
||||
tag: 1.21.6-debian-11-r10
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -969,7 +969,7 @@ portal:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-portal
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1227,7 +1227,7 @@ core:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-core
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1518,7 +1518,7 @@ jobservice:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-jobservice
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1959,7 +1959,7 @@ registry:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-registry
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -2104,7 +2104,7 @@ registry:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-registryctl
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r10
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -2245,7 +2245,7 @@ chartmuseum:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/chartmuseum
|
||||
tag: 0.14.0-debian-11-r7
|
||||
tag: 0.14.0-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -2567,7 +2567,7 @@ notary:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-notary-server
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -2802,7 +2802,7 @@ notary:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-notary-signer
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -3050,7 +3050,7 @@ trivy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-adapter-trivy
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -3356,7 +3356,7 @@ exporter:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/harbor-exporter
|
||||
tag: 2.5.1-debian-11-r7
|
||||
tag: 2.5.1-debian-11-r9
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -3603,7 +3603,7 @@ postgresql:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 13.7.0-debian-11-r7
|
||||
tag: 13.7.0-debian-11-r10
|
||||
auth:
|
||||
enablePostgresUser: true
|
||||
postgresPassword: not-secure-database-password
|
||||
|
||||
Reference in New Issue
Block a user