@@ -74,21 +74,21 @@ The command removes all the Kubernetes components associated with the chart and
7474
7575### phpMyAdmin parameters
7676
77- | Name | Description | Value |
78- | -------------------- | ---------------------------------------------------------------------------------------------------------- | -------------------- |
79- | ` image.registry ` | phpMyAdmin image registry | ` docker.io ` |
80- | ` image.repository ` | phpMyAdmin image repository | ` bitnami/phpmyadmin ` |
81- | ` image.tag ` | phpMyAdmin image tag (immutable tags are recommended) | ` 5.2.1-debian-11-r6 ` |
82- | ` image.digest ` | phpMyAdmin image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
83- | ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
84- | ` image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
85- | ` image.debug ` | Enable phpmyadmin image debug mode | ` false ` |
86- | ` command ` | Override default container command (useful when using custom images) | ` [] ` |
87- | ` args ` | Override default container args (useful when using custom images) | ` [] ` |
88- | ` lifecycleHooks ` | for the phpmyadmin container(s) to automate configuration before or after startup | ` {} ` |
89- | ` extraEnvVars ` | Extra environment variables to be set on PhpMyAdmin container | ` [] ` |
90- | ` extraEnvVarsCM ` | Name of a existing ConfigMap containing extra env vars | ` "" ` |
91- | ` extraEnvVarsSecret ` | Name of a existing Secret containing extra env vars | ` "" ` |
77+ | Name | Description | Value |
78+ | -------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
79+ | ` image.registry ` | phpMyAdmin image registry | ` docker.io ` |
80+ | ` image.repository ` | phpMyAdmin image repository | ` bitnami/phpmyadmin ` |
81+ | ` image.tag ` | phpMyAdmin image tag (immutable tags are recommended) | ` 5.2.1-debian-11-r12 ` |
82+ | ` image.digest ` | phpMyAdmin image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
83+ | ` image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
84+ | ` image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
85+ | ` image.debug ` | Enable phpmyadmin image debug mode | ` false ` |
86+ | ` command ` | Override default container command (useful when using custom images) | ` [] ` |
87+ | ` args ` | Override default container args (useful when using custom images) | ` [] ` |
88+ | ` lifecycleHooks ` | for the phpmyadmin container(s) to automate configuration before or after startup | ` {} ` |
89+ | ` extraEnvVars ` | Extra environment variables to be set on PhpMyAdmin container | ` [] ` |
90+ | ` extraEnvVarsCM ` | Name of a existing ConfigMap containing extra env vars | ` "" ` |
91+ | ` extraEnvVarsSecret ` | Name of a existing Secret containing extra env vars | ` "" ` |
9292
9393### phpMyAdmin deployment parameters
9494
@@ -215,7 +215,7 @@ The command removes all the Kubernetes components associated with the chart and
215215| ` metrics.enabled ` | Start a side-car prometheus exporter | ` false ` |
216216| ` metrics.image.registry ` | Apache exporter image registry | ` docker.io ` |
217217| ` metrics.image.repository ` | Apache exporter image repository | ` bitnami/apache-exporter ` |
218- | ` metrics.image.tag ` | Apache exporter image tag (immutable tags are recommended) | ` 0.13.0-debian-11-r2 ` |
218+ | ` metrics.image.tag ` | Apache exporter image tag (immutable tags are recommended) | ` 0.13.0-debian-11-r8 ` |
219219| ` metrics.image.digest ` | Apache exporter image digest in the way sha256: aa .... Please note this parameter, if set, will override the tag | ` "" ` |
220220| ` metrics.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
221221| ` metrics.image.pullSecrets ` | Specify docker-registry secret names as an array | ` [] ` |
@@ -544,4 +544,4 @@ Unless required by applicable law or agreed to in writing, software
544544distributed under the License is distributed on an "AS IS" BASIS,
545545WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
546546See the License for the specific language governing permissions and
547- limitations under the License.
547+ limitations under the License.
0 commit comments