Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Tags: helm/monocular

Tags

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding filter options to chart-repo (#658)

* Adding filter options to chart-repo

Signed-off-by: Greg Sidelinger <[email protected]>

* Updating filter tests
Add filter on annoation name only

Signed-off-by: Greg Sidelinger <[email protected]>

* Moving filter logic to function
Updating filter tests

Signed-off-by: Greg Sidelinger <[email protected]>
Signed-off-by: Greg Sidelinger <[email protected]>

* Update cmd/chart-repo/chart_repo.go

Co-Authored-By: Adnan Abdulhussein <[email protected]>
Signed-off-by: Greg Sidelinger <[email protected]>

* Update cmd/chart-repo/chart_repo.go

Co-Authored-By: Adnan Abdulhussein <[email protected]>
Signed-off-by: Greg Sidelinger <[email protected]>

* Minor filter updates
Adding more test data

Signed-off-by: Greg Sidelinger <[email protected]>

* Adding glob matching to name filters

Signed-off-by: Greg Sidelinger <[email protected]>

Co-authored-by: Adnan Abdulhussein <[email protected]>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete repository from all collections (#655)

Signed-off-by: Andres Martinez Gotor <[email protected]>

v1.9.0

Toggle v1.9.0's commit message
Update chart resources apiVersion (#644)

* Update chart resources apiVersion

Signed-off-by: Dean Coakley <[email protected]>

* Make required changes for apiVersion update

Signed-off-by: Dean Coakley <[email protected]>

* Update mongodb chart dep. Necessary for k8 v1.16

Signed-off-by: Dean Coakley <[email protected]>

* Bump patch version of Chart

Signed-off-by: Dean Coakley <[email protected]>

v1.8.3

Toggle v1.8.3's commit message
Fix large gap between rows of chart-list (#642)

Remove `flex: 1` so it no longer fills all available space.
Signed-off-by: Dean Coakley <[email protected]>

v1.8.2

Toggle v1.8.2's commit message
[chart-repo] Support case insensitive readme file in charts (#639)

Fix #638. Sometimes the chart creator uses the name 'README.md',
'readme.md' or 'Readme.md' in the chart tarball. This patch adds
support for case insensitive filenames in the chart tarball.
We assume any files in the same folder in the chart tarball won't
have the same file name when case ignored, and it should be true.

Signed-off-by: Jesse Hu <[email protected]>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[chart-repo] Store repositories checksum in cache to avoid reprocessi…

…ng (#637)

* Store repositories checksum in cache to avoid reprocessing

Signed-off-by: Andres Martinez Gotor <[email protected]>

* Update log message

Signed-off-by: Andres Martinez Gotor <[email protected]>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for SVG icons (#631)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[chartsvc] Allow to return duplicated charts (#628)

v1.6.0

Toggle v1.6.0's commit message
Check member is defined before calling match (#616)

* Check member is defined before calling match

Signed-off-by: Scott Rigby <[email protected]>

* Pass string not bang bang bool

Signed-off-by: Scott Rigby <[email protected]>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add search endpoint (#609)

* Add search endpoint

Signed-off-by: Andres Martinez Gotor <[email protected]>