Skip to content

Commit

Permalink
ctx/chore(dataplane): version bump to 2025.2.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctxswitch authored Feb 10, 2025
1 parent d357227 commit ddff16e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ helm upgrade --install unionai-dataplane unionai/dataplane \
--values "<values.yaml>"
```

**Note: By default, Fluentbit and the [Grafana Loki](https://grafana.com/docs/loki/latest/setup/install/helm/) service backed by S3 (or compatible) storage is used to collect logs from containers running in the cluster. To disable it set `loki.enable=false` on the command line or in the values file.**

Once deployed you can check to see if the cluster has been successfully registered to the control plane by running the `get cluster` command in `uctl`

```shell
Expand All @@ -86,4 +88,5 @@ uctl get cluster
| <cluster> | <org> | STATE_ENABLED | HEALTHY |
----------- ------- --------------- -----------
1 rows
```
```

4 changes: 2 additions & 2 deletions charts/dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: dataplane
description: Deploys the Union dataplane components to onboard a kubernetes cluster to the Union Cloud.
type: application
icon: "https://i.ibb.co/JxfDQsL/Union-Symbol-yellow-2.png"
version: 2025.1.3
appVersion: 2025.1.3
version: 2025.2.0
appVersion: 2025.2.0
kubeVersion: ">= 1.28.0"
dependencies:
- name: kube-prometheus-stack
Expand Down

0 comments on commit ddff16e

Please sign in to comment.