* chore(argo-cd): Set file mode of YAML files to 644
Some deployment.yaml files randomly had the executable bit set.
This change fixes that.
Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
* chore(argo-cd): Bump chart version
Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
* chore(argo-cd): Update changes in Chart.yaml
Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
* chore(argo-cd): Remove previous change log entry
Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
---------
Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
* fix(argo-workflows): Replace "float64" with "int" to fix Helm 3.18 incompatibility
Signed-off-by: Tim Collins <tim@thecollins.team>
* maybe checking for string is safer?
Signed-off-by: Tim Collins <tim@thecollins.team>
* ok. now try this way again
Signed-off-by: Tim Collins <tim@thecollins.team>
* well that still doesn't work. revert
Signed-off-by: Tim Collins <tim@thecollins.team>
---------
Signed-off-by: Tim Collins <tim@thecollins.team>
Co-authored-by: Aikawa <yu.croco@gmail.com>
* 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 <alexej.disterhoft@redcare-pharmacy.com>
* chore(argo-cd): update version to 8.1.2
Signed-off-by: Alexej Disterhoft <alexej.disterhoft@redcare-pharmacy.com>
* docs(argo-cd): add commit server service port and port name to README
Signed-off-by: Alexej Disterhoft <alexej.disterhoft@redcare-pharmacy.com>
---------
Signed-off-by: Alexej Disterhoft <alexej.disterhoft@redcare-pharmacy.com>
* support trafficDistribution in argo repo service
Signed-off-by: Kewei Zhang <keweizhang411@gmail.com>
* add release note
Signed-off-by: Kewei Zhang <keweizhang411@gmail.com>
* docs(argo-cd): Add new field "trafficDistribution" to values.yaml
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
* chore(argo-cd): Drop trailing space and bump minor chart version
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
---------
Signed-off-by: Kewei Zhang <keweizhang411@gmail.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
* Adding verbiage for auth scripts and Azure Container Registry if using workload identity.
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* doc: ran the helm-docs script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Bumping the chart version
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Revert pipe and run readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Revert a few more comments and run readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Adding some periods and run readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Forgot the rest of the values and run readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Revert a few more comments and run readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Updating a few more comments and run readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* Minor typo
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* rm some verbiage and running readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* revert verbiage and running readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* revert verbiage and running readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
* rm trailing space and running readme script
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
---------
Signed-off-by: Jarvis Yang <jarvis.yang@recurohealth.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
* use dual-stack AWS ECR registry for redis
Signed-off-by: Ryan Taylor <1686627+rptaylor@users.noreply.github.com>
* chore: Also change HAProxy Image Repo to dual-stack endpoint
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
---------
Signed-off-by: Ryan Taylor <1686627+rptaylor@users.noreply.github.com>
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Maurer <mkilchhofer@users.noreply.github.com>