File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ apiVersion: v2
2
2
name : cosmo
3
3
description : COSMO Helm chart for Kubernetes
4
4
type : application
5
- version : 0.11.0
6
- appVersion : v0.11.0
5
+ version : 1.0.0-rc1
6
+ appVersion : v1.0.0-rc1
7
7
kubeVersion : " >= 1.19.0-0"
8
8
home : https://github.com/cosmo-workspace/cosmo
9
9
icon : https://raw.githubusercontent.com/cosmo-workspace/cosmo/main/logo/logo-square-small.png
10
10
sources :
11
11
- https://github.com/cosmo-workspace/charts
12
12
annotations :
13
- artifacthub.io/prerelease : " false "
13
+ artifacthub.io/prerelease : " true "
14
14
maintainers :
15
15
- name : jlandowner
16
16
url : https://github.com/jlandowner
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Complete documentation is available at http://github.com/cosmo-workspace/cosmo
77
77
78
78
MIT 2023 cosmo-workspace/cosmo
79
79
` ,
80
- Version : "v0.11.0 cosmo-workspace 2023" ,
80
+ Version : "v1.0.0-rc1 cosmo-workspace 2023" ,
81
81
RunE : func (cmd * cobra.Command , args []string ) error {
82
82
cmd .SilenceUsage = true
83
83
ctrl .SetLogger (zap .New (zap .UseFlagOptions (& o .ZapOpts )))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
4
4
images :
5
5
- name : dashboard
6
6
newName : cosmo-dashboard
7
- newTag : v0.11.0
7
+ newTag : v1.0.0-rc1
8
8
9
9
resources :
10
10
- dashboard.yaml
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
4
4
images :
5
5
- name : controller
6
6
newName : cosmo-controller-manager
7
- newTag : v0.11.0
7
+ newTag : v1.0.0-rc1
8
8
9
9
resources :
10
10
- manager.yaml
Original file line number Diff line number Diff line change 7
7
"github.com/spf13/cobra"
8
8
)
9
9
10
- const Footprint = `cosmoctl - cosmo v0.11.0 cosmo-workspace 2023`
10
+ const Footprint = `cosmoctl - cosmo v1.0.0-rc1 cosmo-workspace 2023`
11
11
12
12
func AddCommand (cmd * cobra.Command , o * cmdutil.CliOptions ) {
13
13
versionCmd := & cobra.Command {
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Complete documentation is available at http://github.com/cosmo-workspace/cosmo
83
83
84
84
MIT 2023 cosmo-workspace/cosmo
85
85
` ,
86
- Version : "v0.11.0 cosmo-workspace 2023" ,
86
+ Version : "v1.0.0-rc1 cosmo-workspace 2023" ,
87
87
PersistentPreRunE : o .PreRunE ,
88
88
RunE : o .RunE ,
89
89
}
You can’t perform that action at this time.
0 commit comments