Skip to content

Commit

Permalink
Bump AidboxDB chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
faridco committed Sep 18, 2024
1 parent ebc7c04 commit 2a5a116
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aidboxdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ home: https://www.health-samurai.io/aidbox
icon: https://aidbox.github.io/helm-charts/icon.png?1712669999
name: aidboxdb
type: application
version: 0.1.7
version: 0.1.8
3 changes: 2 additions & 1 deletion aidboxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[AidboxDB](https://docs.aidbox.app/storage-1/aidboxdb-image) is a specialized version of the open-source PostgreSQL database, tailored for use as the data storage backend for Aidbox. It serves various purposes, including initializing and operating as a master database for Aidbox, functioning as a streaming replica, optimizing FHIR search queries, and supporting backup and maintenance functionalities.

![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16.1](https://img.shields.io/badge/AppVersion-16.1-informational?style=flat-square)
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16.1](https://img.shields.io/badge/AppVersion-16.1-informational?style=flat-square)

## Add the helm repository

Expand Down Expand Up @@ -58,6 +58,7 @@ AidboxDB image contains [WAL-G](https://github.com/wal-g/wal-g). For more inform
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
| podSecurityContext | object | `{}` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| storage.className | string | `""` | Storage className to use |
| storage.size | string | `"300Gi"` | Storage volume size request |
Expand Down
8 changes: 7 additions & 1 deletion aidboxdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ image:
# -- Overrides the image tag whose default is the chart appVersion.
# Has one-to-one mapping to the PostgreSQL version.
tag: ""

resources: {}
# limits:
# cpu: 8
# memory: 128Gi
# requests:
# cpu: 1
# memory: 2Gi

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 2a5a116

Please sign in to comment.