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(argo-cd): Add ability to use an external redis instance #1150

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

mkilchhofer
Copy link
Member

@mkilchhofer mkilchhofer commented Mar 1, 2022

Resolves #1045


Note on DCO:

If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the Details link next to the DCO action for instructions on how to resolve this.

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

Changes are automatically published when merged to master. They are not published on branches.

@github-actions github-actions bot added the size/M label Mar 1, 2022
@mkilchhofer mkilchhofer force-pushed the feature/argocd_externalRedis branch from a1cea27 to 0f35adf Compare March 1, 2022 14:22
@mbevc1 mbevc1 added the argo-cd label Mar 1, 2022
@mkilchhofer mkilchhofer force-pushed the feature/argocd_externalRedis branch 4 times, most recently from 3946400 to 35da4e3 Compare March 5, 2022 15:01
@mkilchhofer mkilchhofer changed the title WIP: feat(argo-cd): Add ability to use an external redis instance feat(argo-cd): Add ability to use an external redis instance Mar 5, 2022
@mkilchhofer mkilchhofer marked this pull request as ready for review March 6, 2022 20:33
@mkilchhofer mkilchhofer force-pushed the feature/argocd_externalRedis branch from 35da4e3 to ca6ee4f Compare March 6, 2022 21:16
@mkilchhofer mkilchhofer force-pushed the feature/argocd_externalRedis branch from c488d68 to b91c5b4 Compare March 17, 2022 08:47
@mkilchhofer mkilchhofer force-pushed the feature/argocd_externalRedis branch from b91c5b4 to c678b31 Compare March 30, 2022 17:10
@mkilchhofer
Copy link
Member Author

Hi @mbevc1
WDYT about this PR? Do you have time to review it? ;)

@mbevc1
Copy link
Collaborator

mbevc1 commented Mar 31, 2022

Hey, sure. I'll give it a look later. Would you mind rebasing please?

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
@mkilchhofer mkilchhofer force-pushed the feature/argocd_externalRedis branch from c678b31 to d38855c Compare March 31, 2022 12:03
@mkilchhofer
Copy link
Member Author

Cool :) Rebase done

Copy link
Collaborator

@mbevc1 mbevc1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mkilchhofer mkilchhofer merged commit 58926e3 into master Mar 31, 2022
@mkilchhofer mkilchhofer deleted the feature/argocd_externalRedis branch March 31, 2022 12:18
terrych0u pushed a commit to terrych0u/argo-helm that referenced this pull request Aug 4, 2022
…j#1150)

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use existing (managed) Redis for Argo CD
2 participants