diff --git a/.gitignore b/.gitignore index aa7d9fd..76adcd8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ venv/ charts/*/charts .direnv .idea/ +.venv/ diff --git a/charts/flagsmith/Chart.yaml b/charts/flagsmith/Chart.yaml index d6f0b6b..38f1a23 100644 --- a/charts/flagsmith/Chart.yaml +++ b/charts/flagsmith/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: flagsmith description: Flagsmith type: application -version: 0.48.0 -appVersion: 2.120.0 +version: 0.49.0 +appVersion: 2.124.2 dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami diff --git a/charts/flagsmith/values.yaml b/charts/flagsmith/values.yaml index c14b647..e99507e 100644 --- a/charts/flagsmith/values.yaml +++ b/charts/flagsmith/values.yaml @@ -6,7 +6,7 @@ common: api: image: - repository: flagsmith/flagsmith-api + repository: flagsmith.docker.scarf.sh/flagsmith/flagsmith-api tag: null # defaults to .Chart.AppVersion imagePullPolicy: IfNotPresent imagePullSecrets: [] @@ -95,7 +95,7 @@ frontend: # pointing at the single Docker image that serves both. enabled: true image: - repository: flagsmith/flagsmith-frontend + repository: flagsmith.docker.scarf.sh/flagsmith/flagsmith-frontend tag: null # defaults to .Chart.AppVersion imagePullPolicy: IfNotPresent imagePullSecrets: []