11# hyades
22
3- ![ Version: 0.11 .0] ( https://img.shields.io/badge/Version-0.11 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.7.0-alpha.1 ] ( https://img.shields.io/badge/AppVersion-0.7.0--alpha.1 -informational?style=flat-square )
3+ ![ Version: 0.12 .0] ( https://img.shields.io/badge/Version-0.12 .0-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.7.0-alpha.2 ] ( https://img.shields.io/badge/AppVersion-0.7.0--alpha.2 -informational?style=flat-square )
44
55Hyades is an incubating project for decoupling responsibilities from Dependency-Track's
66monolithic API server into separate, scalable services. It will eventually become
@@ -45,7 +45,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
4545| apiServer.image.pullPolicy | string | ` "Always" ` | |
4646| apiServer.image.registry | string | ` "" ` | Override common.image.registry for the API server. |
4747| apiServer.image.repository | string | ` "dependencytrack/hyades-apiserver" ` | |
48- | apiServer.image.tag | string | ` "5.7.0-alpha.1 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
48+ | apiServer.image.tag | string | ` "5.7.0-alpha.2 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
4949| apiServer.initContainers | list | ` [] ` | Additional init containers to deploy. Supports templating. |
5050| apiServer.nodeSelector | object | ` {} ` | |
5151| apiServer.probes.liveness.failureThreshold | int | ` 3 ` | |
@@ -104,7 +104,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
104104| frontend.image.pullPolicy | string | ` "Always" ` | |
105105| frontend.image.registry | string | ` "" ` | Override common.image.registry for the API frontend. |
106106| frontend.image.repository | string | ` "dependencytrack/hyades-frontend" ` | |
107- | frontend.image.tag | string | ` "5.7.0-alpha.1 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
107+ | frontend.image.tag | string | ` "5.7.0-alpha.2 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
108108| frontend.initContainers | list | ` [] ` | Additional init containers to deploy. Supports templating. |
109109| frontend.nodeSelector | object | ` {} ` | |
110110| frontend.probes.liveness.failureThreshold | int | ` 3 ` | |
@@ -146,7 +146,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
146146| initializer.image.pullPolicy | string | ` "Always" ` | |
147147| initializer.image.registry | string | ` "" ` | Override common.image.registry for the API server. |
148148| initializer.image.repository | string | ` "dependencytrack/hyades-apiserver" ` | |
149- | initializer.image.tag | string | ` "5.7.0-alpha.1 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
149+ | initializer.image.tag | string | ` "5.7.0-alpha.2 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
150150| initializer.noHelmHook | bool | ` false ` | Whether to NOT deploy the initializer Job as ` post-install ` and ` post-upgrade ` Helm hook. Deploying as Helm hook can create deadlock situations when ` helm install ` and ` helm upgrade ` are executed with ` --wait ` flag. See < https://github.com/helm/helm/issues/10555 > . Note that without hooks, ` helm upgrade ` may fail due to Job fields being immutable. |
151151| initializer.nodeSelector | object | ` {} ` | |
152152| initializer.resources.limits.memory | string | ` "256Mi" ` | |
@@ -173,7 +173,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
173173| repoMetaAnalyzer.image.pullPolicy | string | ` "Always" ` | |
174174| repoMetaAnalyzer.image.registry | string | ` "" ` | Override common.image.registry for the repository metadata analyzer. |
175175| repoMetaAnalyzer.image.repository | string | ` "dependencytrack/hyades-repository-meta-analyzer" ` | |
176- | repoMetaAnalyzer.image.tag | string | ` "0.7.0-alpha.1 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
176+ | repoMetaAnalyzer.image.tag | string | ` "0.7.0-alpha.2 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
177177| repoMetaAnalyzer.initContainers | list | ` [] ` | Additional init containers to deploy. Supports templating. |
178178| repoMetaAnalyzer.nodeSelector | object | ` {} ` | |
179179| repoMetaAnalyzer.probes.liveness.failureThreshold | int | ` 3 ` | |
@@ -206,7 +206,7 @@ The GA roadmap for Hyades is tracked here: https://github.com/DependencyTrack/hy
206206| vulnAnalyzer.image.pullPolicy | string | ` "Always" ` | |
207207| vulnAnalyzer.image.registry | string | ` "" ` | Override common.image.registry for the vulnerability analyzer. |
208208| vulnAnalyzer.image.repository | string | ` "dependencytrack/hyades-vulnerability-analyzer" ` | |
209- | vulnAnalyzer.image.tag | string | ` "0.7.0-alpha.1 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
209+ | vulnAnalyzer.image.tag | string | ` "0.7.0-alpha.2 " ` | Can be a tag name such as "latest", or an image digest prefixed with "sha256:". |
210210| vulnAnalyzer.initContainers | list | ` [] ` | Additional init containers to deploy. Supports templating. |
211211| vulnAnalyzer.nodeSelector | object | ` {} ` | |
212212| vulnAnalyzer.persistentVolume.className | string | ` "" ` | |
0 commit comments