diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml index 1cf55c358c2..e6e4127f561 100644 --- a/charts/stable/webnut/Chart.yaml +++ b/charts/stable/webnut/Chart.yaml @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/webnut - https://hub.docker.com/r/edgd1er/webnut type: application -version: 10.1.7 +version: 10.1.8 diff --git a/charts/stable/webnut/ci/basic-values.yaml b/charts/stable/webnut/ci/basic-values.yaml new file mode 100644 index 00000000000..f668545069d --- /dev/null +++ b/charts/stable/webnut/ci/basic-values.yaml @@ -0,0 +1,13 @@ +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + \ No newline at end of file diff --git a/charts/stable/webnut/values.yaml b/charts/stable/webnut/values.yaml index e7a6360c4bc..797bdaf31b5 100644 --- a/charts/stable/webnut/values.yaml +++ b/charts/stable/webnut/values.yaml @@ -1,7 +1,7 @@ image: repository: edgd1er/webnut pullPolicy: IfNotPresent - tag: latest@sha256:7ea2132ece0f771176f5958b2edbe01d80a532fce4775abc38620743e8ef936d + tag: latest@sha256:cb2c70ec1d0b584c41f4a73ca92c0920c710699f25c17538d012d20f39645fd1 service: main: ports: @@ -28,3 +28,7 @@ workload: UPS_PORT: 3493 UPS_USER: monuser UPS_PASSWORD: secret +persistence: + config: + enabled: true + mountPath: "/config"