Skip to content

Commit

Permalink
Support k8s 1.25+
Browse files Browse the repository at this point in the history
* Lock influxdb2 to latest version to account for upstream k8s 1.25+ compatibility
  • Loading branch information
khvn26 committed Apr 18, 2023
1 parent fac7085 commit dc7ae83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/flagsmith/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 8.6.4
- name: influxdb2
repository: https://helm.influxdata.com/
version: 2.0.0
version: 2.1.1
- name: graphite
repository: https://kiwigrid.github.io
version: 0.7.3
digest: sha256:08185ea3318322a875104ec4b2daca39b264587868ea3ebc5053c1bf6dd7576f
generated: "2022-10-25T21:11:00.806235474+01:00"
digest: sha256:1da2ab7c98cb0226469fd785d5d98431148486c6cecde9e419c73c2c0dc325b8
generated: "2023-04-18T16:20:35.478691+01:00"
5 changes: 2 additions & 3 deletions charts/flagsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: flagsmith
description: Flagsmith
type: application
version: 0.17.0
version: 0.18.0
appVersion: 2.42.1
dependencies:
- name: postgresql
Expand All @@ -11,8 +11,7 @@ dependencies:
condition: postgresql.enabled
- name: influxdb2
repository: https://helm.influxdata.com/
# pinned due to issue https://github.com/influxdata/helm-charts/issues/350
version: 2.0.0
version: 2.1.1
condition: influxdb2.enabled
- name: graphite
repository: https://kiwigrid.github.io
Expand Down

0 comments on commit dc7ae83

Please sign in to comment.