dependabot[bot]
8774890e7e
chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1
...
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/BurntSushi/toml/releases )
- [Commits](https://github.com/BurntSushi/toml/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Matt Farina
eb7150fc61
Merge pull request #10912 from SoujanyaMangipudi/main
...
feat(helm): Supporting helm3 to show up resource names in helm status
2 years ago
Soujanya Mangipudi
9de543a801
Merge pull request #5 from SoujanyaMangipudi/somangip/MergeHelmMain1219
...
Somangip/merge helm main1219
2 years ago
Soujanya Mangipudi
6f8c1785a4
Merge remote-tracking branch 'helm-upstream/main' into somangip/MergeHelmMain1219
...
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2 years ago
Matt Farina
5a8e91a010
Merge pull request #11604 from xishengcai/patch-1
...
Update chartrepo.go
2 years ago
Matt Farina
538f6aecca
Merge pull request #11601 from helm/dependabot/go_modules/golang.org/x/text-0.5.0
...
chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0
2 years ago
Martin Hickey
3636f68247
Merge pull request from GHSA-6rx9-889q-vv2r
...
Update string value name handling
2 years ago
Martin Hickey
638ebffbc2
Merge pull request from GHSA-53c4-hhmh-vw5q
...
Update repo handling
2 years ago
Martin Hickey
bafafa8bb1
Merge pull request from GHSA-67fx-wx78-jx33
...
Update schema validation handling
2 years ago
Soujanya Mangipudi
6c76abb3df
Resolve conflicts for go.mod and go.sum
...
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2 years ago
Soujanya Mangipudi
038cc4a0ca
Merge branch 'main' into main
...
Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
2 years ago
Matt Farina
f91b515a25
Merge pull request #11470 from helm/dependabot/go_modules/github.com/spf13/cobra-1.6.1
...
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1
2 years ago
Martin Hickey
b1b0d18a83
Merge pull request #11508 from sap-contributions/improve-plugin-install-error
...
improve error message on plugin install
2 years ago
Martin Hickey
b6fef6c466
Fix backwards compatibility
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2 years ago
Zuhair AlSader
0fdfe05844
docs: add docs for cli/values.Options
...
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
2 years ago
caixisheng
c8890e971e
Update chartrepo.go
...
## case :
1. charmuseum is http
2. nginx https ---> chartmuseum
3. domain, CN is IP
## result:
error: failed to prepare chart for release: chart unavailable: looks like "https://120.55.54.50 " is not a valid chart repository or cannot be reached: Get "https://120.55.54.50/index.yaml ": x509: certificate relies on legacy Common Name field, use SANs instead
Signed-off-by: caixisheng <cc710917049@163.com>
2 years ago
dependabot[bot]
b307d0fbeb
chore(deps): bump golang.org/x/text from 0.4.0 to 0.5.0
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Martin Hickey
ced54b1289
Merge pull request #11582 from yxxhero/bump-sprig-version-3.2.3
...
bump sprig version 3.2.3
2 years ago
yxxhero
fda1a0b10a
bump sprig version 3.2.3
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2 years ago
Martin Hickey
21e694e0f9
Merge pull request #11494 from Wonong/add-check-git
...
Add a flag var to check git is installed or not
2 years ago
Martin Hickey
a59e584684
Update string handling
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2 years ago
Martin Hickey
256e976331
Update repo handling
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2 years ago
Martin Hickey
3974136b6e
Merge pull request #11426 from cenkalti/leader-changed
...
Fix handling of "leader changed" errors
2 years ago
Philipp Stehle
965f8591e7
improve error message on plugin install
...
Signed-off-by: Philipp Stehle <philipp.stehle@sap.com>
2 years ago
Philipp Stehle
dfb25e13de
harmonize URL reference resolving
...
Fixes https://github.com/helm/helm/issues/11472
Signed-off-by: Philipp Stehle <philipp.stehle@sap.com>
2 years ago
Matt Farina
9a5eb70320
Merge pull request #11442 from catandcoder/main
...
fix a few function names on comments
2 years ago
Wonyeong Choi
0ebd6202d8
Update logic of non-git situation just to print warning logs
...
Signed-off-by: Wonyeong Choi <ciwnyg0815@gmail.com>
2 years ago
Andrew Block
e80ab00108
Merge pull request #11480 from jouve/oci
...
redirect registry client output to stderr
2 years ago
Wonyeong Choi
c027014019
Add a flag var to check git is installed or not
...
Signed-off-by: Wonyeong Choi <ciwnyg0815@gmail.com>
2 years ago
Andrew Block
269dd247d0
Merge pull request #11300 from porridge/better-logging
...
During deletion, explicitly log already deleted resource.
2 years ago
Ryan Drew
5aa316e1ee
Add support for CSVs in template --api-versions arg
...
This commit changes the template sub-command argument
`--api-versions` from `StringArrayVarP` to `StringSliceVarP`,
to allow support for comma separated variables. This will allow
users to use a syntax such as `--api-versions one,two,three` over
`--api-versions one --api-versions two --api-versions three`.
Fixes : #11485
Signed-off-by: Ryan Drew <ryan.drew@isovalent.com>
2 years ago
yanggang
61374f6554
update .golangci for go1.18
...
Signed-off-by: yanggang <gang.yang@daocloud.io>
2 years ago
Cyril Jouve
1535ad5671
redirect registry client output to stderr
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
2 years ago
dependabot[bot]
b3afe43278
chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.5.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Martin Hickey
7ed9d16dc7
Merge pull request #11462 from p33t/main
...
Readiness & liveness probes correct port
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
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