fix
This commit is contained in:
@@ -60,7 +60,7 @@ data "kustomization_overlay" "data" {
|
||||
containers:
|
||||
- name: agent
|
||||
image: "${var.images.agent.registry}/${var.images.agent.repository}:${var.images.agent.tag}"
|
||||
imagePullPolicy: "${var.images.agent.pullPolicy}"
|
||||
imagePullPolicy: "${var.images.agent.pull_policy}"
|
||||
env:
|
||||
- name: WOODPECKER_BACKEND_K8S_NAMESPACE
|
||||
value: "${var.namespace}"
|
||||
@@ -156,7 +156,7 @@ data "kustomization_overlay" "data" {
|
||||
containers:
|
||||
- name: server
|
||||
image: "${var.images.server.registry}/${var.images.server.repository}:${var.images.server.tag}"
|
||||
imagePullPolicy: "${var.images.server.pullPolicy}"
|
||||
imagePullPolicy: "${var.images.server.pull_policy}"
|
||||
env:
|
||||
- name: WOODPECKER_ADMIN
|
||||
value: "${var.admin-users}"
|
||||
|
||||
@@ -34,7 +34,7 @@ options:
|
||||
images:
|
||||
default:
|
||||
agent:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-agent
|
||||
tag: v1.0.3-alpine
|
||||
@@ -43,13 +43,13 @@ options:
|
||||
repository: woodpeckerci/plugin-git
|
||||
tag: 2.2.0
|
||||
server:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.3-alpine
|
||||
examples:
|
||||
- agent:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-agent
|
||||
tag: v1.0.3-alpine
|
||||
@@ -58,19 +58,19 @@ options:
|
||||
repository: woodpeckerci/plugin-git
|
||||
tag: 2.2.0
|
||||
server:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.3-alpine
|
||||
properties:
|
||||
agent:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-agent
|
||||
tag: v1.0.3-alpine
|
||||
properties:
|
||||
pullPolicy:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
@@ -105,12 +105,12 @@ options:
|
||||
type: object
|
||||
server:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: woodpeckerci/woodpecker-server
|
||||
tag: v1.0.3-alpine
|
||||
properties:
|
||||
pullPolicy:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
|
||||
Reference in New Issue
Block a user