enum RailsApp::ImagePullPolicy

Overview

Describes how images are pulled: Always pulls a fresh container image each time and IfNotPresent will pull a container image once and keep it cached. Use Always if your container images use mutable tags, such as latest.

Defined in:

rails_app_operator.cr

Enum Members

IfNotPresent = 0
Always = 1

Instance Method Summary

Instance Method Detail

def always? #

[View source]
def if_not_present? #

[View source]