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
renovate[bot] authored Nov 22, 2023
1 parent 0cad959 commit 6131dc0
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions .ci/version-lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Core Version
argocd_version=5.51.1
sealed_secrets_version=2.13.2
argocd_version=5.51.4
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
local_path_provisioner_version=v0.0.25
kube_prometheus_stack_version=54.1.0

# cfctl.yaml
k0s_version=1.28.3+k0s.0
metallb_version=4.7.14
k0s_version=1.28.4+k0s.0
metallb_version=4.7.15
traefik_version=25.0.0
cert_manager_version=v1.13.2
csi_driver_nfs_version=v4.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
project: local-path-storage
source:
repoURL: https://github.com/rancher/local-path-provisioner.git
targetRevision: v0.0.24
targetRevision: v0.0.25
path: deploy
kustomize: {}

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 cfctl.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- sh -c 'if [ "$(getenforce)" != "Permissive" ] && [ "$(getenforce)" != "Disabled" ]; then setenforce 0; fi'

k0s:
version: '1.28.3+k0s.0'
version: '1.28.4+k0s.0'
dynamicConfig: false
config:
apiVersion: k0s.k0sproject.io/v1beta1
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.4 \
argocd \
argo/argo-cd \
--create-namespace
2 changes: 1 addition & 1 deletion core.example/metallb/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ helm upgrade --install \
-n metallb \
metallb \
-f "${BASEDIR}/values.yaml" \
--version 4.7.14 \
--version 4.7.15 \
bitnami/metallb \
--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
2 changes: 1 addition & 1 deletion web/docs/getting-started/03-k0s-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ After you set the `hosts` field, you must configure the k0s architecture by edit

```yaml title="cfctl.yaml > spec > k0s"
k0s:
version: '1.28.3+k0s.0'
version: '1.28.4+k0s.0'
dynamicConfig: false
config:
apiVersion: k0s.k0sproject.io/v1beta1
Expand Down
2 changes: 1 addition & 1 deletion web/docs/reference/cfctl.yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- sh -c 'if [ "$(getenforce)" != "Permissive" ] && [ "$(getenforce)" != "Disabled" ]; then setenforce 0; fi'

k0s:
version: '1.28.3+k0s.0'
version: '1.28.4+k0s.0'
dynamicConfig: false
config:
apiVersion: k0s.k0sproject.io/v1beta1
Expand Down

0 comments on commit 6131dc0

Please sign in to comment.