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

Sync chart with bitnami/kubeapps chart (version 7.6.2) #3893

Merged
merged 3 commits into from
Dec 14, 2021

Conversation

kubeapps-bot
Copy link
Collaborator

Description of the change

This is an automatic PR for synchronizing the changes performed externally at the bitnami/kubeapps official chart to the Kubeapps development version.

Benefits

The Kubeapps development chart will get the newest changes, including image version updates and other updates.

Possible drawbacks

Although unlikely, some changes implemented by the Bitnami team may not be 100% compatible with the current Kubeapps version.

Applicable issues

N/A

Additional information

This PR is marked as a draft until a Kubeapps maintainer manually reviews it.

@@ -1515,7 +1515,7 @@ clusters:
domain: cluster.local
## @param featureFlags [object] Feature flags (used to switch on development features)
##
featureFlags:
featureFlags: ""
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be {}, but the Bitnami team is already aware and they're gonna fix it in a separate upstream PR

Copy link
Contributor

@antgamdia antgamdia Dec 13, 2021

Choose a reason for hiding this comment

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

Well, they didn't perform the change (probably they're on PTO), so let me squeeze the change in our dev chart so that it gets synced with the upstream one at some point.

Copy link
Contributor

@absoludity absoludity left a comment

Choose a reason for hiding this comment

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

I'm guessing this PR was automatically created as draft and meant to mark it as ready for review? Anyway, +1

@@ -33,4 +33,4 @@ maintainers:
name: kubeapps
sources:
- https://github.com/kubeapps/kubeapps
version: 7.6.2-dev0
version: 7.6.2
Copy link
Contributor

Choose a reason for hiding this comment

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

7.6.3-dev0 ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, guess since we're not changing anything, 7.6.2 is what it is synced as... our first change in dev will make it 7.6.3-dev0 - sorry for the noise :)

Copy link
Contributor

Choose a reason for hiding this comment

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

It depends... it's fine either way. Our chart will always differ from the bitnami one in the images. If we consider it is a change that leads to a vX.Y.Z+1-dev0 it's ok. I'm also comfortable with leaving it as is (vX.Y.Z).

I'm guessing this PR was automatically created as draft and meant to mark it as ready for review? Anyway, +1

They released this new version as part of a batch PR for solving an issue with their readmenator. However, they made some mistakes in the default value (using "" instead of {}), but they will solve it soon. I didn't perform any changes to this PR as I was waiting for them to send the new one. That's why it is still a draft (this is how the bot creates the PRs).
So, my plan is to leave it open (because otherwise, the bot would create another one again and again) until they fix it, then close this one and perform the changes in the new PR.

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

Conflicts:
	chart/kubeapps/Chart.yaml
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Comment on lines +765 to +770
## Proxy configuration to access chart repositories
##
## @param apprepository.initialReposProxy.enabled Enables the proxy
## @param apprepository.initialReposProxy.httpProxy URL for the http proxy
## @param apprepository.initialReposProxy.httpsProxy URL for the https proxy
## @param apprepository.initialReposProxy.noProxy URL to exclude from using the proxy
Copy link
Contributor

Choose a reason for hiding this comment

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

Adding this new change to remove the [object] modifier in as many places as possible.

@antgamdia antgamdia marked this pull request as ready for review December 13, 2021 16:56
@antgamdia antgamdia merged commit d32da6b into master Dec 14, 2021
@antgamdia antgamdia deleted the sync-chart-changes-7.6.2 branch December 14, 2021 23:51
@antgamdia antgamdia restored the sync-chart-changes-7.6.2 branch December 14, 2021 23:51
@antgamdia antgamdia deleted the sync-chart-changes-7.6.2 branch December 14, 2021 23:51
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.

None yet

3 participants