Skip to content

Commit 21d7d33

Browse files
committed
fix(helm-charts): update regressions
1 parent 134307b commit 21d7d33

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

deploy/jaeger/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
allInOne:
2+
enabled: true
3+
14
agent:
25
enabled: false
6+
7+
collector:
8+
enabled: false
9+
10+
query:
11+
enabled: false

deploy/loki/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ serviceMonitor:
22
enabled: true
33
additionalLabels:
44
prometheus: kube-prometheus
5+
6+
read:
7+
replicas: 1
8+
9+
write:
10+
replicas: 1
11+
12+
backend:
13+
replicas: 1

deploy/unleash/values.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
image:
2-
tag: 4.6.7
3-
41
env:
52
- name: INIT_ADMIN_API_TOKENS
63
value: "*:*.apiTokensdklfslkdflsdlkfskdfjksdkf"
@@ -17,4 +14,13 @@ ingress:
1714
- host: unleash.testing.com
1815
paths:
1916
- path: /
20-
pathType: ImplementationSpecific
17+
pathType: ImplementationSpecific
18+
postgresql:
19+
auth:
20+
database: unleash
21+
password: unleash
22+
username: unleash
23+
global:
24+
postgresql:
25+
auth:
26+
postgresPassword: unleash

hack/kind_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: Cluster
22
apiVersion: kind.x-k8s.io/v1alpha4
33
nodes:
44
- role: control-plane
5-
image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
5+
image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
66
kubeadmConfigPatches:
77
- |
88
kind: InitConfiguration

0 commit comments

Comments
 (0)