integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 45 forks source link

Convert AMO to use go.mod #104

Closed davidkirwan closed 4 years ago

davidkirwan commented 4 years ago

JIRA: https://issues.redhat.com/browse/INTLY-4738

Bumped the version of the grafana-operator installed by the application monitoring operator to v3.0.2. Moving from dep to go.mod

Verification

  1. make cluster/install/local
  2. Run the operator locally: operator-sdk up local --namespace "application-monitoring"
  3. Once the stack has come up correctly, the version of the Grafana Operator should be: v3.0.2
R-Lawton commented 4 years ago

everything looks good to me the version in the grafana operator yaml is 3.0.2

davidkirwan commented 4 years ago

@davidffrench @david-martin ready to have another review please.

davidkirwan commented 4 years ago

@R-Lawton can I get you to reverify behaviour is expected in the verification steps, we've made a few changes since we last did it.