From 2a5a1162176aa943d6a60588cec25a32d56720b7 Mon Sep 17 00:00:00 2001 From: Farid Bagishev Date: Wed, 18 Sep 2024 22:05:10 +0500 Subject: [PATCH] Bump AidboxDB chart version --- aidboxdb/Chart.yaml | 2 +- aidboxdb/README.md | 3 ++- aidboxdb/values.yaml | 8 +++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/aidboxdb/Chart.yaml b/aidboxdb/Chart.yaml index 166e4fb..cf4c8c4 100644 --- a/aidboxdb/Chart.yaml +++ b/aidboxdb/Chart.yaml @@ -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 diff --git a/aidboxdb/README.md b/aidboxdb/README.md index 6707cb4..427eb66 100644 --- a/aidboxdb/README.md +++ b/aidboxdb/README.md @@ -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 @@ -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 | diff --git a/aidboxdb/values.yaml b/aidboxdb/values.yaml index c6bf549..89869e4 100644 --- a/aidboxdb/values.yaml +++ b/aidboxdb/values.yaml @@ -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: ""