perfectra1n
  • Joined on 2023-07-12
perfectra1n commented on pull request vikunja/helm-chart#16 2023-11-19 23:51:15 +00:00
WIP: main Update default values.yaml to make persistence work + update readme for secrets usage

Created #17 so that the issue could at least be resolved, and so that more documentation could be available.

perfectra1n pushed to main at perfectra1n/helm-chart 2023-11-19 23:49:45 +00:00
0afca6f585 add more to README.md
perfectra1n pushed to main at perfectra1n/helm-chart 2023-11-19 23:48:16 +00:00
26328da9db Increment chart version
perfectra1n created pull request vikunja/helm-chart#17 2023-11-19 23:48:06 +00:00
Update mountPath and update readme for using secrets as config file
perfectra1n pushed to main at perfectra1n/helm-chart 2023-11-19 23:45:07 +00:00
8341847bcd Fix PVC mountPath
a53c62a1a1 Update README.md with more information
Compare 2 commits »
perfectra1n created repository perfectra1n/helm-chart 2023-11-19 23:34:54 +00:00
perfectra1n commented on pull request vikunja/helm-chart#16 2023-11-17 16:01:32 +00:00
WIP: main Update default values.yaml to make persistence work + update readme for secrets usage

Maybe we could change this header to be:

perfectra1n commented on issue vikunja/helm-chart#15 2023-11-16 22:10:11 +00:00
Default values not working for PVC

Yep, that would do it, and thanks for catching that. You're right, I had it mounted to /data by default on accident, and your line:

mountPath: /app/vikunja/files

Is 100%…

perfectra1n commented on issue vikunja/vikunja#1636 2023-11-11 19:00:12 +00:00
[Unstable] Navigating to "upcoming" tab causes 500 response

I just love Typesense so much, I want to use it! lol

perfectra1n commented on issue vikunja/vikunja#1636 2023-11-09 06:41:31 +00:00
[Unstable] Navigating to "upcoming" tab causes 500 response

Browser:

Google Chrome 119.0.6045.105

Request path:

2023-11-09T06:37:36.042115894Z: WEB 	▶ 10.233.114.192 f3601cf5784d0da1dcbb3b54a45acf13 GET 200 /api/v1/tasks/all?sort_by[]=…
perfectra1n commented on issue vikunja/vikunja#1636 2023-11-06 20:48:38 +00:00
[Unstable] Navigating to "upcoming" tab causes 500 response

No, I hadn't set a saved filter as/for the home page. The only thing I had done was create the Jon user, and then create the Atvik Security project.

perfectra1n commented on issue vikunja/vikunja#1636 2023-11-03 19:30:45 +00:00
[Unstable] Navigating to "upcoming" tab causes 500 response

Let me know if there's any additional information I can provide or if there's a test you would like me to do!

perfectra1n opened issue vikunja/vikunja#1636 2023-11-03 19:30:13 +00:00
[Unstable] Navigating to "upcoming" tab causes 500 response
perfectra1n commented on pull request vikunja/helm-chart#13 2023-11-02 19:36:11 +00:00
Utilize bjw-s's common Helm library.

Renamed the section, and bumped the "modification" examples to the bottom of the README.md in order to highlight how to use a pre-existing PVC. Let me know if you find that to be adequate!

perfectra1n commented on pull request vikunja/helm-chart#13 2023-11-01 05:03:48 +00:00
Utilize bjw-s's common Helm library.

By default, ingress-nginx redirects HTTP to HTTPS. and the annotation nginx.ingress.kubernetes.io/force-ssl-redirect: "true" can be used with other Kubernetes Ingress objects to redirect HTTP…

perfectra1n commented on pull request vikunja/helm-chart#13 2023-11-01 04:57:20 +00:00
Utilize bjw-s's common Helm library.

Understood - it was meant to be more of an example of how you can utilize the values of the Helm deployment to create the config.yml and make changes. Would it be adequate to perhaps to rename…

perfectra1n commented on pull request vikunja/helm-chart#13 2023-10-27 23:09:31 +00:00
Utilize bjw-s's common Helm library.

I've deployed this to my Kubernetes cluster, and have two other unlucky victims (friends) have it running in their cluster as well.

perfectra1n commented on pull request vikunja/helm-chart#13 2023-10-21 19:41:56 +00:00
Utilize bjw-s's common Helm library.

I've opted to using the env key for the api container, since Helm templating is enabled on the environment variables - so users can provide secretRef to reference an external secret (that…