Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SquareFactory/ClusterFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Dec 4, 2023
2 parents 0a61817 + c98b5cd commit b1f9398
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 439 deletions.
2 changes: 1 addition & 1 deletion helm-subcharts/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ appVersion: '11.0.14'

dependencies:
- name: mariadb
version: 14.1.2
version: 14.1.4
repository: https://charts.bitnami.com/bitnami
2 changes: 1 addition & 1 deletion terraform/exoscale/modules/k0s_instances/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "~> 0.53.0"
version = "~> 0.54.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/exoscale/modules/router/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "~> 0.53.0"
version = "~> 0.54.0"
}
cidr = {
source = "volcano-coffee-company/cidr"
Expand Down
2 changes: 1 addition & 1 deletion terraform/exoscale/modules/storage/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "~> 0.53.0"
version = "~> 0.54.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/exoscale/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "~> 0.53.0"
version = "~> 0.54.0"
}
cidr = {
source = "volcano-coffee-company/cidr"
Expand Down
18 changes: 9 additions & 9 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"devDependencies": {
"@algolia/client-search": "4.20.0",
"@docusaurus/core": "3.0.0",
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/plugin-google-gtag": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/theme-classic": "3.0.0",
"@docusaurus/tsconfig": "3.0.0",
"@docusaurus/types": "3.0.0",
"@docusaurus/core": "3.0.1",
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/plugin-google-gtag": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/theme-classic": "3.0.1",
"@docusaurus/tsconfig": "3.0.1",
"@docusaurus/types": "3.0.1",
"@mdx-js/react": "3.0.0",
"@tsconfig/docusaurus": "2.0.2",
"clsx": "2.0.0",
"prism-react-renderer": "2.2.0",
"prism-react-renderer": "2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit b1f9398

Please sign in to comment.