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 11name : amazee-ai
22description : A Helm Chart for amazee.ai with independent frontend and backend services
3- version : 0.0.11
3+ version : 0.1.0
44apiVersion : v2
5- appVersion : " 0.0.11 "
5+ appVersion : " 0.1.0 "
66keywords :
77 - amazee.ai
88 - frontend
@@ -15,10 +15,10 @@ dependencies:
1515 repository : https://charts.bitnami.com/bitnami
1616 condition : postgresql.enabled
1717 - name : backend
18- version : 0.0.11
18+ version : 0.1.0
1919 condition : backend.enabled
2020 dependsOn :
2121 - postgresql
2222 - name : frontend
23- version : 0.0.11
23+ version : 0.1.0
2424 condition : frontend.enabled
Original file line number Diff line number Diff line change 11name : backend
22description : Backend API service for amazee.ai
3- version : 0.0.11
3+ version : 0.1.0
44apiVersion : v2
5- appVersion : " 0.0.11 "
5+ appVersion : " 0.1.0 "
66keywords :
77 - api
88 - fastapi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enabled: true
44replicas : 1
55image :
66 repository : ghcr.io/amazeeio/amazee.ai-backend
7- tag : " dev "
7+ tag : " main "
88 pullPolicy : IfNotPresent
99
1010# Database configuration
Original file line number Diff line number Diff line change 11name : frontend
22description : Frontend web application for amazee.ai
3- version : 0.0.11
3+ version : 0.1.0
44apiVersion : v2
5- appVersion : " 0.0.11 "
5+ appVersion : " 0.1.0 "
66keywords :
77 - frontend
88 - nextjs
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enabled: true
44replicas : 1
55image :
66 repository : ghcr.io/amazeeio/amazee.ai-frontend
7- tag : " dev "
7+ tag : " main "
88 pullPolicy : IfNotPresent
99
1010# Application configuration
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ backend:
2727 replicas : 1
2828 image :
2929 repository : ghcr.io/amazeeio/amazee.ai-backend
30- tag : " dev "
30+ tag : " main "
3131 pullPolicy : IfNotPresent
3232 # Database configuration - set based on postgresql configuration
3333 # The DATABASE_URL will be automatically generated using the release name
@@ -61,7 +61,7 @@ frontend:
6161 replicas : 1
6262 image :
6363 repository : ghcr.io/amazeeio/amazee.ai-frontend
64- tag : " dev "
64+ tag : " main "
6565 pullPolicy : IfNotPresent
6666 apiUrl : " " # Will be auto-generated using release name and backend service
6767 stripePublishableKey : " pk_test_your_stripe_publishable_key"
You can’t perform that action at this time.
0 commit comments