Skip to content

Commit

Permalink
Merge pull request #27 from christianh814/dev
Browse files Browse the repository at this point in the history
Updated to Argo CD v2.3.1
  • Loading branch information
christianh814 authored Mar 15, 2022
2 parents 00d479f + b48e9fb commit 2e9d841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var CapiCfg string
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "gokp",
Version: "v0.0.7-1",
Version: "v0.0.8",
Short: "GOKP installs a GitOps ready Kubernetes cluster",
Long: `GOKP creates a Kubernetes cluster using CAPI. It is
meant to be a GitOps native Kubernetes cluster ready to use.
Expand Down
6 changes: 2 additions & 4 deletions cmd/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ func CreateArgoRepoSkel(name *string, workdir string, ghtoken string, gitopsrepo
if strings.Contains(dir, "bootstrap") && strings.Contains(dir, "base") {
// Set up the vars to go into the template
argocdinstall := struct {
ArgocdVer string
AppsetVers string
ArgocdVer string
}{
ArgocdVer: "stable",
AppsetVers: "stable",
ArgocdVer: "stable",
}

// Write out the kustomization file based on the vars and the template
Expand Down
1 change: 0 additions & 1 deletion cmd/templates/templatestypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -4197,7 +4197,6 @@ namespace: argocd
resources:
- argocd-ns.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/{{.ArgocdVer}}/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj-labs/applicationset/{{.AppsetVers}}/manifests/install.yaml
`

var ArgoCdNameSpaceFile string = `apiVersion: v1
Expand Down

0 comments on commit 2e9d841

Please sign in to comment.