forked from argoproj/argo-helm
-
Notifications
You must be signed in to change notification settings - Fork 1
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 helm chart to 6.11.1 #80
Merged
oleksandr-codefresh
merged 27 commits into
argo-cd
from
CR-23980-argo-cd-chart-update-6.11
Jun 26, 2024
Merged
feat: update helm chart to 6.11.1 #80
oleksandr-codefresh
merged 27 commits into
argo-cd
from
CR-23980-argo-cd-chart-update-6.11
Jun 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…2.0 (argoproj#2675) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
…Binding (argoproj#2676) remove unnecessary if statements Signed-off-by: Daniel Beilin <[email protected]> Co-authored-by: Aikawa <[email protected]>
…argoproj#2677) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
* Install applicationset crd always ApplicationSet is required by argocd-server, cannot be "opt-out". If ApplicationSet CRD is not installed, we see lot of errors: ``` W0507 19:44:33.469804 7 reflector.go:424] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io) E0507 19:44:33.469828 7 reflector.go:140] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: Failed to watch *v1alpha1.ApplicationSet: failed to list *v1alpha1.ApplicationSet: the server could not find the requested resource (get applicationsets.argoproj.io) ``` Signed-off-by: Thomas Decaux <[email protected]> * Bump chart version Signed-off-by: Thomas Decaux <[email protected]> * Bump Chart.yaml patch version Signed-off-by: Thomas Decaux <[email protected]> * Update Chart.yaml changelog Signed-off-by: Thomas Decaux <[email protected]> --------- Signed-off-by: Thomas Decaux <[email protected]> Co-authored-by: Petr Drastil <[email protected]> Co-authored-by: yuki.kitakata <[email protected]>
…#2686) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@0864cf1...dc50aa9) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Petr Drastil <[email protected]>
…proj#2679) * feat(argo-workflows): Allow adding additional ServiceAccounts to RoleBinding (argoproj#2676) remove unnecessary if statements Signed-off-by: Daniel Beilin <[email protected]> Co-authored-by: Aikawa <[email protected]> Signed-off-by: Andres Vara Parsegov <[email protected]> * feat(argo-cd): Support ability to set .Values.namespaceOverride Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typo Signed-off-by: Andres Vara Parsegov <[email protected]> * chore(deps): update actions/create-github-app-token action to v1.10.0 (argoproj#2677) Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Signed-off-by: Andres Vara Parsegov <[email protected]> * feat(argo-rollouts): Add podLabels at the controller & dashboard level (argoproj#2678) Signed-off-by: Andres Vara Parsegov <[email protected]> * feat(argo-cd): Support ability to set .Values.namespaceOverride Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typo Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): autocorrection Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typos Signed-off-by: Andres Vara Parsegov <[email protected]> * fix(argo-cd): typos Signed-off-by: Andres Vara Parsegov <[email protected]> * removed auota Signed-off-by: Andres Vara Parsegov <[email protected]> * Update Chart.yaml Signed-off-by: Andres Vara <[email protected]> --------- Signed-off-by: Daniel Beilin <[email protected]> Signed-off-by: Andres Vara Parsegov <[email protected]> Signed-off-by: Andres Vara <[email protected]> Co-authored-by: Daniel Beilin <[email protected]> Co-authored-by: Aikawa <[email protected]> Co-authored-by: Andres Vara Parsegov <[email protected]> Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: mitchell amihod <[email protected]>
…mage-updater to v0.13.0 (argoproj#2692) * chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.13.0 * feat(argocd-image-updater): update deployment as following upstream Signed-off-by: yu-croco <[email protected]> * fix(argocd-image-updater): correct doc Signed-off-by: yu-croco <[email protected]> * fix(argocd-image-updater): fix manifest Signed-off-by: yu-croco <[email protected]> * chore(argocd-image-updater): bump version Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: yu-croco <[email protected]>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Adding checksum to argocd-cm to dex pod Signed-off-by: Etienne Kemp-Rousseau <[email protected]> Co-authored-by: yuki.kitakata <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.5...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…j#2699) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.13.4 to 3.25.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@cdcdbb5...b7cec75) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: yuki.kitakata <[email protected]>
… job (argoproj#2708) chore(argo-cd): add nodeselector and tolerations to redis-secret-init-job Signed-off-by: Pavan <[email protected]> Co-authored-by: Pavan <[email protected]>
…roj#2709) Signed-off-by: Thomas Berreis <[email protected]>
* feat(argo-rollouts): Support revisionHistoryLimit Signed-off-by: yu-croco <[email protected]> * chore(argo-rollouts): Align to argo-cd's configuration Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]>
* Make redis secret initialization optional Signed-off-by: michaelvl <[email protected]> * Remove artifacthub.io/changes from previous change Signed-off-by: michaelvl <[email protected]> --------- Signed-off-by: michaelvl <[email protected]>
…6.11 # Conflicts: # charts/argo-cd/Chart.yaml # charts/argo-cd/README.md # charts/argo-cd/templates/_helpers.tpl # charts/argo-cd/templates/argocd-applicationset/deployment.yaml # charts/argo-cd/templates/argocd-configs/externalredis-secret.yaml # charts/argo-cd/templates/argocd-repo-server/deployment.yaml # charts/argo-cd/templates/redis-secret-init/job.yaml # charts/argo-cd/templates/redis-secret-init/role.yaml # charts/argo-cd/templates/redis-secret-init/rolebinding.yaml # charts/argo-cd/templates/redis-secret-init/serviceaccount.yaml # charts/argo-cd/values.yaml
yaroslav-codefresh
approved these changes
Jun 18, 2024
/package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.