Skip to content

Commit

Permalink
fix: update default init container image to fix cve (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Apr 26, 2022
1 parent 198aaa0 commit 0b28b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/config/controller_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
GrafanaProvisioningDashboardsPath = "/etc/grafana/provisioning/dashboards"
GrafanaProvisioningNotifiersPath = "/etc/grafana/provisioning/notifiers"
PluginsInitContainerImage = "quay.io/grafana-operator/grafana_plugins_init"
PluginsInitContainerTag = "0.0.5"
PluginsInitContainerTag = "0.0.6"
PluginsUrl = "https://grafana.com/api/plugins/%s/versions/%s"
RequeueDelay = time.Second * 10
SecretsMountDir = "/etc/grafana-secrets/" // #nosec G101
Expand Down

0 comments on commit 0b28b88

Please sign in to comment.