-
Notifications
You must be signed in to change notification settings - Fork 1.9k
re-enable helm #3053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
re-enable helm #3053
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b15d7de
re-enable helm
LostVector bf9943d
allow manual triggering
LostVector 3be5195
change vespa host
LostVector b025287
change vespa chart location
LostVector 022afb0
update Chart.lock
rkuo-danswer 11645d1
update ct.yaml with new vespa chart repo
rkuo-danswer aa3df64
bump vespa to 0.2.5
LostVector 34a317e
update Chart.lock
rkuo-danswer 0c13ab2
update to vespa 0.2.6
rkuo-danswer 1c5ab82
bump vespa to 0.2.7
rkuo-danswer 8b3d16f
bump to 0.2.8
rkuo-danswer 9e224b8
bump version
rkuo-danswer d0a0959
try appending the ordinal
rkuo-danswer 5ae7844
try new configmap
rkuo-danswer e5a7e62
bump vespa
rkuo-danswer e5ed57b
bump vespa
rkuo-danswer 7de79e5
add debug to see if we can figure out what ct install thinks is failing
rkuo-danswer fba2f64
add debug flag to helm
rkuo-danswer 7f32773
try disabling nginx because of KinD
rkuo-danswer 9876e44
use helm-extra-set-args
rkuo-danswer 4f0f613
try command line
rkuo-danswer 1ad3a29
try pointing test connection to the correct service name
LostVector b01fd21
bump vespa to 0.2.12
rkuo-danswer 16f17f5
update chart.lock
rkuo-danswer c2a9433
bump vespa to 0.2.13
rkuo-danswer 600fcff
bump vespa to 0.2.14
rkuo-danswer d0702ba
bump vespa
rkuo-danswer 4892cb0
bump vespa
rkuo-danswer 89b149e
re-enable chart testing only on changes
rkuo-danswer 7521042
name the check more specifically than "lint-test"
rkuo-danswer cd6e93c
add some debugging
rkuo-danswer 45a6d5f
try setting remote
LostVector 3d3860c
might have to specify chart dirs directly
LostVector adc5ace
add comments
LostVector File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
# See https://github.com/helm/chart-testing#configuration | ||
|
||
# still have to specify this on the command line for list-changed | ||
chart-dirs: | ||
- deployment/helm/charts | ||
|
||
# must be kept in sync with Chart.yaml | ||
chart-repos: | ||
- vespa=https://unoplat.github.io/vespa-helm-charts | ||
- vespa=https://danswer-ai.github.io/vespa-helm-charts | ||
- postgresql=https://charts.bitnami.com/bitnami | ||
|
||
helm-extra-args: --timeout 600s | ||
helm-extra-args: --debug --timeout 600s | ||
|
||
# nginx appears to not work on kind, likely due to lack of loadbalancer support | ||
# helm-extra-set-args also only works on the command line, not in this yaml | ||
# helm-extra-set-args: --set=nginx.enabled=false | ||
|
||
validate-maintainers: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.