-
Notifications
You must be signed in to change notification settings - Fork 16
/
versions.tfvars.json
92 lines (92 loc) · 4.83 KB
/
versions.tfvars.json
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
{
"armonik_versions": {
"armonik": "2.21.0",
"infra": "0.7.0",
"infra_plugins": "0.1.1",
"core": "0.28.0",
"api": "3.21.0",
"gui": "0.13.3",
"extcsharp": "0.12.11",
"samples": "2.21.0"
},
"armonik_images": {
"armonik": [
],
"infra": [
"https://github.com/aneoconsulting/ArmoniK.Infra.git"
],
"infra_plugins": [
"dockerhubaneo/armonik_pdc_update"
],
"core": [
"dockerhubaneo/armonik_pollingagent",
"dockerhubaneo/armonik_control_metrics",
"dockerhubaneo/armonik_control_partition_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_worker_dll"
],
"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.31.0",
"registry.k8s.io/metrics-server/metrics-server": "v0.7.2",
"ghcr.io/kedacore/keda": "2.16.0",
"ghcr.io/kedacore/keda-metrics-apiserver": "2.16.0",
"public.ecr.aws/aws-ec2/aws-node-termination-handler": "v1.22.1",
"public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver": "v2.1.0",
"public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe": "v2.14.0-eks-1-31-7",
"public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar": "v2.12.0-eks-1-31-7",
"public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner": "v5.1.0-eks-1-31-7",
"symptoma/activemq": "5.18.4",
"mongo": "8.0.3",
"bitnami/mongodb": "8.0.3-debian-12-r0",
"bitnami/mongodb-sharded": "8.0.3-debian-12-r0",
"rtsp/mongosh": "2.3.3",
"redis": "7.4.1-alpine",
"minio/minio": "RELEASE.2024-11-07T00-52-20Z",
"datalust/seq": "2024.3",
"datalust/seqcli": "2024.3",
"grafana/grafana": "11.3.0",
"prom/node-exporter": "v1.8.2",
"prom/prometheus": "v3.0.0",
"fluent/fluent-bit": "3.1.10",
"nginxinc/nginx-unprivileged": "1.27.2-alpine-slim",
"registry.k8s.io/sig-storage/nfs-subdir-external-provisioner": "v4.0.18",
"bitnami/rabbitmq": "4.0.3",
"ghcr.io/chaos-mesh/chaos-mesh": "v2.7.0",
"ghcr.io/chaos-mesh/chaos-daemon": "v2.7.0",
"ghcr.io/chaos-mesh/chaos-dashboard": "v2.7.0",
"ghcr.io/prometheus-community/windows-exporter": "0.29.2-ltsc2022",
"mcr.microsoft.com/windows/nanoserver": "ltsc2022"
},
"helm_charts" : {
"keda" : { "repository" : "https://kedacore.github.io/charts" , "version" : "2.16.0"},
"metrics_server" : { "repository" : "https://kubernetes-sigs.github.io/metrics-server/" , "version" :"3.12.2"},
"cluster_autoscaler" : {"repository" : "https://kubernetes.github.io/autoscaler" , "version" : "9.43.2"},
"termination_handler" : {"repository" : "https://aws.github.io/eks-charts" , "version" : "0.21.0" },
"efs_csi_driver" : { "repository" :"https://kubernetes-sigs.github.io/aws-efs-csi-driver/" , "version": "3.0.8" },
"rabbitmq" : { "repository" : "https://charts.bitnami.com/bitnami" , "version" : "13.0.2"},
"chaos_mesh" : { "repository" : "https://charts.chaos-mesh.org" , "version" : "2.6.3"},
"mongodb" : { "repository": "oci://registry-1.docker.io/bitnamicharts", "version" : "16.2.2"},
"mongodb-sharded" : { "repository": "oci://registry-1.docker.io/bitnamicharts", "version" : "9.0.3" }
}
}