Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 659116e

Browse filesBrowse files
feat: upgrade PeerDB release version to latest (#47)
1 parent 671719b commit 659116e
Copy full SHA for 659116e

File tree

Expand file treeCollapse file tree

6 files changed

+9
-9
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

6 files changed

+9
-9
lines changed
Open diff view settings
Collapse file

‎.env.template‎

Copy file name to clipboardExpand all lines: .env.template
+1-1Lines 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.34.8
30+
PEERDB_VERSION=stable-v0.35.2
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
Collapse file

‎peerdb-catalog/Chart.yaml‎

Copy file name to clipboardExpand all lines: peerdb-catalog/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2222
maintainers:
2323
- name: PeerDB Inc.
2424
url: https://peerdb.io/
Collapse file

‎peerdb-catalog/README.md‎

Copy file name to clipboardExpand all lines: peerdb-catalog/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm chart for Kubernetes
66

Collapse file

‎peerdb/Chart.yaml‎

Copy file name to clipboardExpand all lines: peerdb/Chart.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
Collapse file

‎peerdb/README.md‎

Copy file name to clipboardExpand all lines: peerdb/README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

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.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_"` | |
Collapse file

‎peerdb/values.yaml‎

Copy file name to clipboardExpand all lines: peerdb/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.