Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies #103

Merged
merged 2 commits into from
Aug 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=4.10.7
sealed_secrets_version=2.6.0
argocd_version=5.3.4
sealed_secrets_version=2.6.1
kubevirt_version=v0.56.0-rc.1
coredns_version=1.9.3

# Utils Version
cfctl_version=v0.13.2+9001
kubeseal_version=0.18.1
helm_version=v3.9.3
kubeseal_version=0.18.2
helm_version=v3.9.4
etcdctl_version=v3.5.4

# Apps
local_path_provisioner_version=v0.0.22
kube_prometheus_stack_version=39.8.0
kube_prometheus_stack_version=39.9.0

# cfctl.yaml
k0s_version=1.24.3+k0s.0
metallb_version=4.0.2
k0s_version=1.24.4+k0s.0
metallb_version=4.1.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.8.0
targetRevision: kube-prometheus-stack-39.9.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.3+k0s.0'
version: '1.24.4+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: '4.0.2'
version: '4.1.1'
namespace: metallb

- name: traefik
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.7 \
--version 5.3.4 \
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.6.0 \
--version 2.6.1 \
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.8.0
version: 39.9.0
appVersion: '36.2.1'

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export KUBECTL

KUBESEAL="$(command -v kubeseal)"
if ! [ -x "$KUBESEAL" ]; then
KUBESEAL_VERSION=0.18.1
KUBESEAL_VERSION=0.18.2
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 @@ -82,7 +82,7 @@ export KUBESEAL

HELM="$(command -v helm)"
if ! [ -x "$HELM" ]; then
HELM_VERSION=v3.9.3
HELM_VERSION=v3.9.4
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 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 @@ -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.3+k0s.0'
version: '1.24.4+k0s.0'
dynamicConfig: false
config:
apiVersion: k0s.k0sproject.io/v1beta1
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.8.0
targetRevision: kube-prometheus-stack-39.9.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.8.0
version: 39.9.0
appVersion: '0.1.2'

dependencies:
- name: kube-prometheus-stack
version: 39.8.0
version: 39.9.0
repository: https://prometheus-community.github.io/helm-charts
```

Expand Down