-
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathvalues.yaml
More file actions
86 lines (79 loc) · 2.19 KB
/
Copy pathvalues.yaml
File metadata and controls
86 lines (79 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
operator:
enabled: true
fullnameOverride: "operator"
nameOverride: "operator"
image:
repository: "ghcr.io/formancehq/operator"
tag: "v2.0.29"
operator:
disableWebhooks: false
region: "private"
env: "private"
metricsAddr: ":8080"
probeAddr: ":8081"
enableLeaderElection: true
# Warning: This is a sensitive value
# Only Helm Release are impacted on first install.
# Use `components/operator/helm/crds` to install crds separately
# Deprecated: operator-crds, will be removed in a future release,
# please use operator-crds.create:true, to first update crds with `helm.sh/resource-policy: keep`
# Then you will be able to disable it and moved to the new chart `components/operator/helm/operator-crds`
# If using Helm Release, you will need to set `meta.helm.sh/release-name` and `meta.helm.sh/release-namespace` to the new relase name and namespace on all CRDs from Group: formance.com
operator-crds:
create: true
agent:
enabled: false
image:
tag: "v2.0.29"
server:
address: "app.formance.cloud:443"
tls:
enabled: true
insecureSkipVerify: true
agent:
id: "aws-eu-west-1-sandbox"
baseUrl: https://sandbox.formance.cloud
authentication:
mode: bearer
issuer: https://app.formance.cloud/api
clientID: "REGION_ID"
clientSecret: ""
versions:
create: true
files:
default:
orchestration: v0.2.1
reconciliation: v0.1.0
search: v0.10.0
auth: v0.4.4
wallets: v0.4.6
webhooks: v2.0.29
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.29
ledger: v1.10.14
operator-utils: v2.0.29
v1.0:
orchestration: v0.2.1
reconciliation: v0.1.0
search: v0.10.0
auth: v0.4.4
wallets: v0.4.6
webhooks: v2.0.29
payments: v1.0.0-rc.5
stargate: v0.1.10
gateway: v2.0.29
ledger: v1.10.14
operator-utils: v2.0.29
v2.0:
ledger: v2.0.29
search: v2.0.29
stargate: v2.0.29
auth: v2.0.29
wallets: v2.0.29
webhooks: v2.0.29
gateway: v2.0.29
payments: v2.0.29
orchestration: v2.0.29
reconciliation: v2.0.29
operator-utils: v2.0.29