Skip to content

Commit

Permalink
Merge pull request #144 from mergestat/update-chart
Browse files Browse the repository at this point in the history
feat: updating chart values and version
  • Loading branch information
amenowanna authored Jun 9, 2023
2 parents f696246 + fac2df8 commit 6bbecf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mergestat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: mergestat
version: 2.3.1
version: 2.3.2
appVersion: 2.2.1-beta
description: MergeStat syncs data from Git into a SQL database for use in BI/visualization/other tools.
home: https://www.mergestat.com/
Expand Down
5 changes: 4 additions & 1 deletion charts/mergestat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ worker:
tolerations: []
affinity: {}
resources: {}
securityContext: {}
securityContext:
privileged: true
podSecurityContext: {}
podAnnotations: {}
volumeMounts: []
Expand All @@ -39,6 +40,8 @@ graphql:
value: postgres://postgres:password@mergestat-postgresql:5432/postgres?sslmode=disable
- name: JWT_SECRET
value: some-secret-string
- name: ENCRYPTION_SECRET
value: some-secret-string
nodeSelector: {}
tolerations: []
affinity: {}
Expand Down

0 comments on commit 6bbecf3

Please sign in to comment.