fix(image-pull-secrets): use bitnami common helpers for image pull secrets#191
Open
ChocPanda wants to merge 4 commits into
Open
fix(image-pull-secrets): use bitnami common helpers for image pull secrets#191ChocPanda wants to merge 4 commits into
ChocPanda wants to merge 4 commits into
Conversation
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Matt Searle <matthewsearle@improbable.io>
…crets conflict between postgres and dependency track image pull secrets mean you can't use private repositories for both postgres and dependency track images. this standardises to bitnami approach BREAKING CHANGE: re: evryfs#183 Signed-off-by: Matt Searle <matthewsearle@improbable.io>
2463390 to
2408308
Compare
Author
|
Hey @davidkarlsen, do you have time to take a look at this? |
This file contains hidden or 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
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.
Fix #183
the conflict between postgres and dependency track image pull secrets mean you can't use private repositories for both postgres and dependency track images. This standardises to bitnami approach
BREAKING CHANGE:
re: #183