Skip to content

Commit

Permalink
Argocd: Add Package (#305)
Browse files Browse the repository at this point in the history
* Rebuilt README.md (#270)

* Automatically update README nightly (#268)

* Automatically update README nightly

* fix triggers

* add name

* fix syntax

* add labels

* Fix example (#272)

* Update README.md (#273)

* Kind (#266)

* update: add kind

* update: minor pathing fixes to makefile inclusion documentation for a functional example

* update: Additional notes for adding new packages, minor wording fix for description of fetch package, update of readme

* Update README.yaml

Co-Authored-By: Erik Osterman <[email protected]>

* Update README.md

Co-Authored-By: Erik Osterman <[email protected]>

* update: minor readme fixes

* Update README.yaml

Co-Authored-By: Erik Osterman <[email protected]>

* Update README.yaml

Co-Authored-By: Erik Osterman <[email protected]>

* Update README.md (#274)

* Automated Package Updates (#275)

* update packages

* Fix vendor packages after updates

* Restore Makefile

* fix tarball

* reset release

* Update actions (#276)

* Update actions

* refactor auto-lable

* remove dup

* Update README.md (#278)

* update packages (#279)

* Automated Package Updates (#280)

* update packages

* fix sops download url

* Automated Package Updates (#281)

* update packages

* Fix pandoc url

* Rollback release

* update packages (#282)

* feature: kubectl plugin manager (krew) app (#286)

* [jx] add tool (#287)

* [jx] add tool

* fix: install as tarball, not binary

* [rancher] Add Package (#288)

* update packages (#285)

* Amtool (#271)

* update: addition of amtool

* update: addition of amtool

* update: amtool build fixes

* update: amtool build fixes

* update: amtool apk build

* fix: add amtool to auto-label

* fix: Makefile fix?

* fix: Makefile auto-label

* update: readme update

* update: auto-label space update

* Automated Package Updates (#289)

* update packages

* update packages

* update packages

* update packages (#290)

* popeye: add package

* argocd: Add package

* argocd: version update

* update: fix argocd apk build

* update: fix argocd apk build

Co-authored-by: Erik Osterman <[email protected]>
Co-authored-by: Cloud Posse Bot (CI/CD) <[email protected]>
  • Loading branch information
3 people committed Jan 22, 2020
1 parent 3f44e2d commit 23d8ae9
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ scripts:
- tasks/**
vendor: vendor/**
vendor/amtool: vendor/amtool/**
vendor/argocd: vendor/argocd/**
vendor/assume-role: vendor/assume-role/**
vendor/atlantis: vendor/atlantis/**
vendor/awless: vendor/awless/**
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ exit
## Makefile Targets
```
amtool 0.20.0 Tool for interacting with the Alertmanager API
argocd 1.4.0 Declarative GitOpts for Kubernetes
assume-role 0.3.2 Easily assume AWS roles in your terminal.
atlantis 0.10.2 Terraform For Teams
awless 0.1.11 A Mighty CLI for AWS
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Makefile Targets
```
amtool 0.20.0 Tool for interacting with the Alertmanager API
argocd 1.4.0 Declarative GitOpts for Kubernetes
assume-role 0.3.2 Easily assume AWS roles in your terminal.
atlantis 0.10.2 Terraform For Teams
awless 0.1.11 A Mighty CLI for AWS
Expand Down
1 change: 1 addition & 0 deletions vendor/argocd/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Declarative GitOpts for Kubernetes
1 change: 1 addition & 0 deletions vendor/argocd/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MIT
15 changes: 15 additions & 0 deletions vendor/argocd/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

export VENDOR = argoproj
export PACKAGE_NAME = argocd
export PACKAGE_REPO_NAME = argo-cd
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)-$(OS)-$(ARCH)
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APKBUILD_DEPENDS += libc6-compat musl

install:
$(call download_binary)

test:
($(PACKAGE_NAME) version || true) 2>&1 | grep 'server address unspecified'
1 change: 1 addition & 0 deletions vendor/argocd/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
1 change: 1 addition & 0 deletions vendor/argocd/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.4.0

0 comments on commit 23d8ae9

Please sign in to comment.