Skip to content

Commit 4070861

Browse files
authored
chore(main): Release platform 0.16.4 (#744)
🤖 I have created a release *beep* *boop* --- ## [0.16.4](platform-0.16.3...platform-0.16.4) (2025-03-25) ### Bug Fixes * Switch to using queue URL instead ([#743](#743)) ([61d5b07](61d5b07)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 61d5b07 commit 4070861

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"charts/platform": "0.16.3",
2+
"charts/platform": "0.16.4",
33
"charts/cloudquery": "38.0.0",
44
"charts/operator": "0.10.1"
55
}

charts/platform/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.4](https://github.com/cloudquery/helm-charts/compare/platform-0.16.3...platform-0.16.4) (2025-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Switch to using queue URL instead ([#743](https://github.com/cloudquery/helm-charts/issues/743)) ([61d5b07](https://github.com/cloudquery/helm-charts/commit/61d5b07b96692f60e67a6e4f91cf95ddf0ba7f36))
9+
310
## [0.16.3](https://github.com/cloudquery/helm-charts/compare/platform-0.16.2...platform-0.16.3) (2025-03-25)
411

512

charts/platform/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sources:
1212
maintainers:
1313
- name: yevgenypats
1414
15-
version: 0.16.3
15+
version: 0.16.4
1616
appVersion: 1.1.0
1717
annotations:
1818
artifacthub.io/license: MPL-2.0

charts/platform/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Helm chart for installing the CloudQuery self-hosted platform
44

5-
![Version: 0.16.3](https://img.shields.io/badge/Version-0.16.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
5+
![Version: 0.16.4](https://img.shields.io/badge/Version-0.16.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
66

77
## Quickstart
88

@@ -85,7 +85,7 @@ Kubernetes: `^1.8.0-0`
8585
| readinessProbe.periodSeconds | int | `30` | |
8686
| replicaCount | int | `1` | The number of replicas to deploy |
8787
| resources | object | `{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"500m","memory":"512Mi"}}` | Deployment resources |
88-
| s3Source | object | `{"bucketName":"","bucketRegion":"","enabled":false,"externalId":"","iamRole":"","queueAccountId":"","queueName":""}` | Specify the S3 source configuration |
88+
| s3Source | object | `{"bucketName":"","bucketRegion":"","enabled":false,"externalId":"","iamRole":"","queueUrl":""}` | Specify the S3 source configuration |
8989
| scheduler | object | `{"address":"scheduler-operator:3001"}` | Specify the scheduler configuration |
9090
| service | object | `{"annotations":{},"port":3000,"targetPort":3000,"type":"ClusterIP"}` | Specify the ports the container exposes |
9191
| serviceAccount.annotations | object | `{}` | |

0 commit comments

Comments
 (0)