Gabe Cook

Results 108 comments of Gabe Cook

@daNutzzzzz Moving conversation from #56 to here. Are you still having this issue? If so, can you post your container logs?

@june012006 Hey sorry for the late reply. Is this still happening to you? I admittedly haven't updated my devices in a few months now, but I'll have to update to...

@adrianwnuk The CronJob should contain all envs that the Deployment gets, so I wonder what's different here. If you run `kubectl get cronjob NAME -o yaml`, do you see the...

I don't use `latest`, that was just an example for people that use Watchtower. While I agree that they _should_ use `stable`, I suspect a lot of people use `latest`....

Yeah...There's not really an easy way forward here. I've migrated my [home-ops](https://github.com/gabe565/home-ops) repo to deploy the official Docker images using [bjw-s's app-template chart](https://bjw-s-labs.github.io/helm-charts/docs/app-template/). Most of the "magic" of these charts...

Seeing similar behavior when using `parser.ParseBytes`. Example: ```go package main import ( "fmt" "github.com/goccy/go-yaml/parser" ) const input = `key1: [] # example` func main() { file, err := parser.ParseBytes([]byte(input), parser.ParseComments)...

@im-Kitsch I believe this is related to #470. There's an issue with the initial installation where Bookstack starts before the database is ready, causing initial migrations to fail. Most apps...

@kastl-ars Sorry for the trouble! I've gotten a few issues about this now, so I'll go ahead and enable it by default. Also note that persistence is disabled by default!...

@vincentkelleher Hey! Thanks for opening this. I'll do some testing and merge this PR soon. I've been _slightly_ hesitant to update all of these charts since v2 and v3 have...

@gerrowadat Oh, thanks! Good catch. My only concern is since app-template automatically creates services for anything in the `services` block, it feels like this should maybe go somewhere else in...