Skip to content

Commit

Permalink
Merge 669d631 into 0e0be5c
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm authored Mar 5, 2022
2 parents 0e0be5c + 669d631 commit 6b1a1fe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm_chart_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --chart-dirs infrastructure/ --config infrastructure/charts/ci-values.yml --debug
run: ct install --chart-dirs infrastructure/ --debug

- name: Run chart-releaser
uses: helm/[email protected]
Expand Down
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.0
version: 0.2.1

# 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.0
version: 0.2.1
- 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.0
version: 0.2.1

appVersion: "1.16.0"
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ spec:
readOnly: true
{{- end }}
{{- if .Values.global.postgresql.tlsSecret }}
- mountPath: /cnb/.postgresql/postgresql.pk8
- mountPath: /home/cnb/.postgresql/postgresql.pk8
subPath: privateKey
name: postgresql-tls
readOnly: true
- mountPath: /cnb/.postgresql/postgresql.crt
- mountPath: /home/cnb/.postgresql/postgresql.crt
subPath: cert
name: postgresql-tls
readOnly: true
- mountPath: /cnb/.postgresql/root.crt
- mountPath: /home/cnb/.postgresql/root.crt
subPath: serverCACert
name: postgresql-tls
readOnly: true
Expand Down
3 changes: 0 additions & 3 deletions infrastructure/charts/ci-values.yml

This file was deleted.

0 comments on commit 6b1a1fe

Please sign in to comment.