Skip to content

Commit

Permalink
Merge branch 'develop/portal' into US939749
Browse files Browse the repository at this point in the history
  • Loading branch information
ac658123 committed Jul 26, 2024
2 parents 63486e6 + d47a930 commit 614ba6c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/portal/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 1.0.14
- name: mysql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 9.19.1
version: 10.3.0
- name: rabbitmq
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.0.3
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx/
version: 4.10.0
digest: sha256:0d40081766b009b234eea79b1e0fa24906df416267581c8626e530a6e2318208
generated: "2024-04-10T15:47:50.865302-07:00"
digest: sha256:37372a7aae49609a719e1e1d0f9f9c6ba66b41caaeed4892981db2b50289cda4
generated: "2024-06-20T19:08:34.36457+05:30"
2 changes: 1 addition & 1 deletion charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
condition: portal.analytics.enabled
repository: "file://../druid"
- name: mysql
version: 9.19.1
version: 10.3.0
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
condition: global.setupDemoDatabase
- name: rabbitmq
Expand Down
2 changes: 1 addition & 1 deletion charts/portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ The following table lists the configured parameters of the MySQL Subchart - http

| Parameter | Description | Default |
| ----------------------------- | ----------------------------------- | ----------------------------------------------------------- |
| `mysql.image.tag` | MySQL Image to use | `8.0.31-debian-11-r36` |
| `mysql.image.tag` | MySQL Image to use | `8.0.37-debian-12-r2` |
| `mysql.auth.username` | MySQL Username | `admin` |
| `mysql.auth.existingSecret` | Secret where credentials are stored, see global.databaseSecret | `database-secret` |
| `mysql.initdbScripts` | Dictionary of initdb scripts | `see values.yaml` |
Expand Down
Binary file modified charts/portal/charts/druid-1.0.14.tgz
Binary file not shown.
Binary file added charts/portal/charts/mysql-10.3.0.tgz
Binary file not shown.
Binary file removed charts/portal/charts/mysql-9.19.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/portal/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ jobs:
# MySQL Stable Chart values - https://github.com/bitnami/charts/tree/master/bitnami/mysql
mysql:
image:
tag: "8.0.36-debian-11-r4"
tag: "8.0.37-debian-12-r2"
auth:
username: portal
existingSecret: database-secret
Expand Down
2 changes: 1 addition & 1 deletion charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ jobs:
# MySQL Stable Chart values - https://github.com/bitnami/charts/tree/master/bitnami/mysql
mysql:
image:
tag: "8.0.36-debian-11-r4"
tag: "8.0.37-debian-12-r2"
auth:
username: portal
existingSecret: database-secret
Expand Down

0 comments on commit 614ba6c

Please sign in to comment.