Skip to content

Commit

Permalink
chore(grafana-operator): add 5.5 and 5.6 latest versions (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrRibeiro authored Jan 19, 2024
1 parent cc383e5 commit b4d2e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/grafana-operator/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ local versions = [
{ output: '4.10', version: '4.10.1' },
{ output: '5.0', version: '5.0.2' },
{ output: '5.4', version: '5.4.2' },
{ output: '5.5', version: '5.5.2' },
{ output: '5.6', version: '5.6.0' },
];

config.new(
Expand Down

0 comments on commit b4d2e50

Please sign in to comment.