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

Add imagePullSecretName support to helm chart #1239

Merged
merged 5 commits into from
Nov 20, 2020

Conversation

Dean-Coakley
Copy link
Contributor

Proposed changes

Continuation of #1232 for stable release.

  • Add imagePullSecretName so we can support Rancher App Catalog integration.
  • imagePullSecrets remains for backwards compatibility, which will be removed in a later release.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

@Dean-Coakley Dean-Coakley added the enhancement Pull requests for new features/feature enhancements label Nov 18, 2020
@Dean-Coakley Dean-Coakley self-assigned this Nov 18, 2020
@Dean-Coakley
Copy link
Contributor Author

Dean-Coakley commented Nov 18, 2020

Some outstanding questions:

  • I don't see any hard requirement for this to be included in 1.9.1 for the Rancher integration. @pleshakov Do you have any preference for this to be included or excluded in that release?
  • Do we want to mark imagePullSecrets as deprecated? Or it will just be in 1.10 release notes?
    • If we do, should something like the following be added to all doc locations and values?: "DEPRECATED: To be removed in future release. Please migrate to "imagePullSecretName"

@pleshakov
Copy link
Contributor

@Dean-Coakley

I don't see any no hard requirement for this to be included in 1.9.1 for the Rancher integration. @pleshakov Do you have any preference for this to be included or excluded in that release?

Are we launching Rancher integration any time soon? If we don't include this now, does it mean we will need to create another minor release like 1.9.2 for the rancher integration?

Do we want to mark imagePullSecrets as deprecated? Or it will just be in 1.10 release notes?

Yeah, I think it makes sense to add 👍

@Dean-Coakley
Copy link
Contributor Author

Dean-Coakley commented Nov 19, 2020

@pleshakov While not strictly required as the changes will be prepared on a branch on https://github.com/nginxinc/helm3-charts it makes sense to have all pull requests there map closely to KIC release tag.

So it would be best to include this in 1.9.1 for consistency.

@Dean-Coakley Dean-Coakley marked this pull request as ready for review November 19, 2020 11:03
Copy link

@mikestephen mikestephen left a comment

Choose a reason for hiding this comment

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

LGTM!

@Dean-Coakley Dean-Coakley merged commit 54c6e08 into release-1.9 Nov 20, 2020
@Dean-Coakley Dean-Coakley deleted the change-helm-pullSecretType branch November 20, 2020 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Pull requests for new features/feature enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants