F3K
F3K
I experienced the same after travelling to a different timezone. Apple Silicon MacOS Sonoma 14.4.1. In my case also the minutes and seconds changed. For bothe break settings and Work...
Artifacthub has actually got a built-in functionality for this. You simply add annotations in Chart.yaml. Based on this, artifacthub creates a webview and a changelog.md that you could link to...
Are there any updates on this issue? Or are there upgrade instructions?
Thank you for your fast reply. I have submitted a PR as you proposed: https://github.com/nextcloud/helm/pull/549
I've solved the issue for now by adding the following to the value file: ```yml postgresql: image: tag: "16.4.0-debian-12-r9" ``` It would be really nice if there would be warnings...
The upgrade process for the Bitnami PostgreSQL chart can be challenging and lacks sufficient documentation. Below is the procedure I followed for a successful upgrade: ## Before Upgrading: 1. **Prevent...
> You need to provide an explicit `--vueFile` argument after `vue-18n-extract` in order for it to pick up the scanning file format. > > For example in windows: `vue-i18n-extract report...
> That's because behind the scenes, it uses the equivalent of Vue's `v-html`. Wrap your usage with the `q-no-ssr` tag. Thanks a lot for the reply 🙏 Wrapping with `q-no-ssr`...
Thanks for the tip! I'm using static markdown files. To clarify/summarize my previous message: When wrapping it in q-no-ssr, it might not be available to search engines, as they might...