File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
argo.example/monitoring/apps
helm-subcharts/kube-prometheus-stack Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Core Version
2
- argocd_version=5.51.1
3
- sealed_secrets_version=2.13.2
2
+ argocd_version=5.51.2
3
+ sealed_secrets_version=2.13.3
4
4
kubevirt_version=v1.1.0
5
5
coredns_version=1.11.1
6
6
7
7
# Utils Version
8
8
cfctl_version=v0.16.0+9001
9
- kubeseal_version=0.24.3
9
+ kubeseal_version=0.24.4
10
10
helm_version=v3.13.2
11
11
etcdctl_version=v3.5.10
12
12
13
13
# Apps
14
14
local_path_provisioner_version=v0.0.24
15
- kube_prometheus_stack_version=52 .1.0
15
+ kube_prometheus_stack_version=54 .1.0
16
16
17
17
# cfctl.yaml
18
18
k0s_version=1.28.3+k0s.0
Original file line number Diff line number Diff line change 10
10
source :
11
11
repoURL : https://github.com/prometheus-community/helm-charts.git
12
12
path : charts/kube-prometheus-stack/crds/
13
- targetRevision : kube-prometheus-stack-52 .1.0
13
+ targetRevision : kube-prometheus-stack-54 .1.0
14
14
15
15
directory :
16
16
recurse : true
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ helm repo update
8
8
helm upgrade --install \
9
9
-n argocd \
10
10
-f " ${BASEDIR} /values.yaml" \
11
- --version 5.51.1 \
11
+ --version 5.51.2 \
12
12
argocd \
13
13
argo/argo-cd \
14
14
--create-namespace
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ helm repo update
5
5
6
6
helm upgrade --install \
7
7
-n sealed-secrets \
8
- --version 2.13.2 \
8
+ --version 2.13.3 \
9
9
sealed-secrets \
10
10
sealed-secrets/sealed-secrets \
11
11
--create-namespace
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apiVersion: v2
2
2
name : kube-prometheus-stack-subchart
3
3
description : Kube Prometheus Stack subchart
4
4
type : application
5
- version : 52 .1.0
5
+ version : 54 .1.0
6
6
appVersion : ' 36.2.1'
7
7
8
8
dependencies :
9
9
- name : kube-prometheus-stack
10
- version : 52 .1.0
10
+ version : 54 .1.0
11
11
repository : https://prometheus-community.github.io/helm-charts
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export KUBECTL
70
70
71
71
KUBESEAL=" $( command -v kubeseal) "
72
72
if ! [ -x " $KUBESEAL " ]; then
73
- KUBESEAL_VERSION=0.24.3
73
+ KUBESEAL_VERSION=0.24.4
74
74
echo " kubeseal could not be found. Downloading it locally in ./bin."
75
75
rm -f ./bin/kubeseal
76
76
curl -fsSL " https://github.com/bitnami-labs/sealed-secrets/releases/download/v${KUBESEAL_VERSION} /kubeseal-${KUBESEAL_VERSION} -${os} -${architecture} .tar.gz" | tar -zxvf - kubeseal
You can’t perform that action at this time.
0 commit comments