Skip to content

chore(deps): upgrade peerdb version to v0.22.1 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions peerdb-catalog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion peerdb-catalog/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions peerdb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions peerdb/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions peerdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: { }
affinity: { }
Loading