Skip to content

Commit

Permalink
changed grafana operator version to 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirov103 committed Oct 6, 2023
1 parent 4b3be1d commit 0f23151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addons/grafana-operator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const defaultProps: HelmAddOnProps & GrafanaOperatorAddonProps = {
chart: 'oci://ghcr.io/grafana-operator/helm-charts/grafana-operator',
namespace: 'grafana-operator',
release: 'grafana-operator',
version: 'v5.0.0-rc3',
version: 'v5.4.0',
values: {},
createNamespace: true
};
Expand Down

0 comments on commit 0f23151

Please sign in to comment.