Skip to content

Commit

Permalink
Merge pull request #893 from DependencyTrack/bump-frontend-in-helmchart
Browse files Browse the repository at this point in the history
Bump frontend in Helm chart to `4.9.1`
  • Loading branch information
nscuro authored Nov 2, 2023
2 parents 937d9fa + 7ef9801 commit 27ac4f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions helm-charts/hyades/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
| apiServer.extraEnvFrom | list | `[]` | |
| apiServer.image.pullPolicy | string | `"Always"` | |
| apiServer.image.repository | string | `"dependencytrack/hyades-apiserver"` | |
| apiServer.image.tag | string | `"snapshot"` | |
| apiServer.image.tag | string | `"latest"` | |
| apiServer.ingress.annotations | object | `{}` | |
| apiServer.ingress.enabled | bool | `false` | |
| apiServer.ingress.hostname | string | `"example.com"` | |
Expand Down Expand Up @@ -71,7 +71,7 @@
| frontend.extraEnvFrom | list | `[]` | |
| frontend.image.pullPolicy | string | `"Always"` | |
| frontend.image.repository | string | `"dependencytrack/frontend"` | |
| frontend.image.tag | string | `"4.8.1"` | |
| frontend.image.tag | string | `"4.9.1"` | |
| frontend.ingress.annotations | object | `{}` | |
| frontend.ingress.enabled | bool | `false` | |
| frontend.ingress.hostname | string | `"example.com"` | |
Expand Down Expand Up @@ -190,5 +190,3 @@
| vulnAnalyzer.resources.requests.cpu | string | `"500m"` | |
| vulnAnalyzer.resources.requests.memory | string | `"512Mi"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions helm-charts/hyades/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apiServer:
annotations: {}
image:
repository: dependencytrack/hyades-apiserver
tag: snapshot
tag: latest
pullPolicy: Always
command: []
args: []
Expand Down Expand Up @@ -73,7 +73,7 @@ frontend:
annotations: {}
image:
repository: dependencytrack/frontend
tag: 4.9.0
tag: 4.9.1
pullPolicy: Always
command: []
args: []
Expand Down

0 comments on commit 27ac4f6

Please sign in to comment.