phpmyadmin update
This commit is contained in:
@@ -5,7 +5,7 @@ kind: Kustomization
|
||||
helmCharts:
|
||||
- name: phpmyadmin
|
||||
repo: https://charts.bitnami.com/bitnami
|
||||
version: 18.1.8
|
||||
version: 20.0.0
|
||||
releaseName: phpmyadmin
|
||||
includeCRDs: true
|
||||
namespace: phpmyadmin
|
||||
|
||||
@@ -70,7 +70,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/phpmyadmin
|
||||
tag: 5.2.2-debian-12-r11
|
||||
tag: 5.2.2-debian-12-r22
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
##
|
||||
@@ -389,6 +389,12 @@ service:
|
||||
ports:
|
||||
http: 80
|
||||
https: 443
|
||||
## @param service.targetPorts.http Service HTTP port
|
||||
## @param service.targetPorts.https Service HTTPS port
|
||||
##
|
||||
targetPorts:
|
||||
http: 8080
|
||||
https: 8443
|
||||
## Specify the nodePort values for the LoadBalancer and NodePort service types
|
||||
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
|
||||
## @param service.nodePorts.http Kubernetes http node port
|
||||
@@ -443,9 +449,6 @@ ingress:
|
||||
## @param ingress.apiVersion Force Ingress API version (automatically detected if not set)
|
||||
##
|
||||
apiVersion: ""
|
||||
## DEPRECATED: Use ingress.annotations instead of ingress.certManager
|
||||
## certManager: false
|
||||
##
|
||||
|
||||
## @param ingress.hostname When the ingress is enabled, a host pointing to this will be created
|
||||
##
|
||||
@@ -634,7 +637,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 1.0.10-debian-12-r5
|
||||
tag: 1.0.10-debian-12-r55
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -806,3 +809,4 @@ networkPolicy:
|
||||
##
|
||||
ingressNSMatchLabels: {}
|
||||
ingressNSPodMatchLabels: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user