argoproj-renovate[bot]
464d1179fd
chore(argo-events): Update dependency argoproj/argo-events to v1.9.6 ( #3240 )
2025-04-07 06:22:16 +01:00
argoproj-renovate[bot]
66d0cd3259
chore(deps): update actions/create-github-app-token action to v2 ( #3239 )
2025-04-04 18:52:43 +09:00
Marco Maurer (-Kilchhofer)
24b35ff6b9
fix(argo-cd): Same Secret name and key for all embedded redis options ( #3238 )
...
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2025-04-04 12:32:42 +09:00
argoproj-renovate[bot]
697a5bd7dc
chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.9 ( #3235 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-04-03 07:43:16 +02:00
Yves Schumann
49ec752d09
fix(argo-workflows): fix yamllint error 'trailing spaces' ( #3233 )
2025-04-03 12:30:35 +09:00
Marco Maurer (-Kilchhofer)
9365ba1dd2
fix(argo-cd): Make code clearer when Redis Secret is optional ( #3228 )
2025-04-02 19:45:24 +09:00
Aikawa
eb0f0af836
fix(argo-cd): Correct oliver006/redis_exporter image tag ( #3231 )
...
* fix(argo-cd): Correct oliver006/redis_exporter image tag
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix: add CI for redis-ha redis-exporter sidecar
Signed-off-by: yu-croco <yu.croco@gmail.com>
* chore: enable redis-exporter in defaut ci
Signed-off-by: yu-croco <yu.croco@gmail.com>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>
2025-04-02 07:07:41 +01:00
argoproj-renovate[bot]
e7a05a7bc8
chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.16.0 ( #3229 )
...
* chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.16.0
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
* chore: Sync new variable ARGOCD_LOGLEVEL
Related to https://github.com/argoproj-labs/argocd-image-updater/pull/913
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
---------
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2025-04-02 09:43:41 +09:00
Marco Maurer (-Kilchhofer)
86af655944
fix(argo-cd): Also use oliver006/redis_exporter for non-HA redis ( #3226 )
2025-04-01 21:48:46 +00:00
Marco Maurer (-Kilchhofer)
bf044b2256
fix(argo-rollouts): Fix scope and path to CM for checksum calculation ( #3227 )
2025-04-02 06:36:53 +09:00
argoproj-renovate[bot]
216d8bd879
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.229.0 ( #3222 )
2025-04-01 14:46:54 +00:00
Derek Brown
9f11412227
feat(argo-rollouts): restart when configmap changes ( #3119 )
...
* feat: argo-rollouts restart when configmap changes
Signed-off-by: Derek Brown <6845676+DerekTBrown@users.noreply.github.com>
* address comments
Signed-off-by: Derek Brown <6845676+DerekTBrown@users.noreply.github.com>
* fix: Add newline to fix linter (new-line-at-end-of-file)
Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
---------
Signed-off-by: Derek Brown <6845676+DerekTBrown@users.noreply.github.com>
Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
2025-04-01 23:45:54 +09:00
Samy Djemaï
d198053abe
fix(argo-cd): set loglevel and logformat cli args without quotes ( #3223 )
...
Signed-off-by: Samy Djemaï <53857555+SamyDjemai@users.noreply.github.com>
2025-04-01 14:20:47 +02:00
Aikawa
edbac28217
fix(argo-cd): Moved to oliver006/redis_exporter to support mutli-arch images ( #3221 )
2025-04-01 04:06:56 -05:00
argoproj-renovate[bot]
380b224656
chore(deps): update renovatebot/github-action action to v41.0.18 ( #3220 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-31 21:17:41 +00:00
Mikhail Zholobov
54b6a57d3f
fix(argo-cd): Deprecate logLevel and logFormat values for dex and notifications controller ( #3209 )
...
* fix(argo-cd): Deprecate logLevel and logFormat values for dex and notifications controller
These are deprecated in favor of corresponding settings in `config.params`, to match with
the official docs: https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-cmd-params-cm-yaml/
The same changes were previously done for all other components much earlier in
https://github.com/argoproj/argo-helm/pull/1267
and then these params were removed in https://github.com/argoproj/argo-helm/pull/2407
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* chore(argo-cd): Bump argo-cd chart version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
---------
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
2025-03-31 21:39:17 +01:00
dependabot[bot]
0ee7597512
chore(deps): bump the dependencies group with 3 updates ( #3218 )
2025-03-29 22:42:41 +01:00
alexelent-carta
c50e74273d
chore(argo-cd): Upgrade redis-ha ( #3216 )
2025-03-29 12:00:44 +09:00
Tim Collins
c9f549f35d
chore(github): Update release metrics before ArgoCon EU ( #3215 )
...
Signed-off-by: Tim Collins <tim@thecollins.team>
2025-03-26 09:01:08 +00:00
argoproj-renovate[bot]
79461b3206
chore(deps): update renovatebot/github-action action to v41.0.17 ( #3212 )
2025-03-25 06:41:33 -05:00
argoproj-renovate[bot]
712f12198c
chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.8 ( #3214 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-25 09:08:40 +09:00
argoproj-renovate[bot]
3223ae42e5
chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.8.2 ( #3210 )
2025-03-23 12:51:22 +00:00
dependabot[bot]
74d8ce8ba2
chore(deps): bump the dependencies group with 2 updates ( #3211 )
2025-03-23 05:00:32 -05:00
argoproj-renovate[bot]
78ee9fd66c
chore(deps): update actions/create-github-app-token action to v1.11.7 ( #3206 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: Tim Collins <45351296+tico24@users.noreply.github.com>
2025-03-21 07:14:19 +00:00
argoproj-renovate[bot]
24bbbc2d3b
chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.8.1 ( #3208 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-21 07:13:36 +00:00
argoproj-renovate[bot]
4a31220168
chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.7 ( #3205 )
2025-03-19 18:35:42 +00:00
argoproj-renovate[bot]
b386f8a7c6
chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.6 ( #3204 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-18 16:33:12 +00:00
argoproj-renovate[bot]
54beb65686
chore(deps): update renovatebot/github-action action to v41.0.16 ( #3203 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-18 15:30:39 +00:00
argoproj-renovate[bot]
26f5050255
chore(deps): update renovatebot/github-action action to v41.0.15 ( #3202 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-17 06:39:45 +09:00
dependabot[bot]
b512d624ac
chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 in the dependencies group ( #3201 )
2025-03-15 06:54:40 -05:00
argoproj-renovate[bot]
cbc39cd651
chore(argo-cd): Update public.ecr.aws/bitnami/redis-exporter Docker tag to v1.69.0 ( #3200 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-15 17:34:50 +09:00
Martin Bouillaud
2151f800f2
feat(argo-events): Add revisionhistorylimit webhook controller ( #3196 )
...
* add: webhook & controller revisionHistoryLimit to values.yaml
Signed-off-by: Martin Bouillaud <mbouillaud@lefigaro.fr>
Signed-off-by: Martin Bouillaud <contact@bouillaudmartin.fr>
* add default value to revisionHistoryLimit
Signed-off-by: Martin Bouillaud <mbouillaud@lefigaro.fr>
Signed-off-by: Martin Bouillaud <contact@bouillaudmartin.fr>
* trim default values in deployment
Signed-off-by: Martin Bouillaud <contact@bouillaudmartin.fr>
* fix: webhook typo
Signed-off-by: Martin Bouillaud <contact@bouillaudmartin.fr>
---------
Signed-off-by: Martin Bouillaud <mbouillaud@lefigaro.fr>
Signed-off-by: Martin Bouillaud <contact@bouillaudmartin.fr>
Co-authored-by: Martin Bouillaud <mbouillaud@lefigaro.fr>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2025-03-13 14:59:12 +00:00
tobrien-nydig
0161a0a834
feat(argo-rollouts): add support for stepPlugins ( #3199 )
2025-03-13 23:56:04 +09:00
argoproj-renovate[bot]
6234e2abd6
chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.6.5 ( #3198 )
2025-03-11 20:51:50 +09:00
argoproj-renovate[bot]
0fcefc9993
chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.5 ( #3197 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-11 16:23:50 +09:00
dependabot[bot]
97f4275fc6
chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 in the dependencies group ( #3195 )
...
chore(deps): bump github/codeql-action in the dependencies group
Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 3.28.10 to 3.28.11
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b56ba49b26...6bb031afdd
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-09 22:22:09 +09:00
argoproj-renovate[bot]
a68c41fc53
chore(argo-cd): Update public.ecr.aws/bitnami/redis-exporter Docker tag to v1.68.0 ( #3194 )
2025-03-08 06:29:51 +00:00
Tim Collins
a774ae2e6e
fix(argo-workflows): Clarify the purpose of the aggregate roles in the values.yaml ( #3193 )
...
Signed-off-by: Tim Collins <tim@thecollins.team>
2025-03-06 21:00:22 +09:00
argoproj-renovate[bot]
cf172edb3f
chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.4 ( #3190 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2025-03-05 00:15:43 +00:00
Marco Maurer (-Kilchhofer)
dc656fcc3e
chore(github): Make GH action secret SCORECARD_TOKEN obsolete ( #3189 )
...
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2025-03-05 09:05:04 +09:00
Tim Collins
66d510ac1f
chore(github): Update release metrics ( #3188 )
...
Signed-off-by: Tim Collins <tim@thecollins.team>
2025-03-03 18:42:59 +09:00
awx-fuyuanchu
02dcd41ec1
feat(argo-workflows): allow additional rules for service account that runs the workflows ( #3186 )
...
* feat(argo-workflows): allow additional rules for service account that runs the workflows
Signed-off-by: fuyuan.chu <fuyuan.chu@airwallex.com>
* Update charts/argo-workflows/templates/controller/workflow-role.yaml
Co-authored-by: Aikawa <yu.croco@gmail.com>
Signed-off-by: awx-fuyuanchu <86345114+awx-fuyuanchu@users.noreply.github.com>
---------
Signed-off-by: fuyuan.chu <fuyuan.chu@airwallex.com>
Signed-off-by: awx-fuyuanchu <86345114+awx-fuyuanchu@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2025-03-03 00:08:40 -06:00
argoproj-renovate[bot]
68604eb508
chore(deps): update actions/create-github-app-token action to v1.11.6 ( #3187 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-03-02 20:05:39 -06:00
argoproj-renovate[bot]
1d4e38595e
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.185.0 ( #3184 )
2025-03-01 10:11:59 +01:00
daftping
c65e2468c3
fix(argo-cd): Fixed broken topologySpreadConstraints template in commitServer component ( #3182 )
2025-03-01 12:07:26 +09:00
argoproj-renovate[bot]
0770ef8d7a
chore(argo-cd): Update dependency argoproj/argo-cd to v2.14.3 ( #3183 )
...
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2025-02-28 21:33:37 +00:00
Aikawa
cef816a740
feat(argo-workflows): Support livenessProbe to server ( #3175 )
...
* feat(argo-workflows): Support readinessProbe to server
Signed-off-by: yu-croco <yu.croco@gmail.com>
* fix: readiness/liveness
Signed-off-by: yu-croco <yu.croco@gmail.com>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>
Co-authored-by: JM (Jason Meridth) <jmeridth@gmail.com>
2025-02-24 09:31:51 +00:00
Aikawa
4f356644ca
fix(github): Add dex to renovate-bump-version.sh ( #3179 )
...
Signed-off-by: yu-croco <yu.croco@gmail.com>
Co-authored-by: JM (Jason Meridth) <jmeridth@gmail.com>
2025-02-24 03:23:58 -06:00
argoproj-renovate[bot]
b81556ca88
chore(deps): update renovatebot/github-action action to v41.0.14 ( #3180 )
2025-02-24 01:07:19 -06:00
Aikawa
f265958485
docs(argo-cd): Added a comment how to pass values into argocd-cm ConfigMap ( #3177 )
...
* chore(argo-cd): Added a comment how to pass values into argocd-cm ConfigMap
Signed-off-by: yu-croco <yu.croco@gmail.com>
* add comment on README as well
Signed-off-by: yu-croco <yu.croco@gmail.com>
---------
Signed-off-by: yu-croco <yu.croco@gmail.com>
2025-02-23 21:45:35 +00:00