File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ 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.2
16+ version : 0.9.3
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.
Original file line number Diff line number Diff line change 11# peerdb-catalog
22
3- ![ 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 )
3+ ![ 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 )
44
55A Helm chart for Kubernetes
66
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ 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.2
28+ version : 0.9.3
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.
Original file line number Diff line number Diff line change 11# peerdb
22
3- ![ 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 )
3+ ![ 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 )
44
55Install PeerDB along with Temporal.
66
Original file line number Diff line number Diff line change 1- {{- if not (and ( .Values.peerdbUI.credentials.passwordExistingSecret .Values.peerdb.credentials.passwordExistingSecret .Values.peerdbUI.credentials.nexauthExistingSecret) ) }}
1+ {{- if not (and .Values.peerdbUI.credentials.passwordExistingSecret .Values.peerdb.credentials.passwordExistingSecret .Values.peerdbUI.credentials.nexauthExistingSecret) }}
22apiVersion : v1
33kind : Secret
44metadata :
You can’t perform that action at this time.
0 commit comments