This website requires JavaScript.
Explore
Help
Sign in
DevFW-CICD
/
argocd-helm
Watch
6
Star
0
Fork
You've already forked argocd-helm
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f607f4fc80
argocd-helm
/
charts
/
argo-cd
/
Chart.yaml
6 lines
101 B
YAML
Raw
Normal View
History
Unescape
Escape
Helm chart for ArgoCD (#34) * Add application controller resources First chart version for argo-cd added the new labels recommeneded for k8 * Add repo server resources Use legacy label and new one for application controller selectors Set labels for deployment for easier discovery * Configure git repositories, helm chart museums and dex connectors This way argo-cd could be configured to update itself via helm * Parameterize the rbac configmap * Parameterize webhook secrets * Parameterize server deployment and set services with the labels * Add service account, role and rolebinding for server deployment * Clean the old label, use only latest recommendations Follow the ideas and changes of https://github.com/argoproj/argo-cd/pull/1035 * Fix var naming issues * Fix server service incorrect ports * Install crds with helm hook * Enable cluster admin accessby default Default installation will allow installing apps in the current cluster without inputted credentials. For other clusters inputted credentials will be needed * Parameterize the dex server * Harcode resource names because code expects them this way Some resource names and application urls are hardcoded in code with these names. So they can't be parameterized. * Create the ingress with tls passthrough support Tls is terminated on the ArgoCD server, not on ingress * Fix typo on application controller sa * Add notes on how to connect to server UI after installation
2019-02-14 00:22:11 +02:00
apiVersion
:
v1
Support argocd 0.12.0 (#46) * Adding redis to the helm chart. Updating from 0.11.0 to 0.12.0 * updating appVersion and helm chart version
2019-04-09 17:49:15 +00:00
appVersion
:
"0.12"
Helm chart for ArgoCD (#34) * Add application controller resources First chart version for argo-cd added the new labels recommeneded for k8 * Add repo server resources Use legacy label and new one for application controller selectors Set labels for deployment for easier discovery * Configure git repositories, helm chart museums and dex connectors This way argo-cd could be configured to update itself via helm * Parameterize the rbac configmap * Parameterize webhook secrets * Parameterize server deployment and set services with the labels * Add service account, role and rolebinding for server deployment * Clean the old label, use only latest recommendations Follow the ideas and changes of https://github.com/argoproj/argo-cd/pull/1035 * Fix var naming issues * Fix server service incorrect ports * Install crds with helm hook * Enable cluster admin accessby default Default installation will allow installing apps in the current cluster without inputted credentials. For other clusters inputted credentials will be needed * Parameterize the dex server * Harcode resource names because code expects them this way Some resource names and application urls are hardcoded in code with these names. So they can't be parameterized. * Create the ingress with tls passthrough support Tls is terminated on the ArgoCD server, not on ingress * Fix typo on application controller sa * Add notes on how to connect to server UI after installation
2019-02-14 00:22:11 +02:00
description
:
A Helm chart for Argo-CD
name
:
argo-cd
Support argocd 0.12.0 (#46) * Adding redis to the helm chart. Updating from 0.11.0 to 0.12.0 * updating appVersion and helm chart version
2019-04-09 17:49:15 +00:00
version
:
0.2
.0
Reference in a new issue
Copy permalink