Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Darkness4 authored Nov 19, 2023
1 parent 7956f2f commit e26029f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .ci/version-lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Core Version
argocd_version=5.51.1
sealed_secrets_version=2.13.2
argocd_version=5.51.2
sealed_secrets_version=2.13.3
kubevirt_version=v1.1.0
coredns_version=1.11.1

# Utils Version
cfctl_version=v0.16.0+9001
kubeseal_version=0.24.3
kubeseal_version=0.24.4
helm_version=v3.13.2
etcdctl_version=v3.5.10

# Apps
local_path_provisioner_version=v0.0.24
kube_prometheus_stack_version=52.1.0
kube_prometheus_stack_version=54.1.0

# cfctl.yaml
k0s_version=1.28.3+k0s.0
Expand Down
2 changes: 1 addition & 1 deletion argo.example/monitoring/apps/prometheus-crd-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
source:
repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/crds/
targetRevision: kube-prometheus-stack-52.1.0
targetRevision: kube-prometheus-stack-54.1.0

directory:
recurse: true
Expand Down
2 changes: 1 addition & 1 deletion core.example/argo-cd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ helm repo update
helm upgrade --install \
-n argocd \
-f "${BASEDIR}/values.yaml" \
--version 5.51.1 \
--version 5.51.2 \
argocd \
argo/argo-cd \
--create-namespace
2 changes: 1 addition & 1 deletion core.example/sealed-secrets/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ helm repo update

helm upgrade --install \
-n sealed-secrets \
--version 2.13.2 \
--version 2.13.3 \
sealed-secrets \
sealed-secrets/sealed-secrets \
--create-namespace
4 changes: 2 additions & 2 deletions helm-subcharts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: kube-prometheus-stack-subchart
description: Kube Prometheus Stack subchart
type: application
version: 52.1.0
version: 54.1.0
appVersion: '36.2.1'

dependencies:
- name: kube-prometheus-stack
version: 52.1.0
version: 54.1.0
repository: https://prometheus-community.github.io/helm-charts
2 changes: 1 addition & 1 deletion scripts/setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export KUBECTL

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

0 comments on commit e26029f

Please sign in to comment.