Skip to content

[homer] Persistence settings #44

@sergio-bastian

Description

@sergio-bastian

Describe the bug a clear and concise description of what the bug is.

Hello.

In you Homer HomeLab Dashboard Chart persistence configuration in the values.yaml file hasn't any effect in the deployment. No PVC is created in the helm apply command (I used helmfile instead of helm):

image

In your other Chart for Heimdall Dashboards it works properly, and the resource PVC is created:

image

I have got both Charts but I couldn't find any difference yet.

Regards

What's your helm version?

version.BuildInfo{Version:"v3.12.1", GitCommit:"f32a527a060157990e2aa86bf45010dfb3cc8b8d", GitTreeState:"clean", GoVersion:"go1.20.5"}

What's your kubectl version?

Client Version: v1.24.13 Kustomize Version: v4.5.4 Server Version: v1.24.12-gke.1000

Which chart?

https://github.com/djjudas21/charts/tree/main/charts/homer

What's the chart version?

8.1.7

What happened?

No effect with Persistence values, so no PVC is created.

What you expected to happen?

Something wrong in the Chart.

How to reproduce it?

With helmfile -i apply no PVC resource to create is shown.

Enter the changed values of values.yaml?

persistence:
config:
enabled: true
mountPath: /www/assets
type: pvc
retain: true
readOnly: false
storageClass: regional-ssd
accessMode: ReadWriteOnce
size: 10Gi

Enter the command that you execute and failing/misfunctioning.

helmfile -i apply

Anything else we need to know?

In https://github.com/djjudas21/charts/tree/bd2d95da3e068765b9a3e3ab31b0b7981a35b7ee/charts/heimdall with the same configuration and, apparently, same Charts it works properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions