-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Comparing changes
Open a pull request
base repository: helm/helm
base: main
head repository: polettix/helm
compare: master
- 11 commits
- 10 files changed
- 5 contributors
Commits on Jan 9, 2018
-
fix(helm): fix importValues warnings from disabled charts
ImportValues incorrectly processes charts that should be disabled. This patch excludes those charts. Closes #2620
Configuration menu - View commit details
-
Copy full SHA for fbe8043 - Browse repository at this point
Copy the full SHA fbe8043View commit details
Commits on Mar 21, 2018
-
(fix) Handle caFile alone being set for repos
Previously it was only respected if certFile and keyFile were also specified. However, these are independent features.
Configuration menu - View commit details
-
Copy full SHA for 332dc83 - Browse repository at this point
Copy the full SHA 332dc83View commit details
Commits on Apr 11, 2018
-
Update helm template -x to support children chart manifests in more c…
…ases The previous code validated the manifests exist within the file system, which only works when a chart is unpacked, meaning children charts stored as tgz's in the parent chart's `charts/` directory don't exist as individual files in the filesystem, causing validation to file. Instead, we validate against the paths within the chart itself rather than the filesystem, handling both chart.tgz's and charts that are unpacked as directories in the chart/ directory.
Chance Zibolski committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 62f8532 - Browse repository at this point
Copy the full SHA 62f8532View commit details -
Add working template to mariner chart for use in testing subcharts
Chance Zibolski committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for d7e7170 - Browse repository at this point
Copy the full SHA d7e7170View commit details -
test helm template -x against subcharts stored as tgz's
Chance Zibolski committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 62a58e8 - Browse repository at this point
Copy the full SHA 62a58e8View commit details -
Disambigutate chartPaths variables in helm template tests
Chance Zibolski committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for ced20f6 - Browse repository at this point
Copy the full SHA ced20f6View commit details -
Correctly use subtests in helm template tests
The testing.T in the subtest wasn't being used, so subtests were effectively not being used. Additionally, in case subtests run in parallel, we assign tt := tt to fix closure captures on range variables, since the variables produced by a range are re-used between iterations.
Chance Zibolski committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for b9adc35 - Browse repository at this point
Copy the full SHA b9adc35View commit details -
test helm template -x with non-existent manifest
Chance Zibolski committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for fb1dd48 - Browse repository at this point
Copy the full SHA fb1dd48View commit details
Commits on Apr 12, 2018
-
Merge pull request #3877 from chancez/enhance_helm_template_handling
Update helm template -x to support children chart manifests in more cases
Configuration menu - View commit details
-
Copy full SHA for 30f236b - Browse repository at this point
Copy the full SHA 30f236bView commit details -
Merge pull request #3258 from mparry/fix-ca-file-option
(fix) Handle caFile alone being set for repos
Matthew Fisher authoredApr 12, 2018 Configuration menu - View commit details
-
Copy full SHA for e8460a8 - Browse repository at this point
Copy the full SHA e8460a8View commit details -
Merge pull request #3323 from jascott1/2620_importvals_warning_fix
fix(helm): fix importValues warnings from disabled charts
Configuration menu - View commit details
-
Copy full SHA for ad714fe - Browse repository at this point
Copy the full SHA ad714feView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master