Skip to content

Commit

Permalink
[Dependency-Track] Update to DT 4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heubeck committed Oct 28, 2024
1 parent b114549 commit fbcf7c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-chart-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "matrix<<EOF"
echo '{ "include": ['
[[ "${{ steps.changed-files.outputs.any_changed }}" == 'false' ]] && echo '{ "name": "lint" },'
echo '{ "name": "k8s-1.31", "kindest_image": "kindest/node:v1.31.0" },'
echo '{ "name": "k8s-1.31", "kindest_image": "kindest/node:v1.31.1" },'
echo '{ "name": "k8s-1.30", "kindest_image": "kindest/node:v1.30.4" },'
echo '{ "name": "k8s-1.29", "kindest_image": "kindest/node:v1.29.8" },'
echo '{ "name": "k8s-1.28", "kindest_image": "kindest/node:v1.28.13" },'
Expand Down
4 changes: 2 additions & 2 deletions charts/dependency-track/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ type: application
maintainers:
- name: MediaMarktSaturn
url: https://github.com/MediaMarktSaturn
appVersion: 4.12.0
version: 1.7.0
appVersion: 4.12.1
version: 1.7.1
4 changes: 2 additions & 2 deletions charts/dependency-track/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiserver:
image:
repository: docker.io/dependencytrack/apiserver
tag: 4.12.0
tag: 4.12.1
resources:
limits:
cpu: "3"
Expand Down Expand Up @@ -47,7 +47,7 @@ apiserver:
frontend:
image:
repository: docker.io/dependencytrack/frontend
tag: 4.12.0
tag: 4.12.1
resources:
limits:
cpu: "1"
Expand Down

0 comments on commit fbcf7c6

Please sign in to comment.