Skip to content

Commit

Permalink
Merge pull request #480 from kube-tarian/fix-ui-endpoint-fetch
Browse files Browse the repository at this point in the history
fix fetching ui-endpoint
  • Loading branch information
vramk23 authored May 3, 2024
2 parents bb3e734 + 7469219 commit da4d89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion capten/agent/internal/capten-store/app_config_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (a *Store) GetAllApps() ([]*agentpb.SyncAppData, error) {
&config.AppName, &config.Description, &config.Category,
&config.ChartName, &config.RepoName, &config.RepoURL,
&config.Namespace, &config.ReleaseName, &config.Version,
&config.UiEndpoint, &config.UiEndpoint,
&config.UiEndpoint, &config.UiModuleEndpoint,
&config.CreateNamespace, &config.PrivilegedNamespace,
&overrideValues, &launchUiValues,
&templateValues, &config.DefualtApp,
Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.21
require (
github.com/go-git/go-git/v5 v5.11.0
github.com/gocql/gocql v1.3.1
github.com/google/uuid v1.4.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1
github.com/intelops/go-common v1.0.20
github.com/kelseyhightower/envconfig v1.4.0
Expand Down Expand Up @@ -38,6 +37,7 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
Expand Down

0 comments on commit da4d89c

Please sign in to comment.