From 8e4d6c4ffb400608f7cabaaada9f8c131aca6ac4 Mon Sep 17 00:00:00 2001 From: DevOps Bot Date: Wed, 20 Aug 2025 12:01:43 +0000 Subject: [PATCH] feat: upgrade PeerDB release version to latest --- .env.template | 2 +- peerdb-catalog/Chart.yaml | 2 +- peerdb-catalog/README.md | 2 +- peerdb/Chart.yaml | 2 +- peerdb/README.md | 4 ++-- peerdb/values.yaml | 5 ++--- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.env.template b/.env.template index fbe0d4f..792e631 100644 --- a/.env.template +++ b/.env.template @@ -27,7 +27,7 @@ TEMPORAL_SSL_MODE=false # Should be false if using in-cluster catalog, set true # PEERDB SETTINGS # env variables for peerdb deployment -PEERDB_VERSION=stable-v0.30.9 +PEERDB_VERSION=stable-v0.32.3 # name of the database that will be used by peerdb. PEERDB_CATALOG_DATABASE=peerdb_catalog_db PEERDB_CATALOG_CREDS_SECRET_NAME=catalog-db-manual-creds diff --git a/peerdb-catalog/Chart.yaml b/peerdb-catalog/Chart.yaml index 92c17b0..1348edb 100644 --- a/peerdb-catalog/Chart.yaml +++ b/peerdb-catalog/Chart.yaml @@ -18,7 +18,7 @@ version: 0.9.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.30.9" +appVersion: "v0.32.3" maintainers: - name: PeerDB Inc. url: https://peerdb.io/ diff --git a/peerdb-catalog/README.md b/peerdb-catalog/README.md index dbc9553..eb05996 100644 --- a/peerdb-catalog/README.md +++ b/peerdb-catalog/README.md @@ -1,6 +1,6 @@ # peerdb-catalog -![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) +![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) A Helm chart for Kubernetes diff --git a/peerdb/Chart.yaml b/peerdb/Chart.yaml index 7e28725..e290599 100644 --- a/peerdb/Chart.yaml +++ b/peerdb/Chart.yaml @@ -30,4 +30,4 @@ version: 0.9.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.30.9" +appVersion: "v0.32.3" diff --git a/peerdb/README.md b/peerdb/README.md index 741dc0b..2ac6753 100644 --- a/peerdb/README.md +++ b/peerdb/README.md @@ -1,6 +1,6 @@ # peerdb -![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) +![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) Install PeerDB along with Temporal. @@ -181,7 +181,7 @@ Install PeerDB along with Temporal. | peerdb.service.port | int | `9900` | | | peerdb.service.targetPort | int | `9900` | | | peerdb.service.type | string | `"ClusterIP"` | | -| 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 | +| 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 | | peerdbUI.credentials.nexauthExistingSecret | string | `""` | Use this existing secret for nexauth_secret. Must have `UI_NEXTAUTH_SECRET` key. | | peerdbUI.credentials.nexauth_secret | string | `""` | | | peerdbUI.credentials.password | string | `"_PEERDB_PASSWORD_"` | | diff --git a/peerdb/values.yaml b/peerdb/values.yaml index 1cca73d..b544444 100644 --- a/peerdb/values.yaml +++ b/peerdb/values.yaml @@ -33,8 +33,7 @@ serviceAccount: create: true name: # -- Extra annotations that will be applied to the service account, e.g. for AWS IAM roles, or GCP Workload Identity - extraAnnotations: - { } + extraAnnotations: {} temporal: deploy: # -- Whether to deploy temporal, pulled from `TEMPORAL_DEPLOY_ENABLED` from .env @@ -305,7 +304,7 @@ peerdb: replicaCount: 4 # -- 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 - version: stable-v0.30.9 + version: stable-v0.32.3 image: repository: ghcr.io/peerdb-io/peerdb-server pullPolicy: Always