Skip to content

Rename charts/telepresence to charts/telepresence-oss. #3802

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

Merged
merged 3 commits into from
Feb 21, 2025

Conversation

thallgren
Copy link
Member

The Helm chart name "telepresence-oss" was inconsistent with its contained folder "telepresence". As a result, attempts to install the chart using an argo ApplicationSet failed. The contained folder was renamed to match the chart name.

This commit renames the folder and also removes old code related to "telepresence-crds". Telepresence OSS has no CRDs.

Closes #3801

@@ -108,12 +106,6 @@ func (ha *HelmCommand) addValueSettingFlags(flags *pflag.FlagSet) {
}
}

func (ha *HelmCommand) addCRDsFlags(flags *pflag.FlagSet) {
if HelmExtendFlagsFunc != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

At this point, we should probably just remove HelmExtendFlagsFunc altogether as it's not consumed anymore.

@thallgren thallgren force-pushed the thallgren/recursion-check-config branch from e4cf0b1 to 4a5846c Compare February 21, 2025 14:54
Base automatically changed from thallgren/recursion-check-config to release/v2 February 21, 2025 16:47
The Helm chart name "telepresence-oss" was inconsistent with its
contained folder "telepresence". As a result, attempts to install the
chart using an argo ApplicationSet failed. The contained folder was
renamed to match the chart name.

This commit renames the folder and also removes old code related to
"telepresence-crds". Telepresence OSS has no CRDs.

Closes #3801

Signed-off-by: Thomas Hallgren <[email protected]>
Signed-off-by: Thomas Hallgren <[email protected]>
Signed-off-by: Thomas Hallgren <[email protected]>
@thallgren thallgren force-pushed the thallgren/rename-chart-folder branch from 37429b4 to e9bd0e4 Compare February 21, 2025 16:49
@thallgren thallgren added the ok to test Applied by maintainers when a PR is ready to have tests run on it label Feb 21, 2025
@github-actions github-actions bot removed the ok to test Applied by maintainers when a PR is ready to have tests run on it label Feb 21, 2025
@thallgren thallgren merged commit 7711f8d into release/v2 Feb 21, 2025
11 checks passed
@thallgren thallgren deleted the thallgren/rename-chart-folder branch February 21, 2025 20:43
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.

Helm chart path "fix"
2 participants