Skip to content

Commit caab10e

Browse files
authored
Update hyades chart for 0.7.0-alpha.2 (#306)
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent 7d80d60 commit caab10e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

charts/hyades/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: hyades
3-
version: 0.11.0
3+
version: 0.12.0
44
type: application
5-
appVersion: 0.7.0-alpha.1
5+
appVersion: 0.7.0-alpha.2
66
description: |-
77
Hyades is an incubating project for decoupling responsibilities from Dependency-Track's
88
monolithic API server into separate, scalable services. It will eventually become

charts/hyades/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ apiServer:
4949
repository: dependencytrack/hyades-apiserver
5050
# -- Can be a tag name such as "latest", or an image digest
5151
# prefixed with "sha256:".
52-
tag: 5.7.0-alpha.1
52+
tag: 5.7.0-alpha.2
5353
pullPolicy: Always
5454
command: []
5555
args: []
@@ -189,7 +189,7 @@ frontend:
189189
repository: dependencytrack/hyades-frontend
190190
# -- Can be a tag name such as "latest", or an image digest
191191
# prefixed with "sha256:".
192-
tag: 5.7.0-alpha.1
192+
tag: 5.7.0-alpha.2
193193
pullPolicy: Always
194194
command: []
195195
args: []
@@ -266,7 +266,7 @@ repoMetaAnalyzer:
266266
repository: dependencytrack/hyades-repository-meta-analyzer
267267
# -- Can be a tag name such as "latest", or an image digest
268268
# prefixed with "sha256:".
269-
tag: 0.7.0-alpha.1
269+
tag: 0.7.0-alpha.2
270270
pullPolicy: Always
271271
command: []
272272
args: []
@@ -333,7 +333,7 @@ vulnAnalyzer:
333333
repository: dependencytrack/hyades-vulnerability-analyzer
334334
# -- Can be a tag name such as "latest", or an image digest
335335
# prefixed with "sha256:".
336-
tag: 0.7.0-alpha.1
336+
tag: 0.7.0-alpha.2
337337
pullPolicy: Always
338338
command: []
339339
args: []

0 commit comments

Comments
 (0)