Skip to content

Commit

Permalink
Merge pull request #24 from cinaq/retraced
Browse files Browse the repository at this point in the history
PG index to bool
  • Loading branch information
vktrbrlv authored Mar 11, 2024
2 parents 347bcbe + 67787b7 commit 48e3f26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/retraced/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: retraced
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "1.16.0"
version: 0.1.1
appVersion: "1.8.0"
2 changes: 1 addition & 1 deletion charts/retraced/templates/retraced-migrate-es-job.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if ne .Values.api.secret.PG_SEARCH "true" -}}
{{- if not .Values.api.secret.PG_SEARCH -}}
---
apiVersion: batch/v1
kind: Job
Expand Down
2 changes: 1 addition & 1 deletion charts/retraced/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ api:
POSTGRES_DATABASE: audit
POSTGRES_USER: audit
POSTGRES_PASSWORD: postgres
PG_SEARCH: "true"
PG_SEARCH: true
BOOTSTRAP_API_TOKEN: dev
BOOTSTRAP_ENVIRONMENT_ID: dev
BOOTSTRAP_PROJECT_ID: dev
Expand Down

0 comments on commit 48e3f26

Please sign in to comment.