Skip to content

Commit

Permalink
fixed grafana operator repo and upgraded to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirov103 committed Dec 13, 2023
1 parent ad58412 commit 6a770ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/addons/grafana-operator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ export interface GrafanaOperatorAddonProps extends HelmAddOnUserProps {
*/
const defaultProps: HelmAddOnProps & GrafanaOperatorAddonProps = {
name: 'grafana-operator',
chart: 'oci://ghcr.io/grafana-operator/helm-charts/grafana-operator',
chart: 'oci://ghcr.io/grafana/helm-charts/grafana-operator',
namespace: 'grafana-operator',
release: 'grafana-operator',
version: 'v5.4.0',
values: {},
version: 'v5.6.0',
values: {},
createNamespace: true
};

Expand Down

0 comments on commit 6a770ac

Please sign in to comment.