Skip to content

Commit b49609a

Browse files
committed
Update fluxcd-image-automation-controller module to v0.40.0
Signed-off-by: Lukáš Kubín <[email protected]>
1 parent 5c7d399 commit b49609a

File tree

5 files changed

+49
-830
lines changed

5 files changed

+49
-830
lines changed

fluxcd-image-automation-controller/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ SigningKey provides the option to sign commits with a GPG key
113113

114114
| name | type | description | default value |
115115
| --- | --- | --- | --- |
116-
|**secretRef**|[ImageToolkitFluxcdIoV1beta1ImageUpdateAutomationSpecGitCommitSigningKeySecretRef](#imagetoolkitfluxcdiov1beta1imageupdateautomationspecgitcommitsigningkeysecretref)|secret ref||
116+
|**secretRef** `required`|[ImageToolkitFluxcdIoV1beta1ImageUpdateAutomationSpecGitCommitSigningKeySecretRef](#imagetoolkitfluxcdiov1beta1imageupdateautomationspecgitcommitsigningkeysecretref)|secret ref||
117117
### ImageToolkitFluxcdIoV1beta1ImageUpdateAutomationSpecGitCommitSigningKeySecretRef
118118

119119
SecretRef holds the name to a secret that contains a 'git.asc' key corresponding to the ASCII Armored file containing the GPG signing keypair as the value. It must be in the same namespace as the ImageUpdateAutomation.
@@ -172,7 +172,7 @@ ImageUpdateAutomationStatus defines the observed state of ImageUpdateAutomation
172172
|**observedGeneration**|int|observed generation||
173173
### ImageToolkitFluxcdIoV1beta1ImageUpdateAutomationStatusConditionsItems0
174174

175-
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
175+
Condition contains details for one aspect of the current state of this API Resource.
176176

177177
#### Attributes
178178

@@ -254,6 +254,7 @@ Commit specifies how to commit to the git repository.
254254
| --- | --- | --- | --- |
255255
|**author** `required`|[ImageToolkitFluxcdIoV1beta2ImageUpdateAutomationSpecGitCommitAuthor](#imagetoolkitfluxcdiov1beta2imageupdateautomationspecgitcommitauthor)|author||
256256
|**messageTemplate**|str|MessageTemplate provides a template for the commit message,<br />into which will be interpolated the details of the change made.||
257+
|**messageTemplateValues**|{str:str}|MessageTemplateValues provides additional values to be available to the<br />templating rendering.||
257258
|**signingKey**|[ImageToolkitFluxcdIoV1beta2ImageUpdateAutomationSpecGitCommitSigningKey](#imagetoolkitfluxcdiov1beta2imageupdateautomationspecgitcommitsigningkey)|signing key||
258259
### ImageToolkitFluxcdIoV1beta2ImageUpdateAutomationSpecGitCommitAuthor
259260

@@ -273,7 +274,7 @@ SigningKey provides the option to sign commits with a GPG key
273274

274275
| name | type | description | default value |
275276
| --- | --- | --- | --- |
276-
|**secretRef**|[ImageToolkitFluxcdIoV1beta2ImageUpdateAutomationSpecGitCommitSigningKeySecretRef](#imagetoolkitfluxcdiov1beta2imageupdateautomationspecgitcommitsigningkeysecretref)|secret ref||
277+
|**secretRef** `required`|[ImageToolkitFluxcdIoV1beta2ImageUpdateAutomationSpecGitCommitSigningKeySecretRef](#imagetoolkitfluxcdiov1beta2imageupdateautomationspecgitcommitsigningkeysecretref)|secret ref||
277278
### ImageToolkitFluxcdIoV1beta2ImageUpdateAutomationSpecGitCommitSigningKeySecretRef
278279

279280
SecretRef holds the name to a secret that contains a 'git.asc' key corresponding to the ASCII Armored file containing the GPG signing keypair as the value. It must be in the same namespace as the ImageUpdateAutomation.
@@ -355,7 +356,7 @@ ImageUpdateAutomationStatus defines the observed state of ImageUpdateAutomation
355356
|**observedSourceRevision**|str|ObservedPolicies []ObservedPolicy `json:"observedPolicies,omitempty"`<br />ObservedSourceRevision is the last observed source revision. This can be<br />used to determine if the source has been updated since last observation.||
356357
### ImageToolkitFluxcdIoV1beta2ImageUpdateAutomationStatusConditionsItems0
357358

358-
Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: "Available", "Progressing", and "Degraded" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"` // other fields }
359+
Condition contains details for one aspect of the current state of this API Resource.
359360

360361
#### Attributes
361362

0 commit comments

Comments
 (0)