We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vaultwarden
0.14.0
Current Vaultwarden version is incompatible with app release of 2024.10.2
resource "helm_release" "vaultwarden_server" { name = "vaultwarden-server" repository = "https://charts.gabe565.com" chart = "vaultwarden" cleanup_on_fail = true namespace = var.namespace create_namespace = true upgrade_install = true recreate_pods = true reuse_values = true + set { + name = "image.tag" + value = "latest" + } set { name = "env.TX" value = "Europe/London" } set { name = "persistence.data.enabled" value = true } set { name = "persistence.data.storageClass" value = "longhorn" } set { name = "persistence.data.accessMode" value = "ReadWriteOnce" } set { name = "persistence.data.size" value = "4G" } }
no log output. app fails to use old request data.
The text was updated successfully, but these errors were encountered:
@Lite5h4dow Sorry about that! I just merged #685 which will bump the version
Sorry, something went wrong.
gabe565
No branches or pull requests
Chart Name
vaultwarden
Chart Version
0.14.0
Bug Description
Current Vaultwarden version is incompatible with app release of 2024.10.2
values.yaml
Relevant log output
The text was updated successfully, but these errors were encountered: