Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runner-config): ✨ override image pull policy default value #1422

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
feat(runner-config): 🔥 make manifests
Yannick Roffin committed Sep 18, 2024
commit 1d6f177bad3a38ed377a32aecf975596540373c6
8 changes: 6 additions & 2 deletions charts/tofu-controller/crds/crds.yaml
Original file line number Diff line number Diff line change
@@ -6744,8 +6744,12 @@ spec:
description: Runner pod image to use other than default
type: string
imagePullPolicy:
description: Runner pod ImagePullPolicy to use other than
default
description: Runner pod ImagePullPolicy to use. Default is
IfNotPresent.
enum:
- Always
- IfNotPresent
- Never
type: string
initContainers:
description: Set up Init Containers for the Runner
8 changes: 6 additions & 2 deletions config/crd/bases/infra.contrib.fluxcd.io_terraforms.yaml
Original file line number Diff line number Diff line change
@@ -6744,8 +6744,12 @@ spec:
description: Runner pod image to use other than default
type: string
imagePullPolicy:
description: Runner pod ImagePullPolicy to use other than
default
description: Runner pod ImagePullPolicy to use. Default is
IfNotPresent.
enum:
- Always
- IfNotPresent
- Never
type: string
initContainers:
description: Set up Init Containers for the Runner