Skip to content

Commit e26029f

Browse files
authored
chore: update dependencies
Signed-off-by: GitHub <[email protected]>
1 parent 7956f2f commit e26029f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.ci/version-lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# 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
44
kubevirt_version=v1.1.0
55
coredns_version=1.11.1
66

77
# Utils Version
88
cfctl_version=v0.16.0+9001
9-
kubeseal_version=0.24.3
9+
kubeseal_version=0.24.4
1010
helm_version=v3.13.2
1111
etcdctl_version=v3.5.10
1212

1313
# Apps
1414
local_path_provisioner_version=v0.0.24
15-
kube_prometheus_stack_version=52.1.0
15+
kube_prometheus_stack_version=54.1.0
1616

1717
# cfctl.yaml
1818
k0s_version=1.28.3+k0s.0

argo.example/monitoring/apps/prometheus-crd-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: https://github.com/prometheus-community/helm-charts.git
1212
path: charts/kube-prometheus-stack/crds/
13-
targetRevision: kube-prometheus-stack-52.1.0
13+
targetRevision: kube-prometheus-stack-54.1.0
1414

1515
directory:
1616
recurse: true

core.example/argo-cd/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ helm repo update
88
helm upgrade --install \
99
-n argocd \
1010
-f "${BASEDIR}/values.yaml" \
11-
--version 5.51.1 \
11+
--version 5.51.2 \
1212
argocd \
1313
argo/argo-cd \
1414
--create-namespace

core.example/sealed-secrets/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ helm repo update
55

66
helm upgrade --install \
77
-n sealed-secrets \
8-
--version 2.13.2 \
8+
--version 2.13.3 \
99
sealed-secrets \
1010
sealed-secrets/sealed-secrets \
1111
--create-namespace

helm-subcharts/kube-prometheus-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: v2
22
name: kube-prometheus-stack-subchart
33
description: Kube Prometheus Stack subchart
44
type: application
5-
version: 52.1.0
5+
version: 54.1.0
66
appVersion: '36.2.1'
77

88
dependencies:
99
- name: kube-prometheus-stack
10-
version: 52.1.0
10+
version: 54.1.0
1111
repository: https://prometheus-community.github.io/helm-charts

scripts/setup-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export KUBECTL
7070

7171
KUBESEAL="$(command -v kubeseal)"
7272
if ! [ -x "$KUBESEAL" ]; then
73-
KUBESEAL_VERSION=0.24.3
73+
KUBESEAL_VERSION=0.24.4
7474
echo "kubeseal could not be found. Downloading it locally in ./bin."
7575
rm -f ./bin/kubeseal
7676
curl -fsSL "https://github.com/bitnami-labs/sealed-secrets/releases/download/v${KUBESEAL_VERSION}/kubeseal-${KUBESEAL_VERSION}-${os}-${architecture}.tar.gz" | tar -zxvf - kubeseal

0 commit comments

Comments
 (0)