Skip to content

Commit

Permalink
ci: docker images thru scarf (#246)
Browse files Browse the repository at this point in the history
* ci/docker images thru scarf

* ci/docker images thru scarf
  • Loading branch information
dabeeeenster authored Jun 25, 2024
1 parent c7c6558 commit 896a3d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ venv/
charts/*/charts
.direnv
.idea/
.venv/
4 changes: 2 additions & 2 deletions charts/flagsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/flagsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down Expand Up @@ -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: []
Expand Down

0 comments on commit 896a3d0

Please sign in to comment.