Skip to content

Commit

Permalink
fix(deps): update helm release komoplane to v0.1.6 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 7dc76ea commit 455863e
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 58 deletions.
4 changes: 2 additions & 2 deletions platform-apps/charts/image-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
},
{
"chart": "komoplane",
"image": "komodorio/komoplane:0.1.5",
"id": "komoplane_komoplane_0.1.5"
"image": "komodorio/komoplane:0.1.6",
"id": "komoplane_komoplane_0.1.6"
},
{
"chart": "kubecost",
Expand Down
2 changes: 1 addition & 1 deletion platform-apps/charts/image-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* quay.io/keycloak/keycloak:25.0.2
## komoplane
* busybox
* komodorio/komoplane:0.1.5
* komodorio/komoplane:0.1.6
## kubecost
* alpine/k8s:1.26.9
* gcr.io/kubecost1/cost-model:prod-2.5.1
Expand Down
6 changes: 3 additions & 3 deletions platform-apps/charts/komoplane/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: komoplane
repository: https://helm-charts.komodor.io
version: 0.1.5
digest: sha256:e2a74d431ed5bcba1dfe9d2a1b90234c81b9becd4acb53ca6c0620b7a718bed6
generated: "2024-06-12T21:52:25.010955+02:00"
version: 0.1.6
digest: sha256:ec3040615dde94be483999b46fac592b60bab468b8f8ae878676ddd33d7a4946
generated: "2025-01-21T12:59:15.3654371Z"
2 changes: 1 addition & 1 deletion platform-apps/charts/komoplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ appVersion: "1.0.0"

dependencies:
- name: komoplane
version: 0.1.5
version: 0.1.6
repository: https://helm-charts.komodor.io

51 changes: 0 additions & 51 deletions trivy-reports/report-komoplane_komoplane_0.1.5.md

This file was deleted.

30 changes: 30 additions & 0 deletions trivy-reports/report-komoplane_komoplane_0.1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

<h3>Target <code>komodorio/komoplane:0.1.6 (alpine 3.21.2)</code></h3>
<h4>No Vulnerabilities found</h4>
<h4>No Misconfigurations found</h4>
<h3>Target <code>bin/komoplane</code></h3>
<h4>Vulnerabilities (2)</h4>
<table>
<tr>
<th>Package</th>
<th>ID</th>
<th>Severity</th>
<th>Installed Version</th>
<th>Fixed Version</th>
</tr>
<tr>
<td><code>golang.org/x/crypto</code></td>
<td>CVE-2024-45337</td>
<td>CRITICAL</td>
<td>v0.21.0</td>
<td>0.31.0</td>
</tr>
<tr>
<td><code>golang.org/x/net</code></td>
<td>CVE-2024-45338</td>
<td>HIGH</td>
<td>v0.23.0</td>
<td>0.33.0</td>
</tr>
</table>
<h4>No Misconfigurations found</h4>

0 comments on commit 455863e

Please sign in to comment.