Skip to content

Commit ff247ee

Browse files
committed
Support k8s 1.25+
* Lock influxdb2 to latest version to account for upstream k8s 1.25+ compatibility
1 parent fac7085 commit ff247ee

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)