Closed czomo closed 2 years ago
Signed-off-by: czomo tomaszjdul@gmail.com
Set the backup of bitnami index after it has been clean up. See https://github.com/bitnami/charts/issues/10539 for more details
It is impossible to build dependencies after bitnami clean up the index.
Steps to reproduce:
Clone repo
Go to jaeger directory
Execute helm dependency build
helm dependency build
Result:
Save error occurred: could not find : chart common not found in https://charts.bitnami.com/bitnami
[x] DCO signed
[x] Commits are GPG signed
[x] Chart Version bumped
[x] Title of the PR starts with chart name ([jaeger] or [jaeger-operator])
[jaeger]
[jaeger-operator]
[x] README.md has been updated to match version/contain new values
@naseemkullah Good idea, it seems there are no breaking changes. Templating works out of the box with updated common dep.
Signed-off-by: czomo tomaszjdul@gmail.com
What this PR does
Set the backup of bitnami index after it has been clean up. See https://github.com/bitnami/charts/issues/10539 for more details
Which issue this PR fixes
It is impossible to build dependencies after bitnami clean up the index.
Steps to reproduce:
Clone repo
Go to jaeger directory
Execute
helm dependency build
Result:
Checklist
[x] DCO signed
[x] Commits are GPG signed
[x] Chart Version bumped
[x] Title of the PR starts with chart name (
[jaeger]
or[jaeger-operator]
)[x] README.md has been updated to match version/contain new values