Skip to content

Commit e218c0f

Browse files
committed
chore(doc): updates readme with updated version
1 parent 64420f9 commit e218c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/backstage/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Backstage Helm Chart
33

44
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/backstage)](https://artifacthub.io/packages/search?repo=backstage)
5-
![Version: 2.6.1](https://img.shields.io/badge/Version-2.6.1-informational?style=flat-square)
5+
![Version: 2.6.2](https://img.shields.io/badge/Version-2.6.2-informational?style=flat-square)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
77

88
A Helm chart for deploying a Backstage application
@@ -201,6 +201,7 @@ Kubernetes: `>= 1.19.0-0`
201201
| postgresql.auth.secretKeys.userPasswordKey | The key in which Postgres will look for, for the user password, in the existing Secret | string | `"user-password"` |
202202
| postgresql.auth.username | Name for a custom user to create | string | `"bn_backstage"` |
203203
| postgresql.enabled | Switch to enable or disable the PostgreSQL helm chart | bool | `false` |
204+
| postgresql.image | Change default PostgreSQL image location (workaround for https://github.com/bitnami/charts/issues/35164) | object | `{"registry":"docker.io","repository":"bitnamilegacy/postgresql"}` |
204205
| service | Service parameters | object | See below |
205206
| service.annotations | Additional custom annotations for Backstage service | object | `{}` |
206207
| service.clusterIP | Backstage service Cluster IP <br /> E.g `clusterIP: None` | string | `""` |

0 commit comments

Comments
 (0)