Martin Hickey
7ed9d16dc7
Merge pull request #11462 from p33t/main
...
Readiness & liveness probes correct port
2 years ago
shankeerthan-kasilingam
33121a80ff
strict file permissions of repository.yaml
...
Fixes #11451
Signed-off-by: shankeerthan-kasilingam <shankeerthan1995@gmail.com>
2 years ago
Peter Leong
9d027eaac8
Readiness & liveness probes correct port
...
Port number now comes from values.yaml
Signed-off-by: Peter Leong <1179301+p33t@users.noreply.github.com>
2 years ago
Martin Hickey
775af2a0ce
Update schema validation handling
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2 years ago
Graham Reed
9fe912f3c5
Check redefinition of define and include in tpl
...
Signed-off-by: Graham Reed <greed@7deadly.org>
2 years ago
Graham Reed
ebf5e1e2af
Check that `.Template` is passed through `tpl`
...
Signed-off-by: Graham Reed <greed@7deadly.org>
2 years ago
Graham Reed
0a6e7d95ab
Make sure empty `tpl` values render empty.
...
Signed-off-by: Graham Reed <greed@7deadly.org>
2 years ago
Graham Reed
d1e9a242a7
Pick the test improvement out of PR#8371
...
<https://github.com/helm/helm/pull/8371 >
This covers:
- `tpl` text can `include` a `define` provided in a partial file
- `tpl` text can `include` a `define` provided in its text
- `tpl` text can be loaded via `.Files.Get`
Signed-off-by: Graham Reed <greed@7deadly.org>
2 years ago
cui fliter
09d3f31358
fix a few function names on comments
...
Signed-off-by: cui fliter <imcusg@gmail.com>
2 years ago
Qifan Shen
9d59d92abb
use intstr.GetScaledValueFromIntOrPercent instead of the deprecated
...
Signed-off-by: Qifan Shen <sqfphoenix@163.com>
2 years ago
Andrew Block
d79ae9f927
Merge pull request #11436 from mattfarina/fix-deploy2
...
Updating the deb location for azure cli
2 years ago
Matt Farina
70a3df49d7
Updating the deb location for azure cli
...
This update moves to ubuntu jammy. The name moves off of debian
version names because jammy is based on bookworm and azure cli
does not have debian package support with bookworm
This is an update to the previous update for this because the
CircleCI environment is ubuntu 20.04 but the container this is
running is has 22.04 as the ubuntu version. Updating the in
container to 22.04 (jammy).
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Cenk Alti
b5378b3a5d
retry http request on temporary errors
...
Signed-off-by: Cenk Alti <cenkalti@gmail.com>
2 years ago
Cenk Alti
d32c623699
Revert "Tolerate temporary errors from etcdserver"
...
This reverts commit ebc79fa807
.
Signed-off-by: Cenk Alti <cenkalti@gmail.com>
2 years ago
Matt Farina
af9fa06621
Merge pull request #11433 from mattfarina/fix-deploy
2 years ago
Matt Farina
9fbf1b34d5
Updating the repo the azure cli is installed from
...
CircleCI is now using Ubuntu 20.04 for the Go 1.18 image. The
azure CLI is expecting a version older than that. This change
updates.
Note, we have been using the debian name for the repo rather than
the ubuntu name. bullseye maps to Ubuntu 20.04 through 21.10.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
48b0ecc2d3
Merge pull request #11427 from mattfarina/bump-0.25.2
...
Updating to kubernetes 1.25.2 packages
2 years ago
Matt Farina
90a25751bd
Merge pull request #11172 from crenshaw-dev/cleanup-after-find-chart
...
fix: clean up temp files in FindChartInAuthAndTLSAndPassRepoURL (#11171 )
2 years ago
Matt Farina
221b0f54c9
Updating to kubernetes 1.25.2 packages
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Scott Rigby
95e2f9dc70
Merge pull request #11414 from joejulian/make_cgo_configurable
...
Allow CGO_ENABLED to be overridden for build
2 years ago
Joe Julian
6f6c0d831d
Allow CGO_ENABLED to be overridden for build
...
On Mac OS they have some custom dns c library that uses some
configuration files other than resolv.conf to configure dns lookups. The
standard go library does not handle these custom configuration files
which causes dns lookups to fail for some mac users.
This allows the downstream pacakgers to override CGO_ENABLED to build
binaries that use the custom dns library.
Signed-off-by: Joe Julian <me@joejulian.name>
2 years ago
Matt Farina
95140c96d6
Merge pull request #11044 from wujunwei/bug-fix-nil-dependency
...
add nil judge in dependency and maintainer validation
2 years ago
Matt Farina
792450129f
Merge pull request #9824 from sathieu/fix_helm_chart_download_without_trailing_slash
...
Fix URL with encoded path support for ChartDownloader
2 years ago
Martin Hickey
2baf68fe2d
Merge pull request #11401 from dims/retry-for-issue-9502
...
Tolerate temporary errors from etcdserver
2 years ago
Matt Farina
f25b6984fe
Merge pull request #11317 from helm/dependabot/go_modules/github.com/sirupsen/logrus-1.9.0
...
chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
2 years ago
Matt Farina
f78f7992b6
Merge pull request #11316 from helm/dependabot/go_modules/github.com/lib/pq-1.10.7
...
chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7
2 years ago
dependabot[bot]
98077dd340
chore(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.1...v1.9.0 )
---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
45161a5366
Merge pull request #11315 from helm/dependabot/go_modules/github.com/BurntSushi/toml-1.2.0
...
chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
2 years ago
Matt Farina
cdd9453017
Merge pull request #11314 from helm/dependabot/go_modules/github.com/rubenv/sql-migrate-1.2.0
...
chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0
2 years ago
dependabot[bot]
bfd189000e
chore(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.6 to 1.10.7.
- [Release notes](https://github.com/lib/pq/releases )
- [Commits](https://github.com/lib/pq/compare/v1.10.6...v1.10.7 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
1478a098f1
chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/BurntSushi/toml/releases )
- [Commits](https://github.com/BurntSushi/toml/compare/v1.1.0...v1.2.0 )
---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
4376d2fa85
chore(deps): bump github.com/rubenv/sql-migrate from 1.1.2 to 1.2.0
...
Bumps [github.com/rubenv/sql-migrate](https://github.com/rubenv/sql-migrate ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/rubenv/sql-migrate/releases )
- [Commits](https://github.com/rubenv/sql-migrate/compare/v1.1.2...v1.2.0 )
---
updated-dependencies:
- dependency-name: github.com/rubenv/sql-migrate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
37dd72729b
Merge pull request #11336 from mattfarina/bump-version-3.10
...
bump version to v3.10.0
2 years ago
Davanum Srinivas
ebc79fa807
Tolerate temporary errors from etcdserver
...
There are cases when the etcdserver is temporarily unavailable and the
errors that we get back from kube-apiserver reflect that error. It looks
like we bail out immediately when these errors happen currently. We
should retry until timeout is reached when this sort of errors happen.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2 years ago
wujunwei
4fcec24d15
update: Optimize the error message
...
Signed-off-by: wujunwei <wjw3323@live.com>
2 years ago
wujunwei
a7a1117327
add nil judge for dependency , maintainers validate and some testcase.
...
Signed-off-by: wujunwei <wjw3323@live.com>
2 years ago
Patrick Scheid
451603910e
feature(helm): add --set-literal flag for literal string interpretation
...
The current family of '--set' methods interprets some special characters
in values (e.g. commas, square brackets, points, backslashes). With the
typical shell escaping rules, this can increase the difficulty of overwriting
values in some cases.
In contrast to '--set-string' or similar methods, '--set-literal' does
not interpret those special characters. It interprets given values as
literal strings.
Example:
--set-literal outer.inner='so\me,values'
outer:
inner: so\me,values
Closes #4030
Signed-off-by: Patrick Scheid <p.scheid92@gmail.com>
2 years ago
Martin Hickey
a48b87f32a
Merge pull request #11274 from wujunwei/fix-case-title-smaller-all
...
bugfix: add cases.NoLower opt for we can get same effect to strings.Title
2 years ago
Martin Hickey
b5e39c15ea
Merge pull request #11368 from hickeyma/fix/code-style
...
Fix code style
2 years ago
Martin Hickey
ae828ce0ee
Fix code style
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2 years ago
Matt Farina
cd809f9b19
bump version to v3.10.0
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
(cherry picked from commit ce66412a72
)
2 years ago
Soujanya Mangipudi
8bb08e390a
Merge branch 'main' of https://github.com/SoujanyaMangipudi/helm into main
2 years ago
Soujanya Mangipudi
736d7d3be0
Merge pull request #3 from SoujanyaMangipudi/somangip/MergetoMain
...
Somangip/mergeto main
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2 years ago
Soujanya Mangipudi
6d9c388178
Merge pull request #3 from SoujanyaMangipudi/somangip/MergetoMain
...
Somangip/mergeto main
2 years ago
Soujanya Mangipudi
ffa19a4b5d
Addressing review comments - move printing code out of client.go
...
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
fix circleci tests
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
fix formatting errors
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
fix tests
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
fix tests
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
fix gofmt issue
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2 years ago
Soujanya Mangipudi
20e3577543
Addressing review comments:
...
Extend Interface with new InterfaceResources to avoid breaking changes
Move change to staus command behind --show-resources flag
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2 years ago
Soujanya Mangipudi
9d5be803bc
feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command
...
Creating a new PR based on this existing stale PR https://github.com/helm/helm/pull/7728
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
# Conflicts:
# go.sum
2 years ago
Martin Hickey
bed23120b0
Merge pull request #11311 from mattfarina/k8s-1.25
...
Updating to Kubernetes 1.25 client libs
2 years ago
Matt Farina
2108a23d34
Updating to Kubernetes 1.25 client libs
...
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
CI
c1bf99c0eb
Merge remote-tracking branch 'origin/main' into cleanup-after-find-chart
2 years ago