Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion operator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use operator::*;
const TRUSTEE_VERSION: &str = "v0.17.0";
/// Default version tag for operator-managed component images
const COMPONENT_VERSION: &str = "v0.2.0";
/// Default registry
/// Default container registry
const TEC_REGISTRY: &str = "quay.io/trusted-execution-clusters";

struct ClusterContext {
Expand Down