-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add argo installation * rename init to initialize * ignoring preexisting resources when installing argocd * add wait for argocd-server deployment * add embeds * add arlon install * implementing port forward * getting initial admin password * Upgrade golang and use new container image for v0.10(port from v0.9) (#278) * Upgrade golang in Docker to fix CVEs, upgrade controller-gen, kustomize * Force golang.org/x/text version to 0.3.8 (or higher) * Patch version upgrades for ArgoCD, CAPI * Fix CVE https://avd.aquasec.com/nvd/2022/cve-2022-27664/ by upgrading to patch for golang.org/x/net * Fixes #157 CVE-2022-21698 port from v0.9 (#284) * Fix code scanning alert - CVE-2022-21698 #157 * Use image 0.9.12 from manifests/deploy.yaml and other minor updates * Fix code scanning alert - CVE-2022-21698 #157 * adding replace for go-check/check * automated argocd login * port forward working. * using image 0.9.12 fix link time argocd tag injection * go mod tidy * now copying manifests to the container * not deploying the arlon-webhook * review comments Co-authored-by: Trilok Khairnar <[email protected]>
- Loading branch information
1 parent
5d81c21
commit 8263d3e
Showing
19 changed files
with
951 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
# macos | ||
.DS_Store | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
release-2.4 |
Oops, something went wrong.