Skip to content

Commit 3d6cb1d

Browse files
Merge pull request #1099 from kubewarden/updatecli_main_bf52360c67a655d2cfab8230a4495b4bd0b6775d7acb811509efd0922bda81de
chore: Helm chart 0.11.0 release
1 parent bf78c8b commit 3d6cb1d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

charts/sbomscanner/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3939
dependencies:
4040
- name: nats

charts/sbomscanner/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ global:
1919
controller:
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:
3737
storage:
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:
8989
worker:
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"
@@ -107,7 +107,7 @@ mcp:
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"

0 commit comments

Comments
 (0)