Commit graph

173 commits

Author SHA1 Message Date
konstantin.kiess
24bce200bd Merge branch 'update-events' of github.com:nouseforaname/argo-helm into update-events 2020-01-29 12:55:18 +01:00
konstantin.kiess
d931ec131d remove tarball 2020-01-29 12:41:14 +01:00
Konstantin
e9f40a8a44 Merge branch 'master' into update-events 2020-01-29 09:14:14 +01:00
konstantin.kiess
bdd326d13d removed accidentially pushed files 2020-01-29 09:08:10 +01:00
konstantin.kiess
c25660534c updated chart and app version 2020-01-29 09:05:47 +01:00
konstantin.kiess
e4a879cc9f updated env var names to match events installation yml from upstream repo 2020-01-29 09:05:34 +01:00
konstantin.kiess
32b5fa5db5 introduced shortnames to match upstream crds 2020-01-29 09:05:04 +01:00
konstantin.kiess
b42b1f0c0f updated SA Rules to match installation yaml from events repo 2020-01-29 09:04:37 +01:00
konstantin.kiess
f5fe0c6f97 updated image tags to newer version, added new property for additionalRules for compability 2020-01-29 09:04:03 +01:00
konstantin.kiess
5873804ab0 added eventsource-crd for helm2 2020-01-29 09:03:28 +01:00
konstantin.kiess
fad53dc88f added crds directory for helm 3 compability 2020-01-29 09:02:55 +01:00
Yann Soubeyrand
8ec26c7968 feat: allow manually setting password modification time (#207)
Automatically setting password modification time to the current time leads to
it changing every time the chart is rendered. Ironically, this is a problem
when Argo CD manages itself using this chart ;-)
2020-01-28 09:28:58 +11:00
Yann Soubeyrand
8c37cd37db fix: update certificate apiVersion (#213) 2020-01-28 09:07:35 +11:00
David J. M. Karlsen
3764b5e4c7 feat: Bump to version 1.4.1 (#214)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2020-01-24 09:25:21 +11:00
Bruno Clermont
45f03a13f8 feat: Update argo-cd image to version v1.4.0 (#210) 2020-01-22 09:17:21 +11:00
konstantin.kiess
0dc73fdc89 merged upstream 2020-01-21 14:03:37 +01:00
Yann Soubeyrand
1a60e50c49 fix: remove spec.subdomain field from OpenShift route (#209)
This spec.subdomain field is not part of OpenShift 3.11 route OpenAPI
specification and since it's empty it can safely be removed without impacting
OpenShift 4.
2020-01-20 09:47:11 +11:00
Jaret
4737f3ce46 fix: Fix breaking change in 1.6.1 chart (#208)
* Fixes version label in argocd components

Breaking change introduced in this PR https://github.com/argoproj/argo-helm/pull/203 causes labeles to be removed due to an empty vaule in .Values.*.image.tag.

* Update Chart.yaml

patch version bump
2020-01-15 14:31:30 -05:00
bartse
0089f110d4 feat: add kubernetes version tag and set container security capabilities (#203) 2020-01-13 16:18:35 +11:00
DaytonG
81fe3b5054 feat: allow custom secrets to be added to argocd-secret (#199) 2020-01-09 11:55:14 -05:00
Sean Johnson
eb6d3122ac fix: Updates values.yaml to have proper map syntax for extraArgs (#197)
Fixes #195
2019-12-25 20:24:11 +11:00
Alin Balutoiu
e7dd13f852 fix: Update Argo icon URL for the Helm charts (#193)
* fix: Update Argo icon URL for the Helm charts

The path to the argo.png image has changed in
the Argo repository.

The helm charts icon URL still points to the
old URL which is invalid. The image has moved
from /argo.png to /docs/assets/argo.png.

* chore: bump argocd chart version
2019-12-23 15:39:02 +11:00
Sean Johnson
4e832a1b02 fix: Add Helm3 CRDs directory (#192)
Fixes #169

* fix: Add Helm3 CRDs directory
* docs: Add info for helmv3 warnings
2019-12-19 09:50:18 +11:00
Pablo Osinaga
9d802e6934 feat: Update argo image to version v2.4.3 (#188)
- Update argo chart container tag to v2.4.3
2019-12-16 15:53:31 -05:00
David J. M. Karlsen
de63c92a87 feat: Add securityContext. Fixes #96 (#185)
* make securityContext optional
* add docs
* bump chart version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-12-16 13:55:09 +11:00
Paul Brit
2c596fe45f docs: Minor tweaks for ArgoCD (#191)
* docs: Minor tweaks for ArgoCD
* Chart version bump
2019-12-16 09:57:31 +11:00
Paul Brit
03aafee41a fix: Bump appVersion to v1.3.6 for ArgoCD (#190)
Related: #186
2019-12-16 09:54:30 +11:00
David J. M. Karlsen
9cc49a787c chore: Upgrade to v1.3.6 (#186)
* Upgrade to v1.3.6

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* bump version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-12-13 10:30:15 +11:00
Paul Cantea
cb90fdff50 fix: argocd-secret reference in values.yaml (#182)
* Fix reference to argo-cd server TLS data

* Bump chart version
2019-12-10 10:12:00 +11:00
Sean Johnson
2e381fa00f [charts/argo-cd] Bump version to 1.3.4 (#184)
* [charts/argo-cd] Bump version to 1.3.4

* Bump chart version
2019-12-10 10:03:02 +11:00
Mohammed Naser
09df80d5f4 [argo-cd] Added simple PrometheusRule (#178)
* [argo-cd] Added simple PrometheusRule
This patch adds a few simple rules which you can leverage to make
sure that your infrastructure is up to date.  They are optional
and opt-in only.
* Add conditional selector fix from #180
* Bump chart version
2019-12-09 14:34:52 +11:00
jeroenlanckmans
1ab3cebc1a Allow custom tools for argo-cd in helm chart (#177)
* enable custom tools in argo helm chart
* add examples
* bump chart version
2019-12-09 11:22:51 +11:00
Léo Depriester
dd80c0429d [charts/argo-cd] add support of custom environment variables (#181)
Signed-off-by: Léo Depriester <leo.depriester@camptocamp.com>
* Fix controller env path
* Updating chart bump to patch as this is a backwards compatible change
2019-12-06 10:50:47 +11:00
Mason Davenport
75df7d4c1b [charts/argo-cd] Fix reference to cert config (#171)
* Fix path for server.certificate.additionalHosts
2019-12-05 16:59:15 +11:00
Igor Churmeev
a46401ea30 [charts/argo-cd] Fix servicemonitors (#180)
* Fixed servicemonitor templates
* Bump chart version
Signed-off-by: Igor Churmeev <igor.churmeev@gatech.global>
2019-12-05 14:47:15 +11:00
Konstantin
079c38b8cf Fix webhook secret properties (#176)
- Bumped chart version to 1.3.0 due to breaking change (bitbucket uuid / bitbucket server secret)
2019-12-05 13:52:22 +11:00
Antoine
d27ab1f293 added option to set admin.password, tls.key and tls.cert in argocd-secret via values (#158)
- Added option to set admin.password, tls.key and tls.cert in argocd-secret via values
- Bumped chart version
2019-12-05 13:25:45 +11:00
Alex Collins
f770ea2111 Update CODEOWNERS (#175) 2019-11-27 08:12:54 +11:00
Ryota
8cb9ff5237 Correct the values.yaml comment for extra arg (#174)
Extra arg handling changed in v1 release, and expects map rather than list
2019-11-26 10:01:18 +11:00
Abhishek Jaisingh
b686a5e4f3 ArgoCD: Configure Repository Credentials in Values (#167)
* ArgoCD: Configure Repository Credentials in Values

* Argo CD Helm Chart: Add a Secret Resource in Repo Server for configuring Repository Credentials

Change-Id: I64c343d3558a939d0faef795e62d4e258810bc67

* Minor formatting fix, add documentation.
2019-11-26 09:55:05 +11:00
Sean Johnson
3292886622 [charts/argo-cd] Update to 1.3, some chart cleanup (#165)
* [charts/argo-cd] Update to 1.3, some chart cleanup
* Bumps the version of ArgoCD to 1.3 and the chart version to 1.2 due
to a CRD change. Restored conditional CRDs to correct #27. Additionally,
 some value defaults were added so Helm strict linting could pass.
* This adds some examples to the values.yaml on how to use the new
Helm repo chart types. Add helmignore to help with development.
2019-11-21 15:40:15 +11:00
Antoine
b91fd0c043 Repo server rbac (#160)
* Added Role and service account to repo-server
* Fixed comment in repo-server SA name helper
* Bumped chart version
* Added repoServer service account annotations
2019-11-20 10:27:12 +11:00
Christine Banek
69a71b3727 Fix delete crd command (#166)
The part-of is incorrect compared to the argo-cd helm chart, which
installs this crd as a part of argocd (without the dash).
2019-11-18 10:31:37 +11:00
Andrew Suderman
ca0b1c6225 [argo-events] v0.11 update (#162)
* Updating for events 0.11

* Adding note to the README about how to install CRDs from github

* Fixing handling of serviceAccount variable inside of loops
2019-11-14 16:20:55 -06:00
Jaret
c5991378f0 Minor fixes 11 11 (#164)
* Fixes documentation for arguments (#159)
* enable redis by default (#148)
* patch version bump
2019-11-14 14:01:01 +11:00
Christine Banek
d298496c1c Better Helm NOTES.txt templating (#161)
* Better Helm chart NOTES.txt templating

Add some extra templating to NOTES.txt, which are displayed to the
user after a successful helm install command.  These are really
helpful notes, but if you didn't specify a release name of argocd
or put it in a separate namespace, these commands weren't exactly
working with a copy paste.  Now they should take into account
the release name and release namespace helm was given.

* Small CONTRIBUTING.md command line change

Instead of just doing `argocd version`, be a little more explicit
by passing in the server name and insecure flag.  This will make
sure that you're doing the version of the instance you're
port-forwarding above, as opposed to some other argocd.
2019-11-12 21:17:40 +11:00
Alan Tang
5cfd530507 K8S tolerations should contain list instead of object (#155)
Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
2019-11-07 21:06:22 +11:00
Jaret
7e09af1b3f Dex imagepull (#156)
* Fix incorrect naming in dex

* Bump patch version

* Bump chart version
2019-11-07 21:04:00 +11:00
disposab1e
d0a045c2b3 OpenShift Route (#153)
* OpenShift Route
* Bump Chart Version to 1.0.4
2019-11-07 19:20:31 +11:00
Konstantin Kiess
1586eb223c adding index for test usage 2019-11-06 19:10:34 +01:00