Skip to content

Commit e019c67

Browse files
committed
airbroke: release
1 parent 5917d56 commit e019c67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/airbroke/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: airbroke
33
description: Airbroke Helm chart for Kubernetes
44
type: application
5-
version: 1.2.5
6-
appVersion: "1.1.80"
5+
version: 1.3.0
6+
appVersion: "1.1.81"
77
keywords:
88
- open
99
- source

charts/airbroke/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

charts/airbroke/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ database:
77
enable_migration: true
88

99
web:
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:

0 commit comments

Comments
 (0)