Commit Graph

398 Commits (0833318b3213a89e401e2e01c1005843f94546fb)

Author SHA1 Message Date
Matthew Fisher e73af10d0b
Merge pull request #8696 from f0rmiga/patch-1
4 years ago
Erik Sundell 1d9767fea2 helm create: make generated YAML indentation more consistent
4 years ago
Matthew Fisher 2a74204508
go fmt
4 years ago
Matt Farina 7953adb06c
Merge branch 'master' into fix/helm-create-overwrite
4 years ago
Matt Farina 11f75e420c
Merge pull request #8750 from technosophos/fix/helm-create-name
4 years ago
Matt Butcher 106f1fb45c
fixed bug that caused helm create to not overwrite modified files
4 years ago
Matt Butcher ed5fba5142
refactor the release name validation to be consistent across Helm
4 years ago
Thulio Ferraz Assis b4bb73d8ce
fix: if not .Values.autoscaling.enabled indent
4 years ago
Matt Butcher c4ef82be13
validate the name passed in during helm create
4 years ago
Thulio Ferraz Assis 6766017d38
fix: with .Values.podAnnotations indent template
4 years ago
Martin Hickey daa104d60e Revert PR 8562
4 years ago
Martin Hickey 91094186eb
Merge pull request #8562 from andytom/chore/update_starter_chart
4 years ago
Thomas O'Donnell 4b1fa60d58 Update Common Lables template in starter chart
4 years ago
She Jiayu d141593d83 Avoid hardcoded container port in default notes
4 years ago
Dong Gang 9777925a2a fix(create): update the hook name of test-connection pod
4 years ago
Bridget Kromhout 5684c86490
Fixing version and spelling errors
4 years ago
Matt Butcher 2750e4d781
Lint dependencies (#7970)
4 years ago
Matthew Fisher fc4a11c131
bump version to v3.3
4 years ago
Matthew Fisher 148d94bcf7
version bump
4 years ago
Eric Lemieux 4c9972cb72 Add HelmVersion to Capabilities
4 years ago
Adam Reese aa03319669
fix(chartutil): do not set helpers.tpl filetype for vim
4 years ago
Matt Farina b458bdf5c1
Merge pull request #8188 from mattfarina/fix-8181
4 years ago
Matt Farina f182ebc11c
Fix issue with unhandled error on Stat
4 years ago
Adam Reese 3364265e78
ref(pkg/chartutil): use minimal in-memory fixtures
4 years ago
Matthew Fisher bfb39c0c68
bump DefaultCapabilities to 1.18
4 years ago
Matt Butcher bf9d629dc0
feat: implement deprecation warnings in helm lint (#7986)
4 years ago
Matt Farina 54e5088a50
Fixing docs from version to appVersion (#7975)
4 years ago
David Pait 6aefbdcf38
Helm upgrades with --reuse-values and nil user values -- with tests (#7959)
4 years ago
Matt Butcher 853ba2de16
fix: removed inaccurate comment (#7937)
4 years ago
Matt Butcher 7b89e66e0c
fix: Fixed a regression that was introduced with changed nil handling (#7938)
4 years ago
uzxmx a34f311539
Fix nested null value overrides (#7743)
4 years ago
Martin Hickey 1c9b54ad7f
Merge pull request #7795 from consideRatio/template-indent
4 years ago
Matt Farina 08c612eedf
Adding notes on semver to create Chart.yaml
4 years ago
Matthew Fisher b735abe837
Merge pull request #7879 from naseemkullah/pod-annotations
4 years ago
Naseem f7972d075e
feat: allow image tag override
4 years ago
Naseem c4fc8b7de8
feat: add pod annotations
4 years ago
Mario Valderrama 6414791e08
Improve --show-only flag (#7816)
4 years ago
Martin Hickey 783be10aef
Merge pull request #7381 from naseemkullah/create-hpa
4 years ago
Erik Sundell cead0efa69 helm create command's templates more consistent
4 years ago
Matt Farina 28b085bed5
Fixing issue where archives created on windows have broken paths
5 years ago
Matthew Fisher b1959a309e
Merge pull request #7674 from sshukun/package-lock-file
5 years ago
Matthew Fisher faf5cfb2cb
Merge pull request #7189 from pmacik/fix-os.Stat
5 years ago
Song Shukun a992464fa2 Save Chart.lock to helm package tar
5 years ago
Martin Hickey 9d7907342d
Merge pull request #7514 from fhopfensperger/fix-7497
5 years ago
Tomáš Kohout b4f716413c Printing name of chart that do not have requested import value.
5 years ago
Matt Farina 1bd819a7b2
Fixes issue where <CHARTNAME> is left in starter values file
5 years ago
Florian Hopfensperger d03db32c25 fixed dependencies processing in case of helm install or upgrade for disabled/enabled sub charts
5 years ago
Matthew Fisher 50dcd39ba5
fix(package): remove --set, --values, etc. flags
5 years ago
Shota Nakamura 0beb9f7040 fix(chartutil): remove empty lines and a space from rendered chart templates (#7455)
5 years ago
Martin Hickey 88f42929d7
Remove references to protobuf (#7425)
5 years ago
Naseem b9a8e98bca
Add hpa boilerplate
5 years ago
Naseem a963736f66 [helm create] Include serviceAccount.annotations value (#7246)
5 years ago
Jan Heylen a2bbb67839 fix(helm): add .orig as typical backup file
5 years ago
Romain Grenet 8cb3c02c47 Port PR #4161 Fix incorrect timestamp when helm package to Helmv3
5 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
5 years ago
Paul "TBBle" Hampson 0cb0eaca94 fix(*): Helm v3 handling of APIVersion v1 charts dependencies (#7009)
5 years ago
Pavel Macík e3976ab7a2
Repair failing unit tests - failure caused by os.Stat return values for directory size on Linux.
5 years ago
Graham Goudeau 01aa1bd3a2 Add a flag to allow template to output CRDs
5 years ago
Jeff Bachtel 2e1c54855e Add namespace option to example kubectl command
5 years ago
Taylor Thomas b6f5762d46 fix(chartutil): Add the v1 apiextensions to the default scheme
5 years ago
Yusuke Kuoka 6d91d1aca8 fix(v3): Allow rendering CRDs in `helm template` client-only validation
5 years ago
Oleg Sidorov 44a81f63f7 Revert "chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]"
5 years ago
Taylor Thomas a758490f4d fix(chartutil): Uses copystructure for deep copy to avoid using gob
5 years ago
Matthew Fisher a92dd44cad
Merge pull request #6669 from SimonAlling/err
5 years ago
Matthew Fisher 402fce389a
fix(chartutil): restore .Release.Revision
5 years ago
Karuppiah Natarajan dfed8ab5e3
fix install storing computed values in release
5 years ago
Simon Alling a7c285bf7e ref(pkg/chartutil): Improve error handling code in Save
5 years ago
Ken Perkins 060def3b88 Fix chartutils/errors.go stack overflow
5 years ago
Ken Perkins 01ea487582 Introducing an tests for chartutils/errors.go
5 years ago
Taylor Thomas da72944611
Merge pull request #6640 from thomastaylor312/feat/parse_pre_release
5 years ago
Matthew Fisher 0f26eeb8fd
Merge pull request #6519 from SimonAlling/dev-v3
5 years ago
Martin Hickey dd1a440026
Add support to scaffold chart for ingress prior to k8s 1.14 (#6651)
5 years ago
Simon Alling 2a462aef2d fix(pkg/chartutil): add tests according to feedback
5 years ago
Taylor Thomas 0ba959af0d feat(lint): Ports v2 functionality for linting pre-release charts
5 years ago
Simon Alling 50675e7cd7 fix(pkg/chartutil): include values.schema.json in packaged chart
5 years ago
Marc Khouzam adbc39beb5 Remove impossible condition reported by linter
5 years ago
Matthew Fisher 7ffc879f13
Merge pull request #6607 from thomastaylor312/fix/missing_path_validation
5 years ago
Taylor Thomas 62ed7b3764
Merge pull request #6594 from thomastaylor312/feat/template_api_versions
5 years ago
Taylor Thomas 3637996dcd fix(chart): Ports security fix for invalid paths in tarballs
5 years ago
wxdao c00890cae1 Fix Save misbehavior on nonexistent directory (#6360)
5 years ago
Taylor Thomas 59d3488d1c feat(template): Ports api-versions flag to v3
5 years ago
Martin Hickey 335d27a976
Fix ingress API group in scaffold chart (#6591)
5 years ago
Matthew Fisher 9510713d21
fix(chartutil): port over enhancements to `helm create` from Helm 2
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Matt Farina 967f4fed42
Update dependencies
5 years ago
Taylor Thomas 319045d351
Merge pull request #6547 from SimonAlling/processDependencyConditions
5 years ago
Simon Alling 43bb10cd24 ref(pkg/chartutil): Dry up file and path names (#6554)
5 years ago
Simon Alling a40debd42b ref(pkg/chartutil): Simplify processDependencyConditions
5 years ago
Matthew Fisher 37f7cc0851
Merge pull request #4917 from derkoe/dev-v3-fix-requirement-condition
5 years ago
Martin Hickey db15a6f898
Create charts directory for scaffold chart (#6516)
5 years ago
Taylor Thomas d95a6246a4
Merge pull request #6430 from karuppiah7890/fix-install-storing-computed-values
5 years ago
Cindy O'Neill 41e9359716 handle ingress apiVersion change for kubernete versions
5 years ago
Reinhard Nägele 38e41e12c9 ref(*): Improve and fix scaffold chart and API versions (#6426)
5 years ago
Karuppiah Natarajan 25324ca8db
fix install storing computed values in release instead of user supplied values
5 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
5 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
5 years ago
Matthew Fisher d99edbfb3e
fix(chartutil): remove executable bits from chartutil generated files
5 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
5 years ago
Josh Dolitsky cc5dece910
fix(chartutil): Ensure nested template dir on save (#6177)
5 years ago
Martin Hickey 149da7c77e Update scaffold chart to v2 apiVersion
5 years ago