Skip to content

Commit

Permalink
Release v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ffilippopoulos committed May 10, 2023
1 parent 5005e2a commit 23e238a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions manifests/base/cluster/kube-applier.io_waybills.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ spec:
description: AutoApply determines whether this Waybill will be automatically
applied by scheduled or polling runs.
type: boolean
autoTest:
default: true
description: AutoTest determines whether this Waybill will be automatically
applied by scheduled or polling runs.
type: boolean
delegateServiceAccountSecretRef:
default: kube-applier-delegate-token
description: DelegateServiceAccountSecretRef references a Secret of
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/server/kube-applier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: kube-applier
containers:
- name: kube-applier
image: quay.io/utilitywarehouse/kube-applier:master
image: quay.io/utilitywarehouse/kube-applier:v3.4.3
env:
- name: DIFF_URL_FORMAT
value: "https://github.com/org/repo/commit/%s"
Expand Down

0 comments on commit 23e238a

Please sign in to comment.