Skip to content

Commit 00b0a63

Browse files
authored
Merge pull request #132 from Flagsmith/fix/k8s-1.25
Support k8s 1.25+
2 parents fac7085 + dc7ae83 commit 00b0a63

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

charts/flagsmith/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ dependencies:
44
version: 8.6.4
55
- name: influxdb2
66
repository: https://helm.influxdata.com/
7-
version: 2.0.0
7+
version: 2.1.1
88
- name: graphite
99
repository: https://kiwigrid.github.io
1010
version: 0.7.3
11-
digest: sha256:08185ea3318322a875104ec4b2daca39b264587868ea3ebc5053c1bf6dd7576f
12-
generated: "2022-10-25T21:11:00.806235474+01:00"
11+
digest: sha256:1da2ab7c98cb0226469fd785d5d98431148486c6cecde9e419c73c2c0dc325b8
12+
generated: "2023-04-18T16:20:35.478691+01:00"

charts/flagsmith/Chart.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: flagsmith
33
description: Flagsmith
44
type: application
5-
version: 0.17.0
5+
version: 0.18.0
66
appVersion: 2.42.1
77
dependencies:
88
- name: postgresql
@@ -11,8 +11,7 @@ dependencies:
1111
condition: postgresql.enabled
1212
- name: influxdb2
1313
repository: https://helm.influxdata.com/
14-
# pinned due to issue https://github.com/influxdata/helm-charts/issues/350
15-
version: 2.0.0
14+
version: 2.1.1
1615
condition: influxdb2.enabled
1716
- name: graphite
1817
repository: https://kiwigrid.github.io

0 commit comments

Comments
 (0)