Skip to content

Commit

Permalink
[SNMP] Change snmp image for public one
Browse files Browse the repository at this point in the history
  • Loading branch information
jsafarik committed Oct 18, 2023
1 parent e595565 commit 9fd5def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public abstract class SnmpServer extends Service<NoAccount, NoClient, NoValidati

@Override
public String defaultImage() {
return "images.paas.redhat.com/fuseqe/snmp-ocp:latest";
return "quay.io/fuse_qe/snmp-ocp:latest";
}

public abstract String host();
Expand Down

0 comments on commit 9fd5def

Please sign in to comment.