Skip to content

Commit

Permalink
fix(helm-charts): update regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor committed Oct 27, 2023
1 parent 134307b commit 21d7d33
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
9 changes: 9 additions & 0 deletions deploy/jaeger/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
allInOne:
enabled: true

agent:
enabled: false

collector:
enabled: false

query:
enabled: false
9 changes: 9 additions & 0 deletions deploy/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ serviceMonitor:
enabled: true
additionalLabels:
prometheus: kube-prometheus

read:
replicas: 1

write:
replicas: 1

backend:
replicas: 1
14 changes: 10 additions & 4 deletions deploy/unleash/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
image:
tag: 4.6.7

env:
- name: INIT_ADMIN_API_TOKENS
value: "*:*.apiTokensdklfslkdflsdlkfskdfjksdkf"
Expand All @@ -17,4 +14,13 @@ ingress:
- host: unleash.testing.com
paths:
- path: /
pathType: ImplementationSpecific
pathType: ImplementationSpecific
postgresql:
auth:
database: unleash
password: unleash
username: unleash
global:
postgresql:
auth:
postgresPassword: unleash
2 changes: 1 addition & 1 deletion hack/kind_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
kubeadmConfigPatches:
- |
kind: InitConfiguration
Expand Down

0 comments on commit 21d7d33

Please sign in to comment.