Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/galust-ai-layer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: galust-ai-layer
description: Galust AI layer umbrella chart for Kubernetes clusters
type: application
version: 0.1.4
appVersion: "0.1.4"
version: 0.1.5
appVersion: "0.1.5"

dependencies:
- name: strapi
Expand Down
2 changes: 0 additions & 2 deletions charts/galust-ai-layer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,11 @@ backend:
secretKeyRef:
name: cnpg-main-urls
key: host
expandObjectName: false
DATABASE_USERNAME: "{{ .Values.cnpg.main.user }}"
DATABASE_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
expandObjectName: false
STRAPI_DISABLE_UPDATE_NOTIFICATION: true
FAST_REFRESH: false
EXTRA_ARGS: ""
Expand Down
Loading