Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2022
1 parent 587c7f5 commit 38be7d5
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions .ci/version-lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Core Version
argocd_version=4.10.3
sealed_secrets_version=2.5.2
kubevirt_version=v0.55.0-rc.0
argocd_version=4.10.5
sealed_secrets_version=2.6.0
kubevirt_version=v0.56.0-rc.0
coredns_version=1.9.3

# Utils Version
Expand All @@ -12,11 +12,11 @@ etcdctl_version=v3.5.4

# Apps
local_path_provisioner_version=v0.0.22
kube_prometheus_stack_version=39.2.0
kube_prometheus_stack_version=39.5.0

# cfctl.yaml
k0s_version=1.24.2+k0s.0
metallb_version=3.0.12
k0s_version=1.24.3+k0s.0
metallb_version=4.0.1
traefik_version=10.24.0
cert_manager_version=v1.9.1
csi_driver_nfs_version=v4.1.0
2 changes: 1 addition & 1 deletion argo.example/monitoring/apps/prometheus-crd-app.yml
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-39.2.0
targetRevision: kube-prometheus-stack-39.5.0

directory:
recurse: true
Expand Down
4 changes: 2 additions & 2 deletions 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.24.2+k0s.0'
version: '1.24.3+k0s.0'
dynamicConfig: false
config:
apiVersion: k0s.k0sproject.io/v1beta1
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
charts:
- name: metallb
chartname: bitnami/metallb
version: '3.0.12'
version: '4.0.1'
namespace: metallb
values: |
configInline:
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 4.10.3 \
--version 4.10.5 \
argocd \
argo/argo-cd \
--create-namespace
4 changes: 2 additions & 2 deletions core.example/kubevirt/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resources:
- https://github.com/kubevirt/kubevirt/releases/download/v0.55.0-rc.0/kubevirt-operator.yaml
- https://github.com/kubevirt/kubevirt/releases/download/v0.55.0-rc.0/kubevirt-cr.yaml
- https://github.com/kubevirt/kubevirt/releases/download/v0.56.0-rc.0/kubevirt-operator.yaml
- https://github.com/kubevirt/kubevirt/releases/download/v0.56.0-rc.0/kubevirt-cr.yaml
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.5.2 \
--version 2.6.0 \
sealed-secrets \
sealed-secrets/sealed-secrets \
--create-namespace
2 changes: 1 addition & 1 deletion helm-subcharts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kube-prometheus-stack-subchart
description: Kube Prometheus Stack subchart
type: application
version: 39.2.0
version: 39.5.0
appVersion: '36.2.1'

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions web/docs/getting-started/03-k0s-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ After you set the `hosts` field, you must configure the k0s architecture by edit

```yaml title="cfctl.yaml > spec > k0s"
k0s:
version: '1.24.2+k0s.0'
version: '1.24.3+k0s.0'
dynamicConfig: false
config:
apiVersion: k0s.k0sproject.io/v1beta1
Expand Down Expand Up @@ -123,7 +123,7 @@ Your router must be capable of using BGP. If not, you should use an appliance wi
```yaml title="cfctl.yaml > spec > k0s > spec > extensions > helm > charts[]"
- name: metallb
chartname: bitnami/metallb
version: '3.0.12'
version: '4.0.1'
namespace: metallb
values: |
Expand Down Expand Up @@ -156,7 +156,7 @@ Your router must be capable of using BGP. If not, you should use an appliance wi
```yaml title="cfctl.yaml > spec > k0s > spec > extensions > helm > charts[]"
- name: metallb
chartname: bitnami/metallb
version: '3.0.12'
version: '4.0.1'
namespace: metallb
values: |
Expand Down
6 changes: 3 additions & 3 deletions web/docs/getting-started/05-argo-apps-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ spec:
chart: kube-prometheus-stack
repoURL: https://github.com/prometheus-community/helm-charts.git
path: charts/kube-prometheus-stack/crds/
targetRevision: kube-prometheus-stack-39.2.0
targetRevision: kube-prometheus-stack-39.5.0
directory:
recurse: true
Expand Down Expand Up @@ -292,12 +292,12 @@ apiVersion: v2
name: kube-prometheus-stack-subchart
description: Kube Prometheus Stack subchart
type: application
version: 39.2.0
version: 39.5.0
appVersion: '0.1.2'
dependencies:
- name: kube-prometheus-stack
version: 39.2.0
version: 39.5.0
repository: https://prometheus-community.github.io/helm-charts
```

Expand Down

0 comments on commit 38be7d5

Please sign in to comment.