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): Correct ApplicationSet controller port #1200

Conversation

visheyra
Copy link
Contributor

@visheyra visheyra commented Mar 28, 2022

This PR propose a fix for the #1199.

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.

@mkilchhofer mkilchhofer changed the title Add default value for the applicationSet controller container port fix(argo-cd): Add default value for the applicationSet controller container port Mar 28, 2022
Copy link
Member

@mkilchhofer mkilchhofer left a comment

Choose a reason for hiding this comment

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

Hi @visheyra, thanks for your contribution.

These tasks still are open:

  • Adapt Chart.yaml: bump version, and write a changelog line
  • Sign-off your commit (git commit -s --amend)

For the change itself, i'd suggest to omit the containerPort from values and "hardcode" it as introduced here: e7a2746

It seems that @mikeeq missed that while he implemented the 2.3 changes

@visheyra visheyra force-pushed the default-containerport-argocd-applicationset-controller branch 2 times, most recently from 4f9ff2f to 85fbdb8 Compare March 28, 2022 16:06
@github-actions github-actions bot added size/S and removed size/XS labels Mar 28, 2022
@visheyra
Copy link
Contributor Author

@mkilchhofer Okay, I think indeed hardcoding it is better ^^. I pushed/force I think this cover all your points now ?

@visheyra visheyra force-pushed the default-containerport-argocd-applicationset-controller branch 2 times, most recently from 3eacfbc to 6a641ec Compare March 28, 2022 16:09
@github-actions github-actions bot added size/XS and removed size/S labels Mar 28, 2022
Signed-off-by: amaury ravanel <amaury.ravanel@gmail.com>
@visheyra visheyra force-pushed the default-containerport-argocd-applicationset-controller branch from 6a641ec to 98f2075 Compare March 28, 2022 16:12
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
Copy link
Member

@mkilchhofer mkilchhofer left a comment

Choose a reason for hiding this comment

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

Lgtm now 👍

@mkilchhofer mkilchhofer changed the title fix(argo-cd): Add default value for the applicationSet controller container port fix(argo-cd): Correct ArgoCD applicationset controller port Mar 28, 2022
@mkilchhofer mkilchhofer changed the title fix(argo-cd): Correct ArgoCD applicationset controller port fix(argo-cd): Correct ApplicationSet controller port Mar 28, 2022
@mkilchhofer mkilchhofer merged commit 45ed060 into argoproj:master Mar 28, 2022
terrych0u pushed a commit to terrych0u/argo-helm that referenced this pull request Aug 4, 2022
* Add default value for the applicationSet controller container port

Signed-off-by: amaury ravanel <amaury.ravanel@gmail.com>

* Apply suggestions from code review

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-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.

Helm chart not providing default value for applicationset service targetport
2 participants