File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Open diff view settings
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Open diff view settings
Original file line number Diff line number Diff 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.34.8
30+ PEERDB_VERSION = stable-v0.35.2
3131# name of the database that will be used by peerdb.
3232PEERDB_CATALOG_DATABASE = peerdb_catalog_db
3333PEERDB_CATALOG_CREDS_SECRET_NAME = catalog-db-manual-creds
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : 0.9.4
16+ version : 0.9.5
1717# This is the version number of the application being deployed. This version number should be
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.34.8 "
21+ appVersion : " v0.35.2 "
2222maintainers :
2323 - name : PeerDB Inc.
2424 url : https://peerdb.io/
Original file line number Diff line number Diff line change 11# peerdb-catalog
22
3- ![ Version: 0.9.4 ] ( https://img.shields.io/badge/Version-0.9.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.34.8 ] ( https://img.shields.io/badge/AppVersion-v0.34.8 -informational?style=flat-square )
3+ ![ Version: 0.9.5 ] ( https://img.shields.io/badge/Version-0.9.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.35.2 ] ( https://img.shields.io/badge/AppVersion-v0.35.2 -informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ type: application
2525# This is the chart version. This version number should be incremented each time you make changes
2626# to the chart and its templates, including the app version.
2727# Versions are expected to follow Semantic Versioning (https://semver.org/)
28- version : 0.9.4
28+ version : 0.9.5
2929# This is the version number of the application being deployed. This version number should be
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.34.8 "
33+ appVersion : " v0.35.2 "
Original file line number Diff line number Diff line change 11# peerdb
22
3- ![ Version: 0.9.4 ] ( https://img.shields.io/badge/Version-0.9.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.34.8 ] ( https://img.shields.io/badge/AppVersion-v0.34.8 -informational?style=flat-square )
3+ ![ Version: 0.9.5 ] ( https://img.shields.io/badge/Version-0.9.5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.35.2 ] ( https://img.shields.io/badge/AppVersion-v0.35.2 -informational?style=flat-square )
44
55Install 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.34.8 " ` | 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.35.2 " ` | 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_" ` | |
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ peerdb:
304304 replicaCount : 4
305305 # -- This version is overridden by .env file if the install_peerdb.sh script is being used
306306 # In that case, either update the .env file or override it via values.customer.yaml when installing
307- version : stable-v0.34.8
307+ version : stable-v0.35.2
308308 image :
309309 repository : ghcr.io/peerdb-io/peerdb-server
310310 pullPolicy : Always
You can’t perform that action at this time.
0 commit comments