|
1 | 1 | # database |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | OSC database service Helm Chart |
6 | 6 |
|
@@ -74,16 +74,16 @@ postgresql: |
74 | 74 | | global.ingressName | The name of IGNIX Ingress | `"ingress-nginx"` | |
75 | 75 | | imagePullSecret.enable | Manage the image pull secret from osc-common. Disable if this chart is used as a subchart. | `true` | |
76 | 76 | | mariadb.enable | Enable MariaDB subchart by setting to `true` | `false` | |
77 | | -| mariadb.image.repository | The OSC registry path to mariadb replicated image. This value should not need to be changed. | `"kubernetes/bitnami/mariadb"` | |
78 | | -| mariadb.image.tag | The version of MariaDB image. **This version of must replicated to OSC registry** | `"10.5.13-debian-10-r58"` | |
| 77 | +| mariadb.image.repository | The OSC registry path to mariadb replicated image. This value should not need to be changed. | `"webservices/mariadb"` | |
| 78 | +| mariadb.image.tag | The version of MariaDB image. **This version of must built by this repo** | `"10.5.13-debian-10-r58"` | |
79 | 79 | | mariadb.primary.resources | Set limits for primary MariaDB pod | `{"limits":{"cpu":4,"memory":"4Gi"},"requests":{"cpu":1,"memory":"256Mi"}}` | |
80 | 80 | | mariadb.volumePermissions.image.repository | The OSC registry path to replicated image. This value should not need to be changed. | `"kubernetes/bitnami/bitnami-shell"` | |
81 | 81 | | mariadb.volumePermissions.image.tag | The version of replicated image. **This version of must replicated to OSC registry** | `"11-debian-11-r61"` | |
82 | 82 | | mariadb.metrics.image.repository | The OSC registry path to replicated image. This value should not need to be changed. | `"kubernetes/bitnami/mysqld-exporter"` | |
83 | 83 | | mariadb.metrics.image.tag | The version of replicated image. **This version of must replicated to OSC registry** | `"0.14.0-debian-11-r67"` | |
84 | 84 | | postgresql.enable | Enable PostgreSQL subchart by setting to `true` | `false` | |
85 | | -| postgresql.image.repository | The OSC registry path to postgresql replicated image. This value should not need to be changed. | `"kubernetes/bitnami/postgresql"` | |
86 | | -| postgresql.image.tag | The version of MariaDB image. **This version of must replicated to OSC registry** | `"14.4.0-debian-11-r18"` | |
| 85 | +| postgresql.image.repository | The OSC registry path to postgresql replicated image. This value should not need to be changed. | `"webservices/postgresql"` | |
| 86 | +| postgresql.image.tag | The version of MariaDB image. **This version of must built by this repo** | `"14.4.0-debian-11-r18"` | |
87 | 87 | | postgresql.auth.postgresPassword | The postgres user admin password | **required** | |
88 | 88 | | postgresql.auth.database | The database name | **required** | |
89 | 89 | | postgresql.auth.username | The database username | **required** | |
|
0 commit comments