-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathversions.tfvars.json
More file actions
102 lines (102 loc) · 5.17 KB
/
Copy pathversions.tfvars.json
File metadata and controls
102 lines (102 loc) · 5.17 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"armonik_versions": {
"armonik": "2.24.0",
"infra": "0.15.3",
"infra_plugins": "0.3.1",
"core": "0.40.1",
"api": "3.29.1",
"gui": "0.15.2",
"extcsharp": "0.21.2",
"extcpp": "0.5.4",
"extjava": "0.1.4",
"samples": "2.24.0"
},
"armonik_images": {
"armonik": [
],
"infra": [
"https://github.com/aneoconsulting/ArmoniK.Infra.git"
],
"infra_plugins": [
"dockerhubaneo/armonik_pdc_update",
"dockerhubaneo/armonik_load_balancer"
],
"core": [
"dockerhubaneo/armonik_pollingagent",
"dockerhubaneo/armonik_control_metrics",
"dockerhubaneo/armonik_control",
"dockerhubaneo/armonik_core_stream_test_worker",
"dockerhubaneo/armonik_core_stream_test_client",
"dockerhubaneo/armonik_core_htcmock_test_worker",
"dockerhubaneo/armonik_core_htcmock_test_client",
"dockerhubaneo/armonik_core_bench_test_worker",
"dockerhubaneo/armonik_core_bench_test_client"
],
"api": [
],
"gui": [
"dockerhubaneo/armonik_admin_app",
"dockerhubaneo/armonik_admin_api"
],
"extcsharp": [
"dockerhubaneo/armonik-dynamic-dotnet-worker"
],
"extcpp": [
"dockerhubaneo/armonik-sdk-cpp-dynamicworker"
],
"extjava": [
"dockerhubaneo/armonik-dynamic-java-worker"
],
"samples": [
"dockerhubaneo/armonik_demo_helloworld_worker",
"dockerhubaneo/armonik_demo_subtasking_worker",
"dockerhubaneo/armonik_demo_linearsubtasking_worker",
"dockerhubaneo/armonik_demo_multipleresults_worker"
]
},
"image_tags": {
"registry.k8s.io/autoscaling/cluster-autoscaler": "v1.35.0",
"registry.k8s.io/metrics-server/metrics-server": "v0.8.1",
"ghcr.io/kedacore/keda": "2.19.0",
"ghcr.io/kedacore/keda-metrics-apiserver": "2.19.0",
"public.ecr.aws/aws-ec2/aws-node-termination-handler": "v1.25.4",
"public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver": "v2.3.0",
"public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver": "v1.55.0",
"public.ecr.aws/csi-components/livenessprobe": "v2.17.0-eksbuild.4",
"public.ecr.aws/csi-components/csi-node-driver-registrar": "v2.15.0-eksbuild.4",
"public.ecr.aws/csi-components/csi-provisioner": "v6.1.0-eksbuild.3",
"apache/activemq-classic": "6.2.0",
"mongo": "8.2.5",
"percona/percona-server-mongodb": "8.0.19-7",
"percona/percona-server-mongodb-operator": "1.22.0",
"rtsp/mongosh": "2.7.0",
"redis": "8.6.0-alpine",
"minio/minio": "RELEASE.2025-09-07T16-13-09Z",
"datalust/seq": "2025.2",
"datalust/seqcli": "2025.2",
"grafana/grafana": "12.3.0",
"prom/node-exporter": "v1.10.2",
"prom/prometheus": "v3.5.1",
"fluent/fluent-bit": "4.2.2",
"nginxinc/nginx-unprivileged": "1.31.0-alpine-slim",
"registry.k8s.io/sig-storage/nfs-subdir-external-provisioner": "v4.0.18",
"bitnamilegacy/rabbitmq": "4.1.3",
"ghcr.io/chaos-mesh/chaos-mesh": "v2.8.1",
"ghcr.io/chaos-mesh/chaos-daemon": "v2.8.1",
"ghcr.io/chaos-mesh/chaos-dashboard": "v2.8.1",
"ghcr.io/prometheus-community/windows-exporter": "0.31.3",
"percona/mongodb_exporter": "0.48.0",
"mcr.microsoft.com/windows/nanoserver": "ltsc2025"
},
"helm_charts" : {
"keda": { "repository" : "https://kedacore.github.io/charts" , "version": "2.19.0"},
"metrics_server": { "repository" : "https://kubernetes-sigs.github.io/metrics-server/" , "version": "3.13.0"},
"cluster_autoscaler": {"repository" : "https://kubernetes.github.io/autoscaler" , "version": "9.55.0"},
"termination_handler": {"repository" : "oci://public.ecr.aws/aws-ec2/helm" , "version": "0.27.4" },
"efs_csi_driver": { "repository" :"https://kubernetes-sigs.github.io/aws-efs-csi-driver/" , "version": "3.4.0" },
"ebs_csi_driver": { "repository" :"https://kubernetes-sigs.github.io/aws-ebs-csi-driver/" , "version": "2.55.1" },
"rabbitmq": { "repository" : "oci://registry-1.docker.io/bitnamicharts" , "version": "16.0.7"},
"chaos_mesh": { "repository" : "https://charts.chaos-mesh.org" , "version": "2.8.1"},
"mongodb": { "repository": "https://percona.github.io/percona-helm-charts/", "version": "1.22.0"}
}
}