Skip to content

Commit 8e4d6c4

Browse files
feat: upgrade PeerDB release version to latest
1 parent df4f6cd commit 8e4d6c4

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TEMPORAL_SSL_MODE=false # Should be false if using in-cluster catalog, set true
2727

2828
# PEERDB SETTINGS
2929
# env variables for peerdb deployment
30-
PEERDB_VERSION=stable-v0.30.9
30+
PEERDB_VERSION=stable-v0.32.3
3131
# name of the database that will be used by peerdb.
3232
PEERDB_CATALOG_DATABASE=peerdb_catalog_db
3333
PEERDB_CATALOG_CREDS_SECRET_NAME=catalog-db-manual-creds

peerdb-catalog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: 0.9.1
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v0.30.9"
21+
appVersion: "v0.32.3"
2222
maintainers:
2323
- name: PeerDB Inc.
2424
url: https://peerdb.io/

peerdb-catalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# peerdb-catalog
22

3-
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.30.9](https://img.shields.io/badge/AppVersion-v0.30.9-informational?style=flat-square)
3+
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.32.3](https://img.shields.io/badge/AppVersion-v0.32.3-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

peerdb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ version: 0.9.1
3030
# incremented each time you make changes to the application. Versions are not expected to
3131
# follow Semantic Versioning. They should reflect the version the application is using.
3232
# It is recommended to use it with quotes.
33-
appVersion: "v0.30.9"
33+
appVersion: "v0.32.3"

peerdb/README.md

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

3-
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.30.9](https://img.shields.io/badge/AppVersion-v0.30.9-informational?style=flat-square)
3+
![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.32.3](https://img.shields.io/badge/AppVersion-v0.32.3-informational?style=flat-square)
44

55
Install PeerDB along with Temporal.
66

@@ -181,7 +181,7 @@ Install PeerDB along with Temporal.
181181
| peerdb.service.port | int | `9900` | |
182182
| peerdb.service.targetPort | int | `9900` | |
183183
| peerdb.service.type | string | `"ClusterIP"` | |
184-
| peerdb.version | string | `"stable-v0.30.9"` | This version is overridden by .env file if the install_peerdb.sh script is being used In that case, either update the .env file or override it via values.customer.yaml when installing |
184+
| peerdb.version | string | `"stable-v0.32.3"` | This version is overridden by .env file if the install_peerdb.sh script is being used In that case, either update the .env file or override it via values.customer.yaml when installing |
185185
| peerdbUI.credentials.nexauthExistingSecret | string | `""` | Use this existing secret for nexauth_secret. Must have `UI_NEXTAUTH_SECRET` key. |
186186
| peerdbUI.credentials.nexauth_secret | string | `""` | |
187187
| peerdbUI.credentials.password | string | `"_PEERDB_PASSWORD_"` | |

peerdb/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ serviceAccount:
3333
create: true
3434
name:
3535
# -- Extra annotations that will be applied to the service account, e.g. for AWS IAM roles, or GCP Workload Identity
36-
extraAnnotations:
37-
{ }
36+
extraAnnotations: {}
3837
temporal:
3938
deploy:
4039
# -- Whether to deploy temporal, pulled from `TEMPORAL_DEPLOY_ENABLED` from .env
@@ -305,7 +304,7 @@ peerdb:
305304
replicaCount: 4
306305
# -- This version is overridden by .env file if the install_peerdb.sh script is being used
307306
# In that case, either update the .env file or override it via values.customer.yaml when installing
308-
version: stable-v0.30.9
307+
version: stable-v0.32.3
309308
image:
310309
repository: ghcr.io/peerdb-io/peerdb-server
311310
pullPolicy: Always

0 commit comments

Comments
 (0)