Skip to content

Commit

Permalink
Referencing the latest templates
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Aug 19, 2024
1 parent 7553c4a commit e6d4ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/dashboard/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/sirupsen/logrus"
)

const DEFAULT_CHARTS = "title=Web application template,description=Deploy any web application. Multiple container image build options available.,name=https://github.com/gimlet-io/onechart.git?branch=simplified-schema&path=/charts/onechart/;title=static website template,description=If your build generates static files%2C we will host it in an Nginx container.,name=https://github.com/gimlet-io/onechart.git?branch=simplified-schema&path=/charts/static-site/"
const DEFAULT_CHARTS = "title=Web application template,description=Deploy any web application. Multiple container image build options available.,name=onechart,repo=https://chart.onechart.dev,version=0.70.0;title=static website template,description=If your build generates static files%2C we will host it in an Nginx container.,name=static-site,repo=https://chart.onechart.dev,version=0.70.0"

// LoadConfig returns the static config from the environment.
func LoadConfig() (*Config, error) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/stack/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func IsVersionLocked(stackConfig dx.StackConfig) (bool, error) {
return false, nil
}

const DefaultStackURL = "https://github.com/gimlet-io/gimlet-stack-reference.git?branch=custom-image-registry"
const DefaultStackURL = "https://github.com/gimlet-io/gimlet-stack-reference.git"

func LatestVersion(repoURL string) (string, error) {
gitAddress, err := giturl.ParseScp(repoURL)
Expand Down

0 comments on commit e6d4ab0

Please sign in to comment.