From 095747222b99b4101712f972f1f72601f2a637a2 Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Tue, 7 Jan 2025 06:29:06 +0530 Subject: [PATCH] chore(deps): upgrade peerdb version to v0.22.1 --- .env.template | 2 +- peerdb-catalog/Chart.yaml | 4 ++-- peerdb-catalog/README.md | 2 +- peerdb/Chart.yaml | 4 ++-- peerdb/README.md | 4 ++-- peerdb/values.yaml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.env.template b/.env.template index aeb0ebb..4970100 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.19.1 +PEERDB_VERSION=stable-v0.22.1 # 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 834df2d..72c19ad 100644 --- a/peerdb-catalog/Chart.yaml +++ b/peerdb-catalog/Chart.yaml @@ -13,12 +13,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # 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.12.2" +appVersion: "v0.22.1" maintainers: - name: PeerDB Inc. url: https://peerdb.io/ diff --git a/peerdb-catalog/README.md b/peerdb-catalog/README.md index 097cfcc..ffaf663 100644 --- a/peerdb-catalog/README.md +++ b/peerdb-catalog/README.md @@ -1,6 +1,6 @@ # peerdb-catalog -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.2](https://img.shields.io/badge/AppVersion-v0.12.2-informational?style=flat-square) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.22.1](https://img.shields.io/badge/AppVersion-v0.22.1-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/peerdb/Chart.yaml b/peerdb/Chart.yaml index ebf48cb..291186d 100644 --- a/peerdb/Chart.yaml +++ b/peerdb/Chart.yaml @@ -25,9 +25,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.7.0 +version: 0.8.0 # This is the version number of the application being deployed. This version number should be # 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.12.2" +appVersion: "v0.22.1" diff --git a/peerdb/README.md b/peerdb/README.md index 223237d..c44edf5 100644 --- a/peerdb/README.md +++ b/peerdb/README.md @@ -1,6 +1,6 @@ # peerdb -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.2](https://img.shields.io/badge/AppVersion-v0.12.2-informational?style=flat-square) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.22.1](https://img.shields.io/badge/AppVersion-v0.22.1-informational?style=flat-square) Install PeerDB along with Temporal. @@ -177,7 +177,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.19.1"` | 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.22.1"` | 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.nexauth_secret | string | `""` | | | peerdbUI.credentials.password | string | `"_PEERDB_PASSWORD_"` | | | peerdbUI.deployment.annotations | object | `{}` | annotations that will be applied to the peerdbUI deployment, NOT the pods | diff --git a/peerdb/values.yaml b/peerdb/values.yaml index aca5523..7263fa8 100644 --- a/peerdb/values.yaml +++ b/peerdb/values.yaml @@ -301,7 +301,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.19.1 + version: stable-v0.22.1 image: repository: ghcr.io/peerdb-io/peerdb-server pullPolicy: Always @@ -628,4 +628,4 @@ global: # -- Tolerations that will be applied to all the lowCost=true peerdb components additively tolerations: [ ] # -- Affinity that will be applied to all the lowCost=true peerdb components additively - affinity: { } \ No newline at end of file + affinity: { }