Skip to content

Commit db38aff

Browse files
committed
feat: prepare release
1 parent fde903b commit db38aff

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

helm/crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ type: application
1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
1414
# Versions are expected to follow Semantic Versioning (https://semver.org/)
15-
version: "3.5.0"
15+
version: "3.5.1"
1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application. Versions are not expected to
1818
# follow Semantic Versioning. They should reflect the version the application is using.
1919
# It is recommended to use it with quotes.
20-
appVersion: v3.5.0
20+
appVersion: v3.5.1

helm/operator/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: operator-crds
33
repository: file://../crds
4-
version: 3.5.0
5-
digest: sha256:ddf3ae005c2951b27c1ef968ac19eef153cd3070b9ed53d407c62d0a6dd92ba0
6-
generated: "2026-02-03T12:18:41.125807+01:00"
4+
version: 3.5.1
5+
digest: sha256:04607ffa414fa774edcff557c9c6a4c9f5d0c22f9d6ea40195d36b2a4d48d6e8
6+
generated: "2026-02-06T11:40:44.934758+01:00"

helm/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ type: application
1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
1414
# Versions are expected to follow Semantic Versioning (https://semver.org/)
15-
version: "3.5.0"
15+
version: "3.5.1"
1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application. Versions are not expected to
1818
# follow Semantic Versioning. They should reflect the version the application is using.
1919
# It is recommended to use it with quotes.
20-
appVersion: "v3.5.0"
20+
appVersion: "v3.5.1"
2121
dependencies:
2222
- name: operator-crds
2323
version: "3.X"

0 commit comments

Comments
 (0)