Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 16, 2024
1 parent 39a5d32 commit d0b10bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/ace-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following table lists the configurable parameters of the `ace-installer` cha
| helm.releases.kube-ui-server.enabled | | <code>true</code> |
| helm.releases.kube-ui-server.version | | <code>"v2024.10.17"</code> |
| helm.releases.license-proxyserver.enabled | | <code>true</code> |
| helm.releases.license-proxyserver.version | | <code>"v2024.10.17"</code> |
| helm.releases.license-proxyserver.version | | <code>"v2024.10.7"</code> |
| helm.releases.opscenter-features.enabled | | <code>true</code> |
| helm.releases.opscenter-features.version | | <code>"v2024.10.17"</code> |
| helm.releases.panopticon.enabled | | <code>true</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/ace-installer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ helm:
version: "v2024.10.17"
license-proxyserver:
enabled: true
version: "v2024.10.17"
version: "v2024.10.7"
opscenter-features:
enabled: true
version: "v2024.10.17"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
toolchain go1.22.4

require (
go.bytebuilders.dev/resource-model v0.0.14-0.20241012171647-540a1dd297bd
go.bytebuilders.dev/resource-model v0.1.0
go.bytebuilders.dev/ui-wizards v0.8.0
go.openviz.dev/installer v0.0.0-20240731074805-a62b13eaedb0
gomodules.xyz/go-sh v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/zeebo/xxh3 v1.0.2 h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
go.appscode.dev/alerts v0.2.1-0.20240604101218-3069fbd7c6b8 h1:7FP18GEp6Jm0OUt5lsS9HjVitmiU9zZ5wVQwgU+Y23g=
go.appscode.dev/alerts v0.2.1-0.20240604101218-3069fbd7c6b8/go.mod h1:5+qwuxF78YiFg/CEGfgfXREj7KEJYLgQeFhke4+lQ8k=
go.bytebuilders.dev/resource-model v0.0.14-0.20241012171647-540a1dd297bd h1:manu/OuOk6jvSqOvDP4NARtH/XwCT/oI6iblhGRFEoI=
go.bytebuilders.dev/resource-model v0.0.14-0.20241012171647-540a1dd297bd/go.mod h1:goQODaKSZ4REUF+aGel/KBTbk54CKkGcgjAijbrfDvc=
go.bytebuilders.dev/resource-model v0.1.0 h1:ES4ygNqmKt+dyAi/tFM0oHcqiHqqnZbafxHWPohVcQc=
go.bytebuilders.dev/resource-model v0.1.0/go.mod h1:/uMIfxqPIrDmiYWA28OW3xzogijxpwkicR4kK7jam9g=
go.bytebuilders.dev/ui-wizards v0.8.0 h1:7hute2GVoidjP6wcI78kyUV/x2Lhpw4VodFCZpFE6Lc=
go.bytebuilders.dev/ui-wizards v0.8.0/go.mod h1:tuKPXHNlnHLJiiV5bfPabnjQshiqIqkJ1qw6k9ctgak=
go.openviz.dev/installer v0.0.0-20240731074805-a62b13eaedb0 h1:zA5/psft6xJPNZZfDh7VpOlEEzqVOWoLQlXRFyOeyjc=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ github.com/zeebo/xxh3
## explicit; go 1.22.0
go.appscode.dev/alerts/apis/alerts
go.appscode.dev/alerts/apis/alerts/v1alpha1
# go.bytebuilders.dev/resource-model v0.0.14-0.20241012171647-540a1dd297bd
# go.bytebuilders.dev/resource-model v0.1.0
## explicit; go 1.22.1
go.bytebuilders.dev/resource-model/apis/cloud
go.bytebuilders.dev/resource-model/apis/cloud/v1alpha1
Expand Down

0 comments on commit d0b10bd

Please sign in to comment.