File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 66 - https://github.com/memodb-io/memobase
77 - https://github.com/memodb-io/memobase-helm
88type : application
9- version : 0.0.10
10- appVersion : 0.0.33
9+ version : 0.0.11
10+ appVersion : 0.0.34
Original file line number Diff line number Diff line change 9494 value : {{ .Values.admin.usageTokenLimitActive | quote }}
9595 - name : USAGE_TOKEN_LIMIT_PRO
9696 value : {{ .Values.admin.usageTokenLimitPro | quote }}
97+ - name : SUPABASE_URL
98+ value : {{ .Values.admin.supabaseUrl | quote }}
99+ - name : SUPABASE_KEY
100+ value : {{ .Values.admin.supabaseKey | quote }}
97101 resources :
98102 {{- toYaml .Values.admin.resources | nindent 12 }}
99103 ports :
Original file line number Diff line number Diff line change @@ -149,9 +149,11 @@ admin:
149149 prometheusUrl : " "
150150 usageTokenLimitActive : " 300000"
151151 usageTokenLimitPro : " 300000000"
152+ supabaseUrl : " "
153+ supabaseKey : " "
152154 image :
153155 repository : ghcr.io/memodb-io/memobase-admin
154- tag : " 0.0.7 "
156+ tag : " 0.0.11-alpha1 "
155157 secret :
156158 # you can get the dockerconfigjson from the command:
157159 # kubectl create secret docker-registry regcred --docker-server=<your-registry-server> --docker-username=<your-name> --docker-password=<your-pword> --dry-run=client -o yaml
You can’t perform that action at this time.
0 commit comments