Skip to content

Commit dd6b66f

Browse files
authored
fix: Dial the versions back so that release-please matches (#773)
This is to allow release-please to bump the chart so that the release and chart version are consistent.
1 parent d6af0fb commit dd6b66f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
sources:
88
- https://github.com/cloudquery/helm-charts/tree/main/charts/operator
99
type: application
10-
version: 0.10.6
10+
version: 0.10.5
1111
appVersion: 1.5.0
1212
deprecated: true
1313
annotations:

charts/platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- cloudquery
1010
sources:
1111
- https://github.com/cloudquery/helm-charts/tree/main/charts/platform
12-
version: 0.17.2
12+
version: 0.17.1
1313
appVersion: 1.5.0
1414
deprecated: true
1515
annotations:

0 commit comments

Comments
 (0)