Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
49ae0b3aa3
commit
dcc28bb2e7
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [phpmyadmin-2.0.10](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.9...phpmyadmin-2.0.10) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [phpmyadmin-2.0.11](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.10...phpmyadmin-2.0.11) (2023-02-17)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [phpmyadmin-2.0.10](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.9...phpmyadmin-2.0.10) (2023-02-10)
|
## [phpmyadmin-2.0.10](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.9...phpmyadmin-2.0.10) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -91,9 +96,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [phpmyadmin-2.0.2](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.1...phpmyadmin-2.0.2) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [phpmyadmin-2.0.2](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.1...phpmyadmin-2.0.2) (2022-11-30)
|
## [phpmyadmin-2.0.2](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.1...phpmyadmin-2.0.2) (2022-11-30)
|
|
@ -1,8 +1,3 @@
|
||||||
annotations:
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- Tools-Utilities
|
|
||||||
- Other
|
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -27,4 +22,10 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/phpmyadmin
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/phpmyadmin
|
||||||
- https://hub.docker.com/r/phpmyadmin/phpmyadmin
|
- https://hub.docker.com/r/phpmyadmin/phpmyadmin
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.10
|
version: 2.0.11
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- Tools-Utilities
|
||||||
|
- Other
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/grade: U
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [phpmyadmin-2.0.11](https://github.com/truecharts/charts/compare/phpmyadmin-2.0.10...phpmyadmin-2.0.11) (2023-02-17)
|
||||||
|
|
|
@ -1,25 +1,29 @@
|
||||||
|
image:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
repository: tccr.io/truecharts/phpmyadmin
|
||||||
|
tag: latest@sha256:34b663ed38d6c87e061f431b02199bc4ace35d95a71aba6ab1125137dc477a78
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
runAsGroup: 0
|
||||||
|
runAsUser: 0
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsNonRoot: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
MYSQL_PASSWORD: root
|
MYSQL_PASSWORD: root
|
||||||
MYSQL_USER: root
|
MYSQL_USER: root
|
||||||
PMA_HOST: 192.168.70.99
|
PMA_HOST: 192.168.70.99
|
||||||
PMA_PORT: "3306"
|
PMA_PORT: "3306"
|
||||||
image:
|
# PMA_ABSOLUTE_URI: ""
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
repository: tccr.io/truecharts/phpmyadmin
|
|
||||||
tag: latest@sha256:34b663ed38d6c87e061f431b02199bc4ace35d95a71aba6ab1125137dc477a78
|
|
||||||
persistence: {}
|
|
||||||
podSecurityContext:
|
|
||||||
runAsGroup: 0
|
|
||||||
runAsUser: 0
|
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
runAsNonRoot: false
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 8080
|
port: 8080
|
||||||
protocol: TCP
|
protocol: HTTP
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
|
|
||||||
portal:
|
portal:
|
|
@ -83,36 +83,40 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- variable: env
|
- variable: env
|
||||||
group: "App Configuration"
|
group: App Configuration
|
||||||
label: "Image Environment"
|
label: Image Environment
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: MYSQL_USER
|
- variable: MYSQL_USER
|
||||||
label: "MYSQL_USER"
|
label: MYSQL User
|
||||||
description: "Container Variable MYSQLUSER"
|
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "root"
|
default: ""
|
||||||
- variable: MYSQL_PASSWORD
|
- variable: MYSQL_PASSWORD
|
||||||
label: "MYSQL_PASSWORD"
|
label: MYSQL Password
|
||||||
description: "Container Variable MYSQLPASSWORD"
|
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "root"
|
default: ""
|
||||||
- variable: PMA_HOST
|
- variable: PMA_HOST
|
||||||
label: "PMA_HOST"
|
label: PWA Host
|
||||||
description: "Container Variable PMAHOST"
|
description: define address/host name of the db
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "192.168.70.99"
|
default: "192.168.70.99"
|
||||||
- variable: PMA_PORT
|
- variable: PMA_PORT
|
||||||
label: "PMA_PORT"
|
label: PWA Port
|
||||||
description: "Container Variable PMAPORT"
|
description: define port of the MySQL server
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "3306"
|
default: "3306"
|
||||||
|
- variable: PMA_ABSOLUTE_URI
|
||||||
|
label: PWA Absolute URi
|
||||||
|
description: The full URL to phpMyAdmin
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: TZ
|
- variable: TZ
|
||||||
label: Timezone
|
label: Timezone
|
||||||
group: "General Settings"
|
group: "General Settings"
|
||||||
|
@ -151,8 +155,8 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service"
|
label: Main Service
|
||||||
description: "The Primary service on which the healthcheck runs, often the webUI"
|
description: The Primary service on which the healthcheck runs, often the webUI
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
@ -190,14 +194,14 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Service Port Configuration"
|
label: Main Service Port Configuration
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: port
|
- variable: port
|
||||||
label: "Port"
|
label: Port
|
||||||
description: "This port exposes the container port on the service"
|
description: This port exposes the container port on the service
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8080
|
default: 8080
|
||||||
|
@ -523,7 +527,7 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: main
|
- variable: main
|
||||||
label: "Main Ingress"
|
label: Main Ingress
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
@ -851,22 +855,22 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: privileged
|
- variable: privileged
|
||||||
label: "Privileged mode"
|
label: Privileged mode
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: readOnlyRootFilesystem
|
- variable: readOnlyRootFilesystem
|
||||||
label: "ReadOnly Root Filesystem"
|
label: ReadOnly Root Filesystem
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: allowPrivilegeEscalation
|
- variable: allowPrivilegeEscalation
|
||||||
label: "Allow Privilege Escalation"
|
label: Allow Privilege Escalation
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: runAsNonRoot
|
- variable: runAsNonRoot
|
||||||
label: "runAsNonRoot"
|
label: runAsNonRoot
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
@ -878,20 +882,20 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: runAsUser
|
- variable: runAsUser
|
||||||
label: "runAsUser"
|
label: runAsUser
|
||||||
description: "The UserID of the user running the application"
|
description: The UserID of the user running the application
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 0
|
||||||
- variable: runAsGroup
|
- variable: runAsGroup
|
||||||
label: "runAsGroup"
|
label: runAsGroup
|
||||||
description: The groupID this App of the user running the application"
|
description: The groupID this App of the user running the application
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 0
|
||||||
- variable: fsGroup
|
- variable: fsGroup
|
||||||
label: "fsGroup"
|
label: fsGroup
|
||||||
description: "The group that should own ALL storage."
|
description: The group that should own ALL storage.
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 568
|
Loading…
Reference in New Issue