File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : cosmo
33description : COSMO Helm chart for Kubernetes
44type : application
5- version : 0.10 .0
6- appVersion : v0.10 .0
5+ version : 0.11 .0
6+ appVersion : v0.11 .0
77kubeVersion : " >= 1.19.0-0"
88home : https://github.com/cosmo-workspace/cosmo
99icon : https://raw.githubusercontent.com/cosmo-workspace/cosmo/main/logo/logo-square-small.png
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
7777
7878MIT 2023 cosmo-workspace/cosmo
7979` ,
80- Version : "v0.10 .0 cosmo-workspace 2023" ,
80+ Version : "v0.11 .0 cosmo-workspace 2023" ,
8181 RunE : func (cmd * cobra.Command , args []string ) error {
8282 cmd .SilenceUsage = true
8383 ctrl .SetLogger (zap .New (zap .UseFlagOptions (& o .ZapOpts )))
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
44images :
55- name : dashboard
66 newName : cosmo-dashboard
7- newTag : v0.10 .0
7+ newTag : v0.11 .0
88
99resources :
1010- dashboard.yaml
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
44images :
55- name : controller
66 newName : cosmo-controller-manager
7- newTag : v0.10 .0
7+ newTag : v0.11 .0
88
99resources :
1010- manager.yaml
Original file line number Diff line number Diff line change 77 "github.com/spf13/cobra"
88)
99
10- const Footprint = `cosmoctl - cosmo v0.10 .0 cosmo-workspace 2023`
10+ const Footprint = `cosmoctl - cosmo v0.11 .0 cosmo-workspace 2023`
1111
1212func AddCommand (cmd * cobra.Command , o * cmdutil.CliOptions ) {
1313 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
8383
8484MIT 2023 cosmo-workspace/cosmo
8585` ,
86- Version : "v0.10 .0 cosmo-workspace 2023" ,
86+ Version : "v0.11 .0 cosmo-workspace 2023" ,
8787 PersistentPreRunE : o .PreRunE ,
8888 RunE : o .RunE ,
8989 }
You can’t perform that action at this time.
0 commit comments