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

fix(argo-cd): hard coded .selector.matchLabels #603

Merged
merged 5 commits into from
Mar 7, 2021

Conversation

abdennour
Copy link
Contributor

@abdennour abdennour commented Mar 2, 2021

it fixes #602

Checklist:

  • I have updated the chart version in Chart.yaml following Semantic Versioning.
  • Any new values are backwards compatible and/or have sensible default.
  • I have followed the testing instructions in the contributing guide.
  • I have signed the CLA and the build is green.
  • I will test my changes again once merged to master and published.

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

@abdennour abdennour force-pushed the hotfix/label-selector-match branch from 7ce9ec1 to d6df60b Compare March 2, 2021 04:48
 error    too many blank lines

it fixes argoproj#602

Signed-off-by: abdennour <[email protected]>
Copy link
Contributor

@seanson seanson left a comment

Choose a reason for hiding this comment

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

Looks good but needs the CODEOWNERS change removed.

CODEOWNERS Outdated
@@ -4,7 +4,7 @@
/charts/argo @stefansedich @paguos @vladlosev @yann-soubeyrand

# Argo CD
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand @abdennour
Copy link
Contributor

Choose a reason for hiding this comment

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

CODEOWNER changes are done typically by one of the ArgoCD owners (such as #551). if you'd like to volunteer to be a contributor please give a shout in the #argo-helm Slack channel.

Copy link
Contributor Author

@abdennour abdennour Mar 3, 2021

Choose a reason for hiding this comment

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

Looks good but needs the CODEOWNERS change removed.

Done! I removed it.
@seanson @vladlosev kindly proceed

@abdennour abdennour requested a review from seanson March 3, 2021 00:47
CODEOWNERS Outdated
@@ -4,7 +4,7 @@
/charts/argo @stefansedich @paguos @vladlosev @yann-soubeyrand

# Argo CD
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand @abdennour
/charts/argo-cd @seanson @spencergilbert @davidkarlsen @mr-sour @yann-soubeyrand
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@seanson this is done as per reviewer's request

@abdennour
Copy link
Contributor Author

@seanson requested changes. And i applied these changes.
What's pending now ?

@seanson seanson merged commit 0bc4be4 into argoproj:master Mar 7, 2021
@seanson
Copy link
Contributor

seanson commented Mar 7, 2021

Looks good, thanks @abdennour!

terrych0u pushed a commit to terrych0u/argo-helm that referenced this pull request Sep 7, 2021
* fix(argo-cd): hard coded .selector.matchLabels

it fixes argoproj#602

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

* style(argo-cd): linting circle ci

 error    too many blank lines

it fixes argoproj#602

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

* chore(argo-cd): adding myself to codeowners

it is related to argoproj#602

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

* chore(argo-cd): CODEOWNER work by invitation

related to argoproj#603 argoproj#602

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

* fix(argo-cd): Add info in README about labels

Signed-off-by: Sean Johnson <[email protected]>

Co-authored-by: Sean Johnson <[email protected]>
@abdennour
Copy link
Contributor Author

Welcome @seanson ! I want to give a TALK in ArgoCon. Could you please facilitate it ?
Here my request to make a TALK : argoproj/argo-cd#7989

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.

[argo-cd] Cannot Create 2 helm releases within the same cluster - selector does not match template labels
3 participants