diff --git a/README.md b/README.md index 54fcd09..97bbb99 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ This repository contains orchestration files and documentation for deploying Black Duck Docker containers. -## Location of Black Duck 2022.10.1 archive: +## Location of Black Duck 2022.10.2 archive: -https://github.com/blackducksoftware/hub/archive/v2022.10.1.tar.gz +https://github.com/blackducksoftware/hub/archive/v2022.10.2.tar.gz NOTE: @@ -40,6 +40,7 @@ https://github.com/blackducksoftware/hub/releases * https://hub.docker.com/r/blackducksoftware/blackduck-matchengine/ * https://hub.docker.com/r/sigsynopsys/bdba-worker/ * https://hub.docker.com/r/blackducksoftware/rabbitmq/ +* https://hub.docker.com/r/blackducksoftware/blackduck-webui/ # Running Black Duck in Docker diff --git a/docker-swarm/bin/system_check.sh b/docker-swarm/bin/system_check.sh index 7fac786..2314ed6 100755 --- a/docker-swarm/bin/system_check.sh +++ b/docker-swarm/bin/system_check.sh @@ -41,7 +41,7 @@ set -o noglob readonly NOW="$(date +"%Y%m%dT%H%M%S%z")" readonly NOW_ZULU="$(date -u +"%Y%m%dT%H%M%SZ")" -readonly HUB_VERSION="${HUB_VERSION:-2022.10.1}" +readonly HUB_VERSION="${HUB_VERSION:-2022.10.2}" readonly OUTPUT_FILE="${SYSTEM_CHECK_OUTPUT_FILE:-system_check_${NOW}.txt}" readonly PROPERTIES_FILE="${SYSTEM_CHECK_PROPERTIES_FILE:-${OUTPUT_FILE%.txt}.properties}" readonly SUMMARY_FILE="${SYSTEM_CHECK_SUMMARY_FILE:-${OUTPUT_FILE%.txt}_summary.properties}" diff --git a/docker-swarm/blackduck-config.env b/docker-swarm/blackduck-config.env index 513284f..2a438b0 100644 --- a/docker-swarm/blackduck-config.env +++ b/docker-swarm/blackduck-config.env @@ -24,7 +24,7 @@ BLACKDUCK_CORS_ALLOW_CREDENTIALS_PROP_NAME= # Do not change HUB_PRODUCT_NAME=BLACK_DUCK -HUB_VERSION=2022.10.1 +HUB_VERSION=2022.10.2 # Specify any property-specific overrides here # diff --git a/docker-swarm/docker-compose.externaldb.ubi.yml b/docker-swarm/docker-compose.externaldb.ubi.yml index de72398..0c3dd90 100644 --- a/docker-swarm/docker-compose.externaldb.ubi.yml +++ b/docker-swarm/docker-compose.externaldb.ubi.yml @@ -13,7 +13,7 @@ x-long-start-period: &long-start-period services: authentication: user: authentication:root - image: blackducksoftware/blackduck-authentication:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-authentication:2022.10.2_ubi8.6 volumes: - authentication-volume:/opt/blackduck/hub/hub-authentication/ldap - {type: tmpfs, target: /opt/blackduck/hub/hub-authentication/security} @@ -35,7 +35,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} webapp: user: webapp:root - image: blackducksoftware/blackduck-webapp:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-webapp:2022.10.2_ubi8.6 volumes: - log-volume:/opt/blackduck/hub/logs - {type: tmpfs, target: /opt/blackduck/hub/hub-webapp/security} @@ -57,7 +57,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} scan: user: scan:root - image: blackducksoftware/blackduck-scan:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-scan:2022.10.2_ubi8.6 env_file: [blackduck-config.env , hub-postgres.env] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', @@ -78,7 +78,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} jobrunner: user: jobrunner:root - image: blackducksoftware/blackduck-jobrunner:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-jobrunner:2022.10.2_ubi8.6 env_file: [blackduck-config.env , hub-postgres.env] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', @@ -130,7 +130,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} registration: - image: blackducksoftware/blackduck-registration:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-registration:2022.10.2_ubi8.6 volumes: - config-volume:/opt/blackduck/hub/hub-registration/config - {type: tmpfs, target: /opt/blackduck/hub/hub-registration/security} @@ -169,7 +169,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 15s, window: 60s} webui: - image: blackducksoftware/blackduck-webui:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-webui:2022.10.2_ubi8.6 healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', /opt/blackduck/hub/hub-ui/security/root.crt] @@ -184,7 +184,7 @@ services: restart_policy: {condition: on-failure, delay: 15s, window: 60s} documentation: - image: blackducksoftware/blackduck-documentation:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-documentation:2022.10.2_ubi8.6 env_file: [blackduck-config.env] user: documentation:root environment: @@ -201,7 +201,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} uploadcache: - image: blackducksoftware/blackduck-upload-cache:1.0.29_ubi8.6 + image: blackducksoftware/blackduck-upload-cache:1.0.31_ubi8.6 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -219,7 +219,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} redis: - image: blackducksoftware/blackduck-redis:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-redis:2022.10.2_ubi8.6 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -238,7 +238,7 @@ services: deploy: restart_policy: {condition: any} bomengine: - image: blackducksoftware/blackduck-bomengine:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-bomengine:2022.10.2_ubi8.6 env_file: [blackduck-config.env , hub-postgres.env] environment: << : *pg-usage-settings @@ -259,7 +259,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} matchengine: - image: blackducksoftware/blackduck-matchengine:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-matchengine:2022.10.2_ubi8.6 user: matchengine:root healthcheck: test: [ CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', diff --git a/docker-swarm/docker-compose.externaldb.yml b/docker-swarm/docker-compose.externaldb.yml index eef1152..dcef390 100644 --- a/docker-swarm/docker-compose.externaldb.yml +++ b/docker-swarm/docker-compose.externaldb.yml @@ -13,7 +13,7 @@ x-long-start-period: &long-start-period services: authentication: user: authentication:root - image: blackducksoftware/blackduck-authentication:2022.10.1 + image: blackducksoftware/blackduck-authentication:2022.10.2 volumes: - authentication-volume:/opt/blackduck/hub/hub-authentication/ldap - {type: tmpfs, target: /opt/blackduck/hub/hub-authentication/security} @@ -35,7 +35,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} webapp: user: webapp:root - image: blackducksoftware/blackduck-webapp:2022.10.1 + image: blackducksoftware/blackduck-webapp:2022.10.2 volumes: - log-volume:/opt/blackduck/hub/logs - {type: tmpfs, target: /opt/blackduck/hub/hub-webapp/security} @@ -57,7 +57,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} scan: user: scan:root - image: blackducksoftware/blackduck-scan:2022.10.1 + image: blackducksoftware/blackduck-scan:2022.10.2 env_file: [blackduck-config.env , hub-postgres.env] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', @@ -78,7 +78,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} jobrunner: user: jobrunner:root - image: blackducksoftware/blackduck-jobrunner:2022.10.1 + image: blackducksoftware/blackduck-jobrunner:2022.10.2 env_file: [blackduck-config.env , hub-postgres.env] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', @@ -130,7 +130,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} registration: - image: blackducksoftware/blackduck-registration:2022.10.1 + image: blackducksoftware/blackduck-registration:2022.10.2 volumes: - config-volume:/opt/blackduck/hub/hub-registration/config - {type: tmpfs, target: /opt/blackduck/hub/hub-registration/security} @@ -169,7 +169,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 15s, window: 60s} webui: - image: blackducksoftware/blackduck-webui:2022.10.1 + image: blackducksoftware/blackduck-webui:2022.10.2 healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', /opt/blackduck/hub/hub-ui/security/root.crt] @@ -184,7 +184,7 @@ services: restart_policy: {condition: on-failure, delay: 15s, window: 60s} documentation: - image: blackducksoftware/blackduck-documentation:2022.10.1 + image: blackducksoftware/blackduck-documentation:2022.10.2 env_file: [blackduck-config.env] user: documentation:root environment: @@ -201,7 +201,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} uploadcache: - image: blackducksoftware/blackduck-upload-cache:1.0.29 + image: blackducksoftware/blackduck-upload-cache:1.0.31 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -219,7 +219,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} redis: - image: blackducksoftware/blackduck-redis:2022.10.1 + image: blackducksoftware/blackduck-redis:2022.10.2 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -238,7 +238,7 @@ services: deploy: restart_policy: {condition: any} bomengine: - image: blackducksoftware/blackduck-bomengine:2022.10.1 + image: blackducksoftware/blackduck-bomengine:2022.10.2 env_file: [blackduck-config.env , hub-postgres.env] environment: << : *pg-usage-settings @@ -259,7 +259,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} matchengine: - image: blackducksoftware/blackduck-matchengine:2022.10.1 + image: blackducksoftware/blackduck-matchengine:2022.10.2 user: matchengine:root healthcheck: test: [ CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', diff --git a/docker-swarm/docker-compose.redis.sentinel.yml b/docker-swarm/docker-compose.redis.sentinel.yml index 6a49fe1..dba45e2 100644 --- a/docker-swarm/docker-compose.redis.sentinel.yml +++ b/docker-swarm/docker-compose.redis.sentinel.yml @@ -1,7 +1,7 @@ version: '3.6' services: redisslave: - image: blackducksoftware/blackduck-redis:2022.10.1 + image: blackducksoftware/blackduck-redis:2022.10.2 env_file: [blackduck-config.env] user: redis:root stop_grace_period: 60s @@ -25,7 +25,7 @@ services: limits: {memory: 2048M} reservations: {memory: 2048M} redissentinel1: - image: blackducksoftware/blackduck-redis:2022.10.1 + image: blackducksoftware/blackduck-redis:2022.10.2 env_file: [blackduck-config.env] hostname: redissentinel1 user: redis:root @@ -47,7 +47,7 @@ services: limits: {memory: 32M} reservations: {memory: 32M} redissentinel2: - image: blackducksoftware/blackduck-redis:2022.10.1 + image: blackducksoftware/blackduck-redis:2022.10.2 env_file: [blackduck-config.env] hostname: redissentinel2 user: redis:root @@ -69,7 +69,7 @@ services: limits: {memory: 32M} reservations: {memory: 32M} redissentinel3: - image: blackducksoftware/blackduck-redis:2022.10.1 + image: blackducksoftware/blackduck-redis:2022.10.2 env_file: [blackduck-config.env] hostname: redissentinel3 user: redis:root diff --git a/docker-swarm/docker-compose.ubi.yml b/docker-swarm/docker-compose.ubi.yml index dcd549a..497a068 100644 --- a/docker-swarm/docker-compose.ubi.yml +++ b/docker-swarm/docker-compose.ubi.yml @@ -45,7 +45,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} authentication: user: authentication:root - image: blackducksoftware/blackduck-authentication:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-authentication:2022.10.2_ubi8.6 volumes: - authentication-volume:/opt/blackduck/hub/hub-authentication/ldap - {type: tmpfs, target: /opt/blackduck/hub/hub-authentication/security} @@ -67,7 +67,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} webapp: user: webapp:root - image: blackducksoftware/blackduck-webapp:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-webapp:2022.10.2_ubi8.6 volumes: - log-volume:/opt/blackduck/hub/logs - {type: tmpfs, target: /opt/blackduck/hub/hub-webapp/security} @@ -89,7 +89,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} scan: user: scan:root - image: blackducksoftware/blackduck-scan:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-scan:2022.10.2_ubi8.6 env_file: [blackduck-config.env ] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', @@ -110,7 +110,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} jobrunner: user: jobrunner:root - image: blackducksoftware/blackduck-jobrunner:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-jobrunner:2022.10.2_ubi8.6 env_file: [blackduck-config.env ] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', @@ -162,7 +162,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} registration: - image: blackducksoftware/blackduck-registration:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-registration:2022.10.2_ubi8.6 volumes: - config-volume:/opt/blackduck/hub/hub-registration/config - {type: tmpfs, target: /opt/blackduck/hub/hub-registration/security} @@ -201,7 +201,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 15s, window: 60s} webui: - image: blackducksoftware/blackduck-webui:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-webui:2022.10.2_ubi8.6 healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', /opt/blackduck/hub/hub-ui/security/root.crt] @@ -216,7 +216,7 @@ services: restart_policy: {condition: on-failure, delay: 15s, window: 60s} documentation: - image: blackducksoftware/blackduck-documentation:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-documentation:2022.10.2_ubi8.6 env_file: [blackduck-config.env] user: documentation:root environment: @@ -233,7 +233,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} uploadcache: - image: blackducksoftware/blackduck-upload-cache:1.0.29_ubi8.6 + image: blackducksoftware/blackduck-upload-cache:1.0.31_ubi8.6 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -251,7 +251,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} redis: - image: blackducksoftware/blackduck-redis:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-redis:2022.10.2_ubi8.6 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -270,7 +270,7 @@ services: deploy: restart_policy: {condition: any} bomengine: - image: blackducksoftware/blackduck-bomengine:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-bomengine:2022.10.2_ubi8.6 env_file: [blackduck-config.env ] environment: << : *pg-usage-settings @@ -291,7 +291,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} matchengine: - image: blackducksoftware/blackduck-matchengine:2022.10.1_ubi8.6 + image: blackducksoftware/blackduck-matchengine:2022.10.2_ubi8.6 user: matchengine:root healthcheck: test: [ CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', diff --git a/docker-swarm/docker-compose.yml b/docker-swarm/docker-compose.yml index e3383f2..3e9a682 100644 --- a/docker-swarm/docker-compose.yml +++ b/docker-swarm/docker-compose.yml @@ -45,7 +45,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} authentication: user: authentication:root - image: blackducksoftware/blackduck-authentication:2022.10.1 + image: blackducksoftware/blackduck-authentication:2022.10.2 volumes: - authentication-volume:/opt/blackduck/hub/hub-authentication/ldap - {type: tmpfs, target: /opt/blackduck/hub/hub-authentication/security} @@ -67,7 +67,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} webapp: user: webapp:root - image: blackducksoftware/blackduck-webapp:2022.10.1 + image: blackducksoftware/blackduck-webapp:2022.10.2 volumes: - log-volume:/opt/blackduck/hub/logs - {type: tmpfs, target: /opt/blackduck/hub/hub-webapp/security} @@ -89,7 +89,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} scan: user: scan:root - image: blackducksoftware/blackduck-scan:2022.10.1 + image: blackducksoftware/blackduck-scan:2022.10.2 env_file: [blackduck-config.env ] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', @@ -110,7 +110,7 @@ services: restart_policy: {condition: on-failure, delay: 5s, window: 60s} jobrunner: user: jobrunner:root - image: blackducksoftware/blackduck-jobrunner:2022.10.1 + image: blackducksoftware/blackduck-jobrunner:2022.10.2 env_file: [blackduck-config.env ] healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', @@ -162,7 +162,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} registration: - image: blackducksoftware/blackduck-registration:2022.10.1 + image: blackducksoftware/blackduck-registration:2022.10.2 volumes: - config-volume:/opt/blackduck/hub/hub-registration/config - {type: tmpfs, target: /opt/blackduck/hub/hub-registration/security} @@ -201,7 +201,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 15s, window: 60s} webui: - image: blackducksoftware/blackduck-webui:2022.10.1 + image: blackducksoftware/blackduck-webui:2022.10.2 healthcheck: test: [CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/health-checks/liveness', /opt/blackduck/hub/hub-ui/security/root.crt] @@ -216,7 +216,7 @@ services: restart_policy: {condition: on-failure, delay: 15s, window: 60s} documentation: - image: blackducksoftware/blackduck-documentation:2022.10.1 + image: blackducksoftware/blackduck-documentation:2022.10.2 env_file: [blackduck-config.env] user: documentation:root environment: @@ -233,7 +233,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} uploadcache: - image: blackducksoftware/blackduck-upload-cache:1.0.29 + image: blackducksoftware/blackduck-upload-cache:1.0.31 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -251,7 +251,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} redis: - image: blackducksoftware/blackduck-redis:2022.10.1 + image: blackducksoftware/blackduck-redis:2022.10.2 env_file: [blackduck-config.env] environment: HUB_JOBRUNNER_HOST: 'tasks.jobrunner.' @@ -270,7 +270,7 @@ services: deploy: restart_policy: {condition: any} bomengine: - image: blackducksoftware/blackduck-bomengine:2022.10.1 + image: blackducksoftware/blackduck-bomengine:2022.10.2 env_file: [blackduck-config.env ] environment: << : *pg-usage-settings @@ -291,7 +291,7 @@ services: mode: replicated restart_policy: {condition: on-failure, delay: 5s, window: 60s} matchengine: - image: blackducksoftware/blackduck-matchengine:2022.10.1 + image: blackducksoftware/blackduck-matchengine:2022.10.2 user: matchengine:root healthcheck: test: [ CMD, /usr/local/bin/docker-healthcheck.sh, 'https://localhost:8443/api/health-checks/liveness', diff --git a/docs/en_US/getting_started.pdf b/docs/en_US/getting_started.pdf index 54c6900..bbc10b6 100644 Binary files a/docs/en_US/getting_started.pdf and b/docs/en_US/getting_started.pdf differ diff --git a/docs/en_US/install_kubernetes.pdf b/docs/en_US/install_kubernetes.pdf index 7670a38..c9f53b3 100644 Binary files a/docs/en_US/install_kubernetes.pdf and b/docs/en_US/install_kubernetes.pdf differ diff --git a/docs/en_US/install_openshift.pdf b/docs/en_US/install_openshift.pdf index 946e9ad..7599601 100644 Binary files a/docs/en_US/install_openshift.pdf and b/docs/en_US/install_openshift.pdf differ diff --git a/docs/en_US/install_swarm.pdf b/docs/en_US/install_swarm.pdf index 8e9f938..fc29501 100644 Binary files a/docs/en_US/install_swarm.pdf and b/docs/en_US/install_swarm.pdf differ diff --git a/docs/en_US/release_notes.pdf b/docs/en_US/release_notes.pdf index ddb6e03..a0ac426 100644 Binary files a/docs/en_US/release_notes.pdf and b/docs/en_US/release_notes.pdf differ diff --git a/kubernetes/blackduck/Chart.yaml b/kubernetes/blackduck/Chart.yaml index a2c3bc1..741f4d2 100644 --- a/kubernetes/blackduck/Chart.yaml +++ b/kubernetes/blackduck/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 2022.10.1 +appVersion: 2022.10.2 name: blackduck description: Black Duck Helm Chart -version: 2022.10.1 +version: 2022.10.2 diff --git a/kubernetes/blackduck/README.md b/kubernetes/blackduck/README.md index cacbca9..819facb 100644 --- a/kubernetes/blackduck/README.md +++ b/kubernetes/blackduck/README.md @@ -238,7 +238,7 @@ The following table lists the configurable parameters of the Black Duck chart an | Parameter | Description | Default | | --------- | ----------- | ------- | | `registry` | Image repository | `docker.io/blackducksoftware` | -| `imageTag` | Version of Black Duck | `2022.10.1` | +| `imageTag` | Version of Black Duck | `2022.10.2` | | `imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | | `sealKey` | Seal key to encrypt the master key when Source code upload is enabled and it should be of length 32 | `abcdefghijklmnopqrstuvwxyz123456` | | `tlsCertSecretName` | Name of Webserver TLS Secret containing Certificates (if not provided Certificates will be generated) | | @@ -481,7 +481,7 @@ The following table lists the configurable parameters of the Black Duck chart an | Parameter | Description | Default | | --------- | ----------- | ------- | | `uploadcache.registry` | Image repository to be override at container level | | -| `uploadcache.imageTag` | Image tag to be override at container level | `1.0.29` | +| `uploadcache.imageTag` | Image tag to be override at container level | `1.0.31` | | `uploadcache.resources.limits.memory` | Upload cache container Memory Limit | `512Mi` | | `uploadcache.resources.requests.memory` | Upload cache container Memory request | `512Mi` | | `uploadcache.persistentVolumeClaimName` | Point to an existing Upload cache Persistent Volume Claim (PVC) | | diff --git a/kubernetes/blackduck/templates/redis.yaml b/kubernetes/blackduck/templates/redis.yaml index 1ba36f2..ba10184 100644 --- a/kubernetes/blackduck/templates/redis.yaml +++ b/kubernetes/blackduck/templates/redis.yaml @@ -74,6 +74,9 @@ spec: ports: - containerPort: 8379 protocol: TCP + volumeMounts: + - name: {{ .Release.Name }}-redis-data + mountPath: /data resources: {{- toYaml .Values.redis.resources | nindent 12 }} {{- with .Values.redis.securityContext }} @@ -104,7 +107,9 @@ spec: {{- end }} serviceAccountName: {{ .Release.Name }}-blackduck-service-account restartPolicy: Always - volumes: null + volumes: + - name: {{ .Release.Name }}-redis-data + emptyDir: { } {{- define "redisLivenessProbe" -}} {{- if .Values.enableLivenessProbe -}} diff --git a/kubernetes/blackduck/values.ubi.yaml b/kubernetes/blackduck/values.ubi.yaml index 5cab246..33b1b32 100644 --- a/kubernetes/blackduck/values.ubi.yaml +++ b/kubernetes/blackduck/values.ubi.yaml @@ -8,7 +8,7 @@ fullnameOverride: isKubernetes: true isAzure: false -imageTag: "2022.10.1" +imageTag: "2022.10.2" # Docker registry to pull Black Duck images registry: docker.io/blackducksoftware @@ -423,7 +423,7 @@ uploadcache: # override the docker registry at container level registry: # override the global imageTag - imageTag: 1.0.29_ubi8.6 + imageTag: 1.0.31_ubi8.6 # pvc related parameters for upload cache container. set if you want to create your own PVC (used for migration) persistentVolumeClaimName: # PVC claim size @@ -505,7 +505,7 @@ webserver: webui: # override the docker registry at container level registry: - imageTag: 2022.10.1_ubi8.6 + imageTag: 2022.10.2_ubi8.6 nodeSelector: {} tolerations: [] affinity: {} diff --git a/kubernetes/blackduck/values.yaml b/kubernetes/blackduck/values.yaml index 29ce8f8..6d69ca4 100644 --- a/kubernetes/blackduck/values.yaml +++ b/kubernetes/blackduck/values.yaml @@ -8,7 +8,7 @@ fullnameOverride: isKubernetes: true isAzure: false -imageTag: "2022.10.1" +imageTag: "2022.10.2" # Docker registry to pull Black Duck images registry: docker.io/blackducksoftware @@ -423,7 +423,7 @@ uploadcache: # override the docker registry at container level registry: # override the global imageTag - imageTag: 1.0.29 + imageTag: 1.0.31 # pvc related parameters for upload cache container. set if you want to create your own PVC (used for migration) persistentVolumeClaimName: # PVC claim size @@ -505,7 +505,7 @@ webserver: webui: # override the docker registry at container level registry: - imageTag: 2022.10.1 + imageTag: 2022.10.2 nodeSelector: {} tolerations: [] affinity: {}