Skip to content

Commit

Permalink
Latest onechart (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzsak authored Aug 23, 2023
1 parent 0d83e65 commit 0c5af53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"gopkg.in/yaml.v2"
)

const DEFAULT_CHARTS = "name=onechart,repo=https://chart.onechart.dev,version=0.53.0;name=static-site,repo=https://chart.onechart.dev,version=0.53.0;name=cron-job,repo=https://chart.onechart.dev,version=0.53.0"
const DEFAULT_CHARTS = "name=onechart,repo=https://chart.onechart.dev,version=0.57.0;name=static-site,repo=https://chart.onechart.dev,version=0.57.0;name=cron-job,repo=https://chart.onechart.dev,version=0.57.0"

// Environ returns the settings from the environment.
func Environ() (*Config, error) {
Expand Down

0 comments on commit 0c5af53

Please sign in to comment.