-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathversions.toml
More file actions
108 lines (83 loc) · 2.33 KB
/
versions.toml
File metadata and controls
108 lines (83 loc) · 2.33 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
103
104
105
106
107
108
# 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 = "8.2.5"
helm = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
[argo-workflows]
version = "0.45.21"
helm = "https://argoproj.github.io/argo-helm"
chart = "argo-workflows"
[argo-events]
version = "2.4.16"
helm = "https://argoproj.github.io/argo-helm"
chart = "argo-events"
[cert-manager]
version = "1.18.2"
helm = "https://charts.jetstack.io"
[cilium]
version = "1.18.0"
helm = "https://helm.cilium.io/"
[contour]
version = "21.0.12"
helm = "https://charts.bitnami.com/bitnami"
[coredns]
version = "1.43.1"
helm = "https://coredns.github.io/helm"
[fission]
version = "1.21.0"
helm = "https://fission.github.io/fission-charts/"
chart = "fission-all"
[keda]
version = "2.17.2"
helm = "https://kedacore.github.io/charts"
[keycloak]
version = "24.9.0"
helm = "https://charts.bitnami.com/bitnami"
[kubevirt]
version = "v1.6.0"
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.14.0"
helm = "https://opensource.zalando.com/postgres-operator/charts/postgres-operator"
[prometheus]
version = "82.10.3"
helm = "https://prometheus-community.github.io/helm-charts"
chart = "kube-prometheus-stack"
[rabbitmq]
version = "4.4.29"
helm = "https://charts.bitnami.com/bitnami"
chart = "rabbitmq-cluster-operator"
[rook]
version = "1.17.7"
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 = "17.7.1"
helm = "https://charts.releases.teleport.dev"
chart = "teleport-cluster"
[vault]
version = "0.30.1"
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/"