Skip to content

Commit

Permalink
🐛 (argoconfigs) change confusing default project (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Sep 8, 2020
1 parent 094b6ee commit 6de403d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/argoconfig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argoconfig
description: Configure Argo CD AppProjects, Applications and more
type: library
version: 0.6.2
version: 0.6.3
appVersion: latest
home: https://argoproj.github.io/argo-cd/operator-manual/declarative-setup/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/argoconfig/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argoconfig

![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: library](https://img.shields.io/badge/Type-library-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

Configure Argo CD AppProjects, Applications and more

Expand Down
2 changes: 1 addition & 1 deletion charts/argoconfig/templates/_application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
{{ template "common.metadata" . }}
spec:
project: "argocd"
project: "default"
source: {}
destination:
server: "https://kubernetes.default.svc"
Expand Down

0 comments on commit 6de403d

Please sign in to comment.