Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SquareFactory/ClusterFactory-CE
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jun 28, 2022
2 parents 577920c + 31d703c commit a689606
Show file tree
Hide file tree
Showing 7 changed files with 735 additions and 703 deletions.
4 changes: 2 additions & 2 deletions .ci/version-lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Core Version
argocd_version=4.9.7
argocd_version=4.9.8
sealed_secrets_version=2.2.0
kubevirt_version=v0.54.0
coredns_version=1.9.3
Expand All @@ -17,6 +17,6 @@ kube_prometheus_stack_version=36.2.0
# cfctl.yaml
k0s_version=1.23.8+k0s.0
metallb_version=3.0.9
traefik_version=10.22.0
traefik_version=10.23.0
cert_manager_version=v1.9.0-alpha.0
csi_driver_nfs_version=v4.1.0
2 changes: 1 addition & 1 deletion cfctl.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:

- name: traefik
chartname: traefik/traefik
version: '10.22.0'
version: '10.23.0'
namespace: traefik
values: |
deployment:
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 @@ -6,7 +6,7 @@ helm repo update
helm upgrade --install \
-n argocd \
-f values.yml \
--version 4.9.7 \
--version 4.9.8 \
argocd \
argo/argo-cd \
--create-namespace
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 @@ -174,7 +174,7 @@ After configuring the Load Balancer, you should configure Traefik, the main Ingr
```yaml title="cfctl.yaml > spec > k0s > spec > extensions > helm > charts[]"
- name: traefik
chartname: traefik/traefik
version: '10.22.0'
version: '10.23.0'
namespace: traefik
values: |
Expand Down
2 changes: 1 addition & 1 deletion web/docs/guides/800-deploy-ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ You must open ports 636 and 389 on the load balancer of Traefik by configuring t
```yaml title="cfctl.yaml > spec > k0s > config > spec > extensions > helm > chart[]
- name: traefik
chartname: traefik/traefik
version: '10.22.0'
version: '10.23.0'
namespace: traefik
values: |
ports:
Expand Down
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"dependencies": {
"@algolia/client-search": "4.13.1",
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "7.18.2",
"@babel/core": "7.18.6",
"@babel/preset-env": "7.18.6",
"@docusaurus/core": "2.0.0-beta.21",
"@docusaurus/plugin-google-gtag": "2.0.0-beta.21",
"@docusaurus/preset-classic": "2.0.0-beta.21",
"@docusaurus/theme-classic": "2.0.0-beta.21",
"@mdx-js/react": "1.6.22",
"clsx": "1.1.1",
"mdx-mermaid": "^1.2.3",
"mermaid": ">= 8.11.0 < 8.12.0",
"mdx-mermaid": "1.2.3",
"mermaid": "8.11.5",
"prism-react-renderer": "1.3.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"unist-util-visit": "^2.0.0"
"unist-util-visit": "2.0.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.21",
Expand Down
Loading

0 comments on commit a689606

Please sign in to comment.