-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathversions.toml
More file actions
98 lines (75 loc) · 2.12 KB
/
Copy pathversions.toml
File metadata and controls
98 lines (75 loc) · 2.12 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
# This file contains version numbers for software in the cluster.
# It is formatted as best as possible to avoid merge conflicts from
# automated tooling.
# Cluster Services & Core Applications
[argocd]
version = "9.5.15"
helm = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
[argo-workflows]
version = "1.0.14"
helm = "https://argoproj.github.io/argo-helm"
chart = "argo-workflows"
[argo-events]
version = "2.4.23"
helm = "https://argoproj.github.io/argo-helm"
chart = "argo-events"
[cert-manager]
version = "v1.20.2"
helm = "https://charts.jetstack.io"
[cilium]
version = "1.19.4"
helm = "https://helm.cilium.io/"
[contour]
version = "21.0.12"
helm = "https://charts.bitnami.com/bitnami"
[coredns]
version = "1.45.2"
helm = "https://coredns.github.io/helm"
[keda]
version = "2.19.0"
helm = "https://kedacore.github.io/charts"
[keycloak]
version = "24.9.0"
helm = "https://charts.bitnami.com/bitnami"
[kubevirt]
version = "v1.8.2"
github = "https://github.com/kubevirt/kubevirt"
[metallb]
version = "6.4.20"
helm = "https://charts.bitnami.com/bitnami"
[metrics-server]
version = "3.13.0"
helm = "https://kubernetes-sigs.github.io/metrics-server/"
[postgres-operator]
version = "1.15.1"
helm = "https://opensource.zalando.com/postgres-operator/charts/postgres-operator"
[prometheus]
version = "86.0.0"
helm = "https://prometheus-community.github.io/helm-charts"
chart = "kube-prometheus-stack"
[rook]
version = "v1.19.5"
helm = "https://charts.rook.io/release"
chart = "rook-ceph"
[snapshot-controller]
version = "v8.3.0"
repo_url = "https://github.com/kubernetes-csi/external-snapshotter.git/"
path = "deploy/kubernetes/snapshot-controller"
[snapshot-controller-crds]
version = "v8.3.0"
repo_url = "https://github.com/kubernetes-csi/external-snapshotter.git/"
path = "client/config/crd"
[teleport]
version = "18.8.1"
helm = "https://charts.releases.teleport.dev"
chart = "teleport-cluster"
[vault]
version = "0.32.0"
helm = "https://helm.releases.hashicorp.com"
[vault-secrets-operator]
version = "2.7.0"
helm = "https://ricoberger.github.io/helm-charts"
[velero]
version = "6.0.0"
helm = "https://vmware-tanzu.github.io/helm-charts/"