File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : " 1.30 .0"
2+ appVersion : " 1.32 .0"
33description : the Lago open source billing app
44name : lago
5- version : 1.24.0
5+ version : 1.24.1
66dependencies :
77 - name : postgresql
88 version : " 13.2.2"
Original file line number Diff line number Diff line change 7474 secretKeyRef :
7575 name : {{ .Release.Name }}-secrets
7676 key : secretKeyBase
77+ - name : ENCRYPTION_DETERMINISTIC_KEY
78+ valueFrom :
79+ secretKeyRef :
80+ name : {{ include "encryption-secret-path" . }}
81+ key : encryptionDeterministicKey
82+ - name : ENCRYPTION_KEY_DERIVATION_SALT
83+ valueFrom :
84+ secretKeyRef :
85+ name : {{ include "encryption-secret-path" . }}
86+ key : encryptionKeyDerivationSalt
87+ - name : ENCRYPTION_PRIMARY_KEY
88+ valueFrom :
89+ secretKeyRef :
90+ name : {{ include "encryption-secret-path" . }}
91+ key : encryptionPrimaryKey
7792 {{- with .Values.job.migrate.resources }}
7893 resources :
7994 {{- toYaml . | nindent 12 }}
Original file line number Diff line number Diff line change 1- version : 1.30 .0
1+ version : 1.32 .0
22
33# Required: Set the URLs for your API and Frontend services
44# Replace these placeholders with the actual domain names.
You can’t perform that action at this time.
0 commit comments