Closed ArcticXWolf closed 8 months ago
@grugnog I failed to launch Redash with this helm and added my comment to https://github.com/getredash/contrib-helm-chart/issues/145. Could you check this PR ?
@grugnog ping
[Copied from issue #145] @masayuki038 I dont see any further activity on this repo, so you probably have to fork and use my PR code to get it to work. Just as a headsup: if you want to use my PR, then you need to change your values.yaml keys a bit. I've detailed the changes in the PR description :) Hope it helps a bit!
@justinclift Can you check this if you have some time?
@masayuki038 I don't really have any clue with Helm, so can't directly help here.
That being said, it looks like @ArcticXWolf might be interested in helping out with this repo?
As in, potentially adding as a member to enable fixing/updating/etc stuff. @ArcticXWolf is that your kind of thing? :smile:
Sorry, we only tested Redash for a short time and do not use it anymore. I just happened to fix this issue during experimentation. So sadly I wont have time to tend to this repo.
@ArcticXWolf No worries. :smile:
is it possible to become a maintainer of this repo?
@AndrewChubatiuk it can be done, but the person will need to have a clear history of competency in the pieces involved. :smile:
I would like to help with redash helm chart, but have no idea how do you measure competency
Well, your GitHub profile seems to be completely private. So it's super hard to tell what you're into, what you're good at, look at how well you interact with others, and that kind of thing. :frowning:
@justinclift my profile should be public now
@AndrewChubatiuk Cool. Looking over some of your activity for the last several years, it looks legit rather than dodgy. So, no worries from me now. :smile:
@grugnog Are you ok with @AndrewChubatiuk being added as a maintainer for this repo? :smile:
@AndrewChubatiuk If we don't get a response in a few days, we can just go ahead and add you as a maintainer. :wink:
@AndrewChubatiuk Heh Heh Heh, I nearly forgot about this.
As we've not heard anything from @grugnog, I've just sent you an invite for this repo so you can do stuff in it. :smile:
@justinclift could you please provide me more access in a repo? I want to replace circleci with github actions
closing this PR as it's covered in #158
could you please provide me more access in a repo?
@AndrewChubatiuk Oops, I missed that message. Is this something you still need me to look into?
I have updated the postgresql and redis dependencies of this chart.
This introduced a breaking change for the postgresql credentials/secret:
postgresql.postgresqlUsername
->postgresql.auth.username
postgresql.postgresqlPassword
->postgresql.auth.password
postgresql.postgresqlDatabase
->postgresql.auth.database
postgresql-password
topassword
So we need to do two things before merge and I would like to have your opinion on this: