diff --git a/roles/harbor/templates/values.yaml.j2 b/roles/harbor/templates/values.yaml.j2 index d8764230..c55f03ee 100644 --- a/roles/harbor/templates/values.yaml.j2 +++ b/roles/harbor/templates/values.yaml.j2 @@ -47,6 +47,15 @@ persistence: persistentVolumeClaim: registry: size: "{{ dsc.harbor.pvcRegistrySize }}" + jobservice: + jobLog: + size: 5Gi + database: + size: 10Gi + redis: + size: 5Gi + trivy: + size: 10Gi harborAdminPassword: "{{ dsc.harbor.adminPassword }}" {% if dsc.proxy.enabled %} proxy: diff --git a/roles/socle-config/files/releases.yaml b/roles/socle-config/files/releases.yaml index 4db15bf5..c1c53866 100644 --- a/roles/socle-config/files/releases.yaml +++ b/roles/socle-config/files/releases.yaml @@ -20,7 +20,7 @@ spec: chartVersion: "7.3.4" harbor: # https://artifacthub.io/packages/helm/harbor/harbor - chartVersion: 1.12.2 + chartVersion: 1.13.0 keycloak: # https://artifacthub.io/packages/helm/bitnami/keycloak chartVersion: 16.1.5 diff --git a/tools-dependencies.png b/tools-dependencies.png new file mode 100644 index 00000000..8feca613 Binary files /dev/null and b/tools-dependencies.png differ