diff --git a/bitnami/phpmyadmin/Chart.yaml b/bitnami/phpmyadmin/Chart.yaml index fe0fbe94c33d66..ed9317773b5468 100644 --- a/bitnami/phpmyadmin/Chart.yaml +++ b/bitnami/phpmyadmin/Chart.yaml @@ -36,4 +36,4 @@ maintainers: name: phpmyadmin sources: - https://github.com/bitnami/charts/tree/main/bitnami/phpmyadmin -version: 16.0.2 +version: 16.0.3 diff --git a/bitnami/phpmyadmin/README.md b/bitnami/phpmyadmin/README.md index df547bc79868a8..26deda3cbd426e 100644 --- a/bitnami/phpmyadmin/README.md +++ b/bitnami/phpmyadmin/README.md @@ -232,8 +232,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po | `startupProbe.failureThreshold` | Failure threshold for startupProbe | `6` | | `startupProbe.successThreshold` | Success threshold for startupProbe | `1` | | `livenessProbe.enabled` | Enable livenessProbe | `true` | -| `livenessProbe.httpGet.path` | Request path for livenessProbe | `/` | -| `livenessProbe.httpGet.port` | Port for livenessProbe | `http` | +| `livenessProbe.tcpSocket.port` | Port for livenessProbe | `http` | | `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `30` | | `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | | `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `30` | diff --git a/bitnami/phpmyadmin/values.yaml b/bitnami/phpmyadmin/values.yaml index 92b45bb58cd3e6..55428fb8d19540 100644 --- a/bitnami/phpmyadmin/values.yaml +++ b/bitnami/phpmyadmin/values.yaml @@ -224,8 +224,7 @@ startupProbe: ## phpMyAdmin containers' liveness probe. Evaluated as a template. ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes ## @param livenessProbe.enabled Enable livenessProbe -## @param livenessProbe.httpGet.path Request path for livenessProbe -## @param livenessProbe.httpGet.port Port for livenessProbe +## @param livenessProbe.tcpSocket.port Port for livenessProbe ## @param livenessProbe.initialDelaySeconds Initial delay seconds for livenessProbe ## @param livenessProbe.periodSeconds Period seconds for livenessProbe ## @param livenessProbe.timeoutSeconds Timeout seconds for livenessProbe @@ -239,8 +238,7 @@ livenessProbe: periodSeconds: 10 successThreshold: 1 failureThreshold: 6 - httpGet: - path: / + tcpSocket: port: http ## phpMyAdmin containers' readiness probes. Evaluated as a template. ## ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes