Skip to content

Commit

Permalink
chore(grafana-operator): update versions (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrRibeiro authored Oct 11, 2024
1 parent 25d8de3 commit faea016
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/grafana-operator/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ local versions = [
{ output: '5.5', version: '5.5.2' },
{ output: '5.6', version: '5.6.3' },
{ output: '5.7', version: '5.7.0' },
{ output: '5.8', version: '5.8.0' },
{ output: '5.8', version: '5.8.1' },
{ output: '5.9', version: '5.9.2' },
{ output: '5.10', version: '5.10.0' },
{ output: '5.11', version: '5.11.0' },
{ output: '5.12', version: '5.12.0' },
{ output: '5.13', version: '5.13.0' },
{ output: '5.14', version: '5.14.0' },
];

config.new(
Expand Down

0 comments on commit faea016

Please sign in to comment.