Commit Graph

21 Commits

Author SHA1 Message Date
Terry Howe b539309aa2
fix: idea gitignore entry
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
2025-09-09 12:52:31 -06:00
Matt Farina 91ecb56355
Removing the alpine test chart
A .gitignore was previously setup to ignore this file. When pkg/cmd
was setup the .gitignore was not updated. The change adds the new
location to continue to ignore this file.

Note, the previous location is still included in the .gitignore
because developers will have a file there and we do not want that
accidently included in a commit.

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-04-11 16:01:49 -04:00
Evans Mungai 3fa3daa5e6
Add precommit config to .gitignore
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
2024-11-19 17:31:34 +00:00
Robert Sirchia 8b424baea1 Updating .gitignore
Adding a line to ignore the .devcontainer/ to the .gitignore file so I can use containers to develop with Helm.

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-03-01 15:29:21 -05:00
George Jenkins 4790bb9bcc Improve release action
Signed-off-by: George Jenkins <gjenkins8@bloomberg.net>
2023-12-28 14:12:19 -08:00
pallavJha 03eec30907 add flag trimpath in the go build command
Signed-off-by: Pallav Jha <pallav_kumar71@yahoo.com>
Signed-off-by: pallavJha <pallav_kumar71@yahoo.com>
2021-03-06 15:31:36 +05:30
Taylor Thomas 15e2659191 fix(tests): Ignores tarball that will change on dep update
The unit test added to cover #7233 was causing changes to show up in git
when tests were ran. This was due to the dependency build creating a new
tarball. These changes would cause a dirty build when we build our major
versions, so I removed the subchart tarball from git and added the charts
folder for that test chart to the gitignore to avoid any future problems.
Based on all I can see, this should have any impact on the test itself

Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
2020-02-05 16:50:33 +01:00
Matthew Fisher 4f6d002d6c
chore(docs): move docs to helm-www
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-07-22 12:15:35 -07:00
Adam Reese 5048ed8f5c
docs(generated): remove generated docs 2018-04-16 23:16:43 -07:00
Maciej Kwiek cce50f8052 Add experimental dockerfiles
Added dockerfiles for rudder service and tiller run with
--experimental-release flag
2017-05-05 13:04:02 +02:00
Tamal Saha 4207c81ed3 Ignore .idea folder for anyone using Intellij's GO IDE. 2016-12-18 01:40:16 -08:00
Rodrigue Cloutier f3b205c6ef fix(*): fixed tests for Windows 2016-12-05 11:17:47 -05:00
Adam Reese ebb7584ab2 fix(git): ignore _dist directory 2016-08-08 14:35:21 -07:00
Matt Butcher dbdf5e08c9 fix(gitignore): die, DS_Store, die. 2016-06-08 13:14:42 -06:00
Adam Reese a67d56e649 fix(.gitignore): remove old helm cross build 2016-05-06 12:03:50 -07:00
Matt Butcher 0c86ce0eef fix(gitignore): ignore .vimrc files 2016-04-28 16:54:26 -06:00
Adam Reese efdf5cd4ec feat(Makefile): add docker build tooling
Still needs a dockerfile

/cc @michelleN
2016-04-13 13:51:15 -07:00
Adam Reese 32697fa226 Merge pull request #8 from adamreese/feat/makefile
feat(Makefile): add Makefile
2016-04-12 14:30:53 -07:00
Adam Reese 6092f01fac feat(Makefile): add Makefile 2016-04-12 14:07:00 -07:00
Matt Butcher b7b48ff72b feat(proto): stub out a Chartfile message 2016-04-12 12:41:54 -06:00
Matt Butcher 0868355d3e feat(cmd): add grpc client and server
So far, they just have basic readiness checks.
2016-04-08 16:41:21 -06:00