Skip to content
New issue

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

Update Image Version #693

Open
Lite5h4dow opened this issue Oct 30, 2024 · 1 comment
Open

Update Image Version #693

Lite5h4dow opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Lite5h4dow
Copy link

Chart Name

vaultwarden

Chart Version

0.14.0

Bug Description

Current Vaultwarden version is incompatible with app release of 2024.10.2

values.yaml

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"
  }
}

Relevant log output

no log output. app fails to use old request data.
@Lite5h4dow Lite5h4dow added the bug Something isn't working label Oct 30, 2024
@gabe565
Copy link
Owner

gabe565 commented Oct 30, 2024

@Lite5h4dow Sorry about that! I just merged #685 which will bump the version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants