File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : airbroke
33description : Airbroke Helm chart for Kubernetes
44type : application
5- version : 1.2.5
6- appVersion : " 1.1.80 "
5+ version : 1.3.0
6+ appVersion : " 1.1.81 "
77keywords :
88 - open
99 - source
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the Airbroke chart and
7575| web.hpa.maxReplicas | int | ` 10 ` | |
7676| web.hpa.memory | string | ` nil ` | |
7777| web.hpa.requests | string | ` nil ` | |
78- | web.image | string | ` "ghcr.io/icoretech/airbroke:1.1.80 " ` | |
78+ | web.image | string | ` "ghcr.io/icoretech/airbroke:1.1.81 " ` | |
7979| web.imagePullPolicy | string | ` "IfNotPresent" ` | |
8080| web.imagePullSecrets | string | ` "" ` | |
8181| web.ingress.annotations | object | ` {} ` | |
@@ -160,7 +160,7 @@ spec:
160160 url :
' postgresql://xxxx:[email protected] :5432/airbroke_production?connection_limit=100&pool_timeout=10&application_name=airbroke&schema=public' 161161 migrations_url :
' postgresql://xxxx:[email protected] :5432/airbroke_production?schema=public' 162162 web :
163- image : ghcr.io/icoretech/airbroke:1.1.80 # {"$imagepolicy": "flux-system:airbroke"}
163+ image : ghcr.io/icoretech/airbroke:1.1.81 # {"$imagepolicy": "flux-system:airbroke"}
164164 replicaCount : 2
165165 cachePersistentVolume :
166166 enabled : true
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ database:
77 enable_migration : true
88
99web :
10- prismaVersion : " 6 "
10+ prismaVersion : " 7 "
1111 imagePullPolicy : IfNotPresent
1212 imagePullSecrets : " " # must be present in namespace
13- image : ghcr.io/icoretech/airbroke:1.1.80
13+ image : ghcr.io/icoretech/airbroke:1.1.81
1414 terminationGracePeriodSeconds : 0
1515 replicaCount : 1
1616 runtimeClassName :
You can’t perform that action at this time.
0 commit comments