File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ type: application
2828# This is the chart version. This version number should be incremented each time you make changes
2929# to the chart and its templates, including the app version.
3030# Versions are expected to follow Semantic Versioning (https://semver.org/)
31- version : 0.11.0-rc.1
31+ version : 0.11.0
3232
3333# This is the version number of the application being deployed. This version number should be
3434# incremented each time you make changes to the application. Versions are not expected to
3535# follow Semantic Versioning. They should reflect the version the application is using.
3636# It is recommended to use it with quotes.
37- appVersion : v0.11.0-rc.1
37+ appVersion : v0.11.0
3838
3939dependencies :
4040 - name : nats
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ global:
1919controller :
2020 image :
2121 repository : kubewarden/sbomscanner/controller
22- tag : v0.11.0-rc.1
22+ tag : v0.11.0
2323 pullPolicy : IfNotPresent
2424 replicas : 3
2525 logLevel : " info"
@@ -37,7 +37,7 @@ controller:
3737storage :
3838 image :
3939 repository : kubewarden/sbomscanner/storage
40- tag : v0.11.0-rc.1
40+ tag : v0.11.0
4141 pullPolicy : IfNotPresent
4242 replicas : 3
4343 logLevel : " info"
@@ -89,7 +89,7 @@ storage:
8989worker :
9090 image :
9191 repository : kubewarden/sbomscanner/worker
92- tag : v0.11.0-rc.1
92+ tag : v0.11.0
9393 pullPolicy : IfNotPresent
9494 replicas : 3
9595 logLevel : " info"
107107 enabled : false
108108 image :
109109 repository : kubewarden/sbomscanner/mcp
110- tag : v0.11.0-rc.1
110+ tag : v0.11.0
111111 pullPolicy : IfNotPresent
112112 replicas : 1
113113 logLevel : " info"
You can’t perform that action at this time.
0 commit comments