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 Dec 19, 2023
1 parent 862e0e6 commit b6cb2d9
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
22 changes: 11 additions & 11 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.6
sealed_secrets_version=2.13.4
kubevirt_version=v1.1.0
coredns_version=1.11.1

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

# Apps
local_path_provisioner_version=v0.0.24
kube_prometheus_stack_version=52.1.0
local_path_provisioner_version=v0.0.26
kube_prometheus_stack_version=55.5.0

# cfctl.yaml
k0s_version=1.28.3+k0s.0
metallb_version=4.7.14
traefik_version=25.0.0
cert_manager_version=v1.13.2
k0s_version=1.28.4+k0s.0
metallb_version=4.8.0
traefik_version=26.0.0
cert_manager_version=v1.13.3
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.26
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-55.5.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.6 \
argocd \
argo/argo-cd \
--create-namespace
2 changes: 1 addition & 1 deletion core.example/cert-manager/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 cert-manager \
--version v1.13.2 \
--version v1.13.3 \
cert-manager \
jetstack/cert-manager \
--create-namespace \
Expand Down
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.8.0 \
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.4 \
sealed-secrets \
sealed-secrets/sealed-secrets \
--create-namespace
2 changes: 1 addition & 1 deletion core.example/traefik/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ helm repo update
kubectl apply --server-side --force-conflicts -k https://github.com/traefik/traefik-helm-chart/traefik/crds/
helm upgrade --install \
-n traefik \
--version 25.0.0 \
--version 26.0.0 \
traefik \
-f "${BASEDIR}/values.yaml" \
traefik/traefik \
Expand Down
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: 55.5.0
appVersion: '36.2.1'

dependencies:
- name: kube-prometheus-stack
version: 52.1.0
version: 55.5.0
repository: https://prometheus-community.github.io/helm-charts
6 changes: 3 additions & 3 deletions 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.5
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 All @@ -84,7 +84,7 @@ export KUBESEAL

HELM="$(command -v helm)"
if ! [ -x "$HELM" ]; then
HELM_VERSION=v3.13.2
HELM_VERSION=v3.13.3
echo "helm could not be found. Downloading it locally in ./bin."
rm -f ./bin/helm
curl -fsSL "https://get.helm.sh/helm-${HELM_VERSION}-${os}-${architecture}.tar.gz" | tar -zxvf - "${os}-${architecture}/helm"
Expand All @@ -100,7 +100,7 @@ export HELM

ETCDCTL="$(command -v etcdctl)"
if ! [ -x "$ETCDCTL" ]; then
ETCDCTL_VERSION=v3.5.10
ETCDCTL_VERSION=v3.5.11
GOOGLE_URL=https://storage.googleapis.com/etcd
echo "etcdctl could not be found. Downloading it locally in ./bin."
rm -f ./bin/etcdctl
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 b6cb2d9

Please sign in to comment.