Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update argocd 2.9 2023.12.28 a52e719a5 #40

Closed

Conversation

pasha-codefresh
Copy link
Member

No description provided.

DrFaust92 and others added 30 commits April 6, 2023 22:52
…proj#1923)

feat(argo-workflows): add the ability to declare initContainers to server and controller deployments

Signed-off-by: Justin Sievenpiper <[email protected]>
…template (argoproj#1933)

* fix(argo-events): missing argument for toYaml function in deployment template

Signed-off-by: Shawqi <[email protected]>

* Add description to Chart.yaml

Signed-off-by: Shawqi <[email protected]>

* bump version

Signed-off-by: Shawqi <[email protected]>

---------

Signed-off-by: Shawqi <[email protected]>
Co-authored-by: Petr Drastil <[email protected]>
Align applicationset with upstream and upgrade chart to 5.28.1
fix(argo-workflows): Remove outdated content on README
Signed-off-by: yu-croco <[email protected]>
…urces (argoproj#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 <[email protected]>

* chore(argo-workflows): bump minor version
Signed-off-by: yu-croco <[email protected]>

* refactor(argo-workflows): reflect review points
Signed-off-by: yu-croco <[email protected]>
…rgoproj#1959)

* fix(argo-events): add namespace field for namespace scoped resources
Signed-off-by: yu-croco <[email protected]>

* Apply suggestion from code review

Signed-off-by: Marco Kilchhofer <[email protected]>

---------

Signed-off-by: Marco Kilchhofer <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
Remove overwrite of configs.cm."application.instanceLabelKey"
…1969)

github: comment out notational pieces of PR template

- the DCO and publishing sentences are not filled out during PRs
  and are purely notational
  - comment them out with HTML comments, as is common practice
    - example from a repo I maintain: https://github.com/ezolenko/rollup-plugin-typescript2/blob/f6db59613a66f58c48310aa8fa785951970b5d6d/.github/issue_template.md?plain=1#L2
      - I copied that from other repos too
  - these comments are still visible to the PR author, just not visible
    when rendered, keeping the PR more concise

Signed-off-by: Anton Gilgur <[email protected]>
Co-authored-by: Marco Kilchhofer <[email protected]>
…icRelabelings & targetLabels (argoproj#1977)

* feat(argo-workflows): add Prometheus ServiceMonitor relabelings, metricRelabelings & targetLabels

Signed-off-by: Stefan Tertan <[email protected]>

* chore(argo-workflows): bump Helm chart patch version

Signed-off-by: Stefan Tertan <[email protected]>

* docs(argo-workflows): update README.md via `helm-docs`

Signed-off-by: Stefan Tertan <[email protected]>

* chore(argo-workflows): update changelog via chart annotation

Signed-off-by: Stefan Tertan <[email protected]>

* chore(argo-workflows): remove URLs from README

Signed-off-by: Stefan Tertan <[email protected]>

---------

Signed-off-by: Stefan Tertan <[email protected]>
Co-authored-by: Aikawa <[email protected]>
…m a tpl to str(argoproj#1978) (argoproj#1979)

fix: Changed the project field of the applicationset from a tpl function to a string.

Signed-off-by: tomoki-yamaguchi <[email protected]>
* chore(argo-cd): Upgrade Argo CD to v2.7.0
Signed-off-by: yu-croco <[email protected]>

* fix(argo-cd): collect syntax
Signed-off-by: yu-croco <[email protected]>
yu-croco and others added 28 commits October 28, 2023 09:28
* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

* Add notification cluster role

Signed-off-by: drfaust92 <[email protected]>

---------

Signed-off-by: drfaust92 <[email protected]>
Getting failure when running chart testing action pulling v2.0.0 from sigstore

Updating action to see if this helps

Signed-off-by: jmeridth <[email protected]>
* chore(argo-cd): Upgrade Argo CD to v2.8.6

Signed-off-by: Tim Collins <[email protected]>

* fix: drop unrecognized helm timeout

Signed-off-by: jmeridth <[email protected]>

---------

Signed-off-by: Tim Collins <[email protected]>
Signed-off-by: Jason Meridth <[email protected]>
Signed-off-by: jmeridth <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>
… when enabled (argoproj#2326)

* Create clusterrole for nitifications only when notifications enabled

Signed-off-by: Denis Kadyshev <[email protected]>

* Create clusterrolebinding for nitifications only when notifications enbaled

Signed-off-by: Denis Kadyshev <[email protected]>

* Bump version in Chart.yaml

Signed-off-by: Denis Kadyshev <[email protected]>

* Update Chart.yaml

Signed-off-by: Denis Kadyshev <[email protected]>

* Update Chart.yaml

Signed-off-by: Denis Kadyshev <[email protected]>

---------

Signed-off-by: Denis Kadyshev <[email protected]>
* almost final statefulset

* final statefulset

* add metrics

* add role

* add rolebinding

* add serviceaccount.yaml

* add servicemonitor.yaml + update values

* add prometheusrule.yaml

* add networkpolicy.yaml

* add pdb

* add cluster roles

* change version + add change

* fix indents

* fix doc

* update docs

* disable event reporter by default

* disable old reporter by value

* add missing docs

* update chart

* update docs

* remove hardcoded defaults + add correct template for argocd-cm

* use production version of argo-cd

* update default amount of reporter replicas

* fix values and docs

* fix metrics service
Signed-off-by: ilia-medvedev-codefresh <[email protected]>
Signed-off-by: ilia-medvedev-codefresh <[email protected]>
Signed-off-by: ilia-medvedev-codefresh <[email protected]>
    - kind: added
      description: Add priority queue to reporter
    - kind: fixed
      description: Fix bug with skip-current-step
    - kind: fixed
      description: Support creation of apps with empty dir in reporter
* merge upstream argo-cd chart 5.51.6-1
* change image to fork version v2.9-2023.12.06-e6258156d
…2-f5398c630

feat: update argocd to 2.9-2023.12.22-f5398c630
@noam-codefresh noam-codefresh deleted the feat/update-argocd-2.9-2023.12.28-a52e719a5 branch May 12, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.