File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : amazee-ai
2
2
description : A Helm Chart for amazee.ai with independent frontend and backend services
3
- version : 0.0.11
3
+ version : 0.1.0
4
4
apiVersion : v2
5
- appVersion : " 0.0.11 "
5
+ appVersion : " 0.1.0 "
6
6
keywords :
7
7
- amazee.ai
8
8
- frontend
@@ -15,10 +15,10 @@ dependencies:
15
15
repository : https://charts.bitnami.com/bitnami
16
16
condition : postgresql.enabled
17
17
- name : backend
18
- version : 0.0.11
18
+ version : 0.1.0
19
19
condition : backend.enabled
20
20
dependsOn :
21
21
- postgresql
22
22
- name : frontend
23
- version : 0.0.11
23
+ version : 0.1.0
24
24
condition : frontend.enabled
Original file line number Diff line number Diff line change 1
1
name : backend
2
2
description : Backend API service for amazee.ai
3
- version : 0.0.11
3
+ version : 0.1.0
4
4
apiVersion : v2
5
- appVersion : " 0.0.11 "
5
+ appVersion : " 0.1.0 "
6
6
keywords :
7
7
- api
8
8
- fastapi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enabled: true
4
4
replicas : 1
5
5
image :
6
6
repository : ghcr.io/amazeeio/amazee.ai-backend
7
- tag : " dev "
7
+ tag : " main "
8
8
pullPolicy : IfNotPresent
9
9
10
10
# Database configuration
Original file line number Diff line number Diff line change 1
1
name : frontend
2
2
description : Frontend web application for amazee.ai
3
- version : 0.0.11
3
+ version : 0.1.0
4
4
apiVersion : v2
5
- appVersion : " 0.0.11 "
5
+ appVersion : " 0.1.0 "
6
6
keywords :
7
7
- frontend
8
8
- nextjs
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enabled: true
4
4
replicas : 1
5
5
image :
6
6
repository : ghcr.io/amazeeio/amazee.ai-frontend
7
- tag : " dev "
7
+ tag : " main "
8
8
pullPolicy : IfNotPresent
9
9
10
10
# Application configuration
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ backend:
27
27
replicas : 1
28
28
image :
29
29
repository : ghcr.io/amazeeio/amazee.ai-backend
30
- tag : " dev "
30
+ tag : " main "
31
31
pullPolicy : IfNotPresent
32
32
# Database configuration - set based on postgresql configuration
33
33
# The DATABASE_URL will be automatically generated using the release name
@@ -61,7 +61,7 @@ frontend:
61
61
replicas : 1
62
62
image :
63
63
repository : ghcr.io/amazeeio/amazee.ai-frontend
64
- tag : " dev "
64
+ tag : " main "
65
65
pullPolicy : IfNotPresent
66
66
apiUrl : " " # Will be auto-generated using release name and backend service
67
67
stripePublishableKey : " pk_test_your_stripe_publishable_key"
You can’t perform that action at this time.
0 commit comments