#helm (2019-11)

Archive: https://archive.sweetops.com/helm/

2019-11-04

2019-11-13

tolstikov avatar
tolstikov
helm/helm

The Kubernetes Package Manager. Contribute to helm/helm development by creating an account on GitHub.

4
3
fast_parrot3
2
1
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Wow! Official

2019-11-14

JMC avatar

Everytime I had to use helm, I didn’t liked it. Now tiller is gone, and they improved the charts too I’ll give it some time to grow and will give it another try for sure COol

2019-11-18

btai avatar
helm/charts

Curated applications for Kubernetes. Contribute to helm/charts development by creating an account on GitHub.

2019-11-19

Pierre Humberdroz avatar
Pierre Humberdroz

Hey anyone wanna give me some feedback on this?

https://helm-notifier.com/

Features that are currently still missing is authentication / accounts And the subscribe to update feature they will comeback but I will have to work on it and need some things cleared in regards to legal stuff.

Well anyways let me know. It is still super rough ..

Pierre Humberdroz avatar
Pierre Humberdroz

@roth.andy @Erik Osterman (Cloud Posse)

roth.andy avatar
roth.andy

search bar went away? That was super useful.

roth.andy avatar
roth.andy

inspection of a version’s source looks great

Pierre Humberdroz avatar
Pierre Humberdroz

oh right forget that one .. urgh

Alex Siegman avatar
Alex Siegman

Is there a way to tell it that a new version of a chart is available? It still has some pretty old stuff from the kubernetes-charts stable repo, and I’m trying to do some diffs between two newer versions it doesn’t know about

Alex Siegman avatar
Alex Siegman

I guess not that old, it has stuff from sep 15, but not 3 days ago

Pierre Humberdroz avatar
Pierre Humberdroz

Oh yea I just need to restart the pod .. give me 5 minutes.. the cronjob to update the database is currently not working

Pierre Humberdroz avatar
Pierre Humberdroz

pod is restarted new chart versions should be there in the next 5 minutes

2019-11-22

jedineeper avatar
jedineeper

anyone tried updating from v2 to v3 yet? tried using the recommended plugin from the docs and my release isn’t listed in helm list after the convert step

jedineeper avatar
jedineeper

oh, nevermind, you have to explictly list namespace in the list command now

party_parrot1
jedineeper avatar
jedineeper

helm info release -n namespace

jedineeper avatar
jedineeper

or helm list --all-namespaces

    keyboard_arrow_up