Skip to content

Commit

Permalink
Merge 9683ee9 into afd24a2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm authored Mar 5, 2022
2 parents afd24a2 + 9683ee9 commit 8b5cc05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions infrastructure/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application

# This is the chart version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed.
appVersion: 0.0.1
Expand All @@ -22,7 +22,7 @@ maintainers:
email: [email protected]
dependencies:
- name: indexer
version: 0.2.1
version: 0.2.2
- name: postgresql
version: 10.16.2
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/charts/indexer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 0.2.1
version: 0.2.2

appVersion: "1.16.0"
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ spec:
- mountPath: /home/cnb/.postgresql/postgresql.pk8
subPath: privateKey
name: postgresql-tls
readOnly: true
mode: 600
- mountPath: /home/cnb/.postgresql/postgresql.crt
subPath: cert
name: postgresql-tls
readOnly: true
mode: 600
- mountPath: /home/cnb/.postgresql/root.crt
subPath: serverCACert
name: postgresql-tls
readOnly: true
mode: 600
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit 8b5cc05

Please sign in to comment.