diff --git a/charts/limesurvey-martial-ingress-copy/Chart.yaml b/charts/limesurvey-martial-ingress-copy/Chart.yaml index 0d42891..bf671de 100644 --- a/charts/limesurvey-martial-ingress-copy/Chart.yaml +++ b/charts/limesurvey-martial-ingress-copy/Chart.yaml @@ -10,10 +10,10 @@ icon: https://raw.githubusercontent.com/martialblog/helm-charts/master/limesurve maintainers: - email: markus@martialblog.de name: martialblog -name: limesurvey-martial-ingress-copy +name: limesurvey-martial-ingress-user sources: - https://github.com/martialblog/helm-charts - https://github.com/martialblog/docker-limesurvey/ - https://limesurvey.org/ type: application -version: 0.8.0 \ No newline at end of file +version: 0.8.1 \ No newline at end of file diff --git a/charts/limesurvey-martial-ingress-copy/charts/mariadb/values.yaml b/charts/limesurvey-martial-ingress-copy/charts/mariadb/values.yaml index 7d3dae9..edf9b88 100644 --- a/charts/limesurvey-martial-ingress-copy/charts/mariadb/values.yaml +++ b/charts/limesurvey-martial-ingress-copy/charts/mariadb/values.yaml @@ -340,7 +340,9 @@ primary: ## cpu: 100m ## memory: 256Mi ## - requests: {} + requests: + memory: 512Mi + cpu: 300m ## Configure extra options for MariaDB primary containers' liveness, readiness and startup probes ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes) ## @param primary.startupProbe.enabled Enable startupProbe diff --git a/charts/limesurvey-martial-ingress-copy/limesurvey-martial-ingress-copy-0.8.0.tgz b/charts/limesurvey-martial-ingress-copy/limesurvey-martial-ingress-copy-0.8.0.tgz new file mode 100644 index 0000000..769a09e Binary files /dev/null and b/charts/limesurvey-martial-ingress-copy/limesurvey-martial-ingress-copy-0.8.0.tgz differ diff --git a/charts/limesurvey-martial-ingress-copy/limesurvey-martial-ingress-copy-0.8.1.tgz b/charts/limesurvey-martial-ingress-copy/limesurvey-martial-ingress-copy-0.8.1.tgz new file mode 100644 index 0000000..a734efe Binary files /dev/null and b/charts/limesurvey-martial-ingress-copy/limesurvey-martial-ingress-copy-0.8.1.tgz differ diff --git a/charts/limesurvey-martial-ingress-copy/values.yaml b/charts/limesurvey-martial-ingress-copy/values.yaml index b10b0e5..bed4426 100644 --- a/charts/limesurvey-martial-ingress-copy/values.yaml +++ b/charts/limesurvey-martial-ingress-copy/values.yaml @@ -38,11 +38,7 @@ mariadb: username: limesurvey # MariaDB custom user password password: "limesurvey" - resources: - limits: {} - requests: - memory: 512Mi - cpu: 300m + ## Use an externally provisioned database instance ## Ignored when mariadb.enabled is set to true