Skip to content

Commit 8b8b882

Browse files
Sync monorepo state at 8245a57a285e08c13f334d8f8f82282a709b2247 (#59)
1 parent 781e8f0 commit 8b8b882

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

charts/userclouds-on-prem/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.0 - UNRELEASED
4+
5+
- Remove DNS client type from config.
6+
37
## 1.0.0 - 20-05-2025
48

59
NOTE: This version of th chart requires an up to date version of the UserClouds software to work properly.

charts/userclouds-on-prem/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: userclouds-on-prem
33
description: A Helm chart for running the UserClouds services in Kubernetes (EKS) for on-premises deployments.
44
type: application
5-
version: 1.0.0
5+
version: 1.1.0

charts/userclouds-on-prem/templates/configs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ data:
9797
worker: |
9898
{{- include "userclouds.logdb_config" . | nindent 4 }}
9999
dns:
100-
type: prod
101100
host_and_port: 1.1.1.1:53
102101
console_tenant_id: {{ $console_tenant_id }}
103102
worker_client:

0 commit comments

Comments
 (0)