Jakob Steiner
Jakob Steiner
Hi, I don't remember why, but we were able to fix this error by importing `fastestsmallesttextencoderdecoder/EncoderDecoderTogether.min` instead of `fastestsmallesttextencoderdecoder`.
This is a valid use-case IMO. It is very common to receive configuration properties via Spring DI, for example. The only way I found to work around this limitation was...
Hi @jrab66, thanks for your contribution! :rocket: Your code changes look fine, they should not lead to any errors that did not happen previously. I haven't personally tried the `loadImage`...
Branch [211-feature-gitea-actions](https://github.com/glasskube/operator/tree/211-feature-gitea-actions) currently has a working prototype for Gitea Actions, however during testing I unfortunately found Gitea Actions to be quite buggy still. Even just adding a setup-node step would...
Notably, the operator already deals with this by not touching any dependent resources and setting a failed condition on the Package resource. This ticket is only about how to handle...
https://github.com/glasskube/glasskube/pull/675 implements resolving reference values and showing potential errors. We still don't validate those resolved values.
Hi @RohanMishra315! Most Glasskube tasks can be performed both via the web UI and the CLI. This is achieved by implementing those tasks in a generic way that can be...
Hi @hanshal101, sorry for the late reply! Feel free to start working on this issue, if you're interested. Just let me know and I'll assign you. You're right, the `UpdateTransaction`...
Sure, go ahead. As you can see from the issues comment history, it is somewhat difficult to implement so let us know if you need anything
I think there is definitely a case for this, but I'm not sure if this should be the default. One solution I could imagine would be a `--no-bootstrap` flag, that...