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 @@ -32,7 +32,7 @@ mod trustee;
use crate::conditions::*;
use operator::*;

/// Default tag for Trustee image
/// The default tag for Trustee image
const TRUSTEE_VERSION: &str = "v0.17.0";
/// Default version tag for operator-managed component images
const COMPONENT_VERSION: &str = "0.2.0";
Expand Down