Commit 3ec3083
feat(argo-cd): VerticalPodAutoscaler support for application controller (argoproj#3365)
* chore(deps): update renovatebot/github-action action to v43 (argoproj#3363)
Signed-off-by: Yarin Golzar <[email protected]>
* added VerticalPodAutoscaler support for application controller argoproj#3232
Signed-off-by: Yarin Golzar <[email protected]>
* removed trailing spaces
Signed-off-by: Yarin Golzar <[email protected]>
* chore(deps): update renovatebot/github-action action to v43.0.1 (argoproj#3366)
Signed-off-by: Yarin Golzar <[email protected]>
* fix(argo-cd): do not use hardcoded commit server URL (argoproj#3367)
* fix(argo-cd): do not use hardcoded commit server URL
This commit adds the required template logic to the Argo CD Helm chart
to use the proper, release name dependent URL for the commit server. The current
implementation uses the default hardcoded URL `argocd-commit-server:8086`
from <https://github.com/argoproj/argo-cd/blob/v3.0.9/common/common.go#L31>.
Signed-off-by: Alexej Disterhoft <[email protected]>
* chore(argo-cd): update version to 8.1.2
Signed-off-by: Alexej Disterhoft <[email protected]>
* docs(argo-cd): add commit server service port and port name to README
Signed-off-by: Alexej Disterhoft <[email protected]>
---------
Signed-off-by: Alexej Disterhoft <[email protected]>
* chore(deps): bump github/codeql-action from 3.29.0 to 3.29.1 in the dependencies group (argoproj#3370)
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.29.0 to 3.29.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@ce28f5b...39edc49)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Yarin Golzar <[email protected]>
* chore(deps): update renovatebot/github-action action to v43.0.2 (argoproj#3371)
Signed-off-by: Yarin Golzar <[email protected]>
* chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41 (argoproj#3373)
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>
Signed-off-by: Yarin Golzar <[email protected]>
* chore(deps): bump github/codeql-action from 3.29.1 to 3.29.2 in the dependencies group (argoproj#3378)
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.29.1 to 3.29.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@39edc49...181d5ee)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Yarin Golzar <[email protected]>
* feat(argo-rollouts): Support ability to set .Values.namespaceOverride (argoproj#3375)
Signed-off-by: Yarin Golzar <[email protected]>
* updated docs to match vpa default values settings
Signed-off-by: Yarin Golzar <[email protected]>
* chore(argo-cd): Update dependency argoproj/argo-cd to v3.0.11 (argoproj#3380)
---------
Signed-off-by: Yarin Golzar <[email protected]>
Signed-off-by: Alexej Disterhoft <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Signed-off-by: Yarin Golzar <[email protected]>
Signed-off-by: Marco Maurer (-Kilchhofer) <[email protected]>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
Co-authored-by: Yarin Golzar <[email protected]>
Co-authored-by: Alexej Disterhoft <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tcaenen <[email protected]>
Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]>1 parent e92d4b7 commit 3ec3083
File tree
4 files changed
+66
-3
lines changed- charts/argo-cd
- templates/argocd-application-controller
4 files changed
+66
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
956 | 961 | | |
957 | 962 | | |
958 | 963 | | |
| |||
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
820 | 845 | | |
821 | 846 | | |
822 | 847 | | |
| |||
0 commit comments