Carlos M
a28780fb19
feat(argo-workflows): check prometheus CRD for ServiceMonitor ( #2430 )
...
* chore: Apply changes from code review
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
---------
Signed-off-by: cmontemuino <1761056+cmontemuino@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Jason Meridth <jmeridth@gmail.com>
Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2024-03-24 21:26:55 +01:00
Aikawa
1af4bf5f48
feat(argo-workflows): Add ability to set .Values.namespaceOverride ( #2564 )
2024-03-03 13:12:41 -06:00
Aikawa
23b94151c6
chore(argo-workflows): Enable to configure Service Monitor port ( #2076 )
2023-05-25 07:30:48 -05:00
Stefan Tertan
00e585342a
feat(argo-workflows): add Prometheus ServiceMonitor relabelings, metricRelabelings & targetLabels ( #1977 )
...
* feat(argo-workflows): add Prometheus ServiceMonitor relabelings, metricRelabelings & targetLabels
Signed-off-by: Stefan Tertan <stefan.tertan@fundingcircle.com>
* chore(argo-workflows): bump Helm chart patch version
Signed-off-by: Stefan Tertan <stefan.tertan@fundingcircle.com>
* docs(argo-workflows): update README.md via `helm-docs`
Signed-off-by: Stefan Tertan <stefan.tertan@fundingcircle.com>
* chore(argo-workflows): update changelog via chart annotation
Signed-off-by: Stefan Tertan <stefan.tertan@fundingcircle.com>
* chore(argo-workflows): remove URLs from README
Signed-off-by: Stefan Tertan <stefan.tertan@fundingcircle.com>
---------
Signed-off-by: Stefan Tertan <stefan.tertan@fundingcircle.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2023-04-24 11:57:36 -05:00
Aikawa
7eeb70f711
fix(argo-workflows): Add namespace field to all namespace scoped resources ( #1956 )
...
Reason: `helm template` doesn't add the namespace field automatically
* fix(argo-workflows): Add namespace field to all namespace scoped resources because `helm template` doesn't add the namespace filed automatically
Signed-off-by: yu-croco <yu.croco@gmail.com>
* chore(argo-workflows): bump minor version
Signed-off-by: yu-croco <yu.croco@gmail.com>
* refactor(argo-workflows): reflect review points
Signed-off-by: yu-croco <yu.croco@gmail.com>
2023-04-13 11:25:06 +02:00
mugi-o
4c1ee93faf
feat(argo-workflows): argo workflows chart to allow set the namespace of Prometheus ServiceMonitor. ( #1104 )
...
* feat(argo-workflows): argo workflows chart to allow set the namespace of Prometheus ServiceMonitor.
Signed-off-by: mugioka <okamugi0722@gmail.com>
* Bump minor chart version
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
2022-01-28 14:44:46 +01:00
chgl
82b655dadc
feat(argo-workflows): added new argo-workflows chart and deprecated argo chart ( #668 )
...
* feat: added new argo-workflows chart and deprecated argo chart
Signed-off-by: chgl <chgl@users.noreply.github.com>
* fix: removed maintainers from deprecated argo chart
Signed-off-by: chgl <chgl@users.noreply.github.com>
* docs: rm pullPolicy from snippet since the global images.pullPolicy is actually used
Signed-off-by: chgl <chgl@users.noreply.github.com>
* use Chart.AppVersion as the default image tag
Signed-off-by: chgl <chgl@users.noreply.github.com>
* updated various links
Signed-off-by: chgl <chgl@users.noreply.github.com>
* enabled metrics endpoint and liveness probe by default
Signed-off-by: chgl <chgl@users.noreply.github.com>
* fix: use new-style labels
Signed-off-by: chgl <chgl@users.noreply.github.com>
* fix: set securitycontext for server to something more secure
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Update charts/argo-workflows/templates/_helpers.tpl
Signed-off-by: chgl <chgl@users.noreply.github.com>
Co-authored-by: Brandon Mayfield <563214+bmayfi3ld@users.noreply.github.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
* bumped argo chart version
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Update charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Update charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Update charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Update charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Update charts/argo-workflows/templates/controller/workflow-controller-service.yaml
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Brandon Mayfield <563214+bmayfi3ld@users.noreply.github.com>
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Signed-off-by: chgl <chgl@users.noreply.github.com>
* used ingress from argo-cd
Signed-off-by: chgl <chgl@users.noreply.github.com>
* Update charts/argo-workflows/templates/server/server-deployment.yaml
Signed-off-by: chgl <chgl@users.noreply.github.com>
Co-authored-by: Brandon Mayfield <mayfield.brandon.a@gmail.com>
* updated argo-wf to v3.0.2
Signed-off-by: chgl <chgl@users.noreply.github.com>
* aligned serviceAccount configuration with argo-cd values
Signed-off-by: chgl <chgl@users.noreply.github.com>
* docs: updated breaking changes in README
Signed-off-by: chgl <chgl@users.noreply.github.com>
* fix: use .Capabilities.APIVersions.Has in Ingress template
Signed-off-by: chgl <chgl@users.noreply.github.com>
Co-authored-by: Brandon Mayfield <563214+bmayfi3ld@users.noreply.github.com>
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
Co-authored-by: Brandon Mayfield <mayfield.brandon.a@gmail.com>
2021-05-21 14:19:05 +02:00