diff --git a/peerdb-catalog/Chart.yaml b/peerdb-catalog/Chart.yaml index d5a8375..8b2f14d 100644 --- a/peerdb-catalog/Chart.yaml +++ b/peerdb-catalog/Chart.yaml @@ -13,7 +13,7 @@ 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.9.2 +version: 0.9.3 # 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. diff --git a/peerdb-catalog/README.md b/peerdb-catalog/README.md index 249949e..6acf5cf 100644 --- a/peerdb-catalog/README.md +++ b/peerdb-catalog/README.md @@ -1,6 +1,6 @@ # peerdb-catalog -![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.2](https://img.shields.io/badge/AppVersion-v0.34.2-informational?style=flat-square) +![Version: 0.9.3](https://img.shields.io/badge/Version-0.9.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.2](https://img.shields.io/badge/AppVersion-v0.34.2-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/peerdb/Chart.yaml b/peerdb/Chart.yaml index 39e870b..9144c62 100644 --- a/peerdb/Chart.yaml +++ b/peerdb/Chart.yaml @@ -25,7 +25,7 @@ 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.9.2 +version: 0.9.3 # 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. diff --git a/peerdb/README.md b/peerdb/README.md index 8235772..aee7a44 100644 --- a/peerdb/README.md +++ b/peerdb/README.md @@ -1,6 +1,6 @@ # peerdb -![Version: 0.9.2](https://img.shields.io/badge/Version-0.9.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.2](https://img.shields.io/badge/AppVersion-v0.34.2-informational?style=flat-square) +![Version: 0.9.3](https://img.shields.io/badge/Version-0.9.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.2](https://img.shields.io/badge/AppVersion-v0.34.2-informational?style=flat-square) Install PeerDB along with Temporal. diff --git a/peerdb/templates/peerdb-server-ui-secret.yaml b/peerdb/templates/peerdb-server-ui-secret.yaml index 827c043..5e83b98 100644 --- a/peerdb/templates/peerdb-server-ui-secret.yaml +++ b/peerdb/templates/peerdb-server-ui-secret.yaml @@ -1,4 +1,4 @@ -{{- if not (and (.Values.peerdbUI.credentials.passwordExistingSecret .Values.peerdb.credentials.passwordExistingSecret .Values.peerdbUI.credentials.nexauthExistingSecret)) }} +{{- if not (and .Values.peerdbUI.credentials.passwordExistingSecret .Values.peerdb.credentials.passwordExistingSecret .Values.peerdbUI.credentials.nexauthExistingSecret) }} apiVersion: v1 kind: Secret metadata: