Skip to content

Commit 785e8b2

Browse files
committed
Use OSC image by default for databases
1 parent a541493 commit 785e8b2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

charts/database/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: database
33
description: OSC database service Helm Chart
44
type: application
5-
version: 0.12.0
5+
version: 0.13.0
66
appVersion: "0.1.0"
77
maintainers:
88
- name: treydock

charts/database/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# database
22

3-
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
44

55
OSC database service Helm Chart
66

@@ -74,16 +74,16 @@ postgresql:
7474
| global.ingressName | The name of IGNIX Ingress | `"ingress-nginx"` |
7575
| imagePullSecret.enable | Manage the image pull secret from osc-common. Disable if this chart is used as a subchart. | `true` |
7676
| 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"` |
7979
| mariadb.primary.resources | Set limits for primary MariaDB pod | `{"limits":{"cpu":4,"memory":"4Gi"},"requests":{"cpu":1,"memory":"256Mi"}}` |
8080
| mariadb.volumePermissions.image.repository | The OSC registry path to replicated image. This value should not need to be changed. | `"kubernetes/bitnami/bitnami-shell"` |
8181
| mariadb.volumePermissions.image.tag | The version of replicated image. **This version of must replicated to OSC registry** | `"11-debian-11-r61"` |
8282
| mariadb.metrics.image.repository | The OSC registry path to replicated image. This value should not need to be changed. | `"kubernetes/bitnami/mysqld-exporter"` |
8383
| mariadb.metrics.image.tag | The version of replicated image. **This version of must replicated to OSC registry** | `"0.14.0-debian-11-r67"` |
8484
| 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"` |
8787
| postgresql.auth.postgresPassword | The postgres user admin password | **required** |
8888
| postgresql.auth.database | The database name | **required** |
8989
| postgresql.auth.username | The database username | **required** |

charts/database/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ mariadb:
3333
image:
3434
# -- The OSC registry path to mariadb replicated image.
3535
# This value should not need to be changed.
36-
repository: kubernetes/bitnami/mariadb
36+
repository: webservices/mariadb
3737
# -- The version of MariaDB image.
38-
# **This version of must replicated to OSC registry**
38+
# **This version of must built by this repo**
3939
tag: 10.5.13-debian-10-r58
4040
# @ignored
4141
auth:
@@ -137,9 +137,9 @@ postgresql:
137137
image:
138138
# -- The OSC registry path to postgresql replicated image.
139139
# This value should not need to be changed.
140-
repository: kubernetes/bitnami/postgresql
140+
repository: webservices/postgresql
141141
# -- The version of MariaDB image.
142-
# **This version of must replicated to OSC registry**
142+
# **This version of must built by this repo**
143143
tag: 14.4.0-debian-11-r18
144144
auth:
145145
# -- The postgres user admin password

0 commit comments

Comments
 (0)