Skip to content

Commit 44db07a

Browse files
committed
Update Helm release external-secrets to v0.18.2
Signed-off-by: Renovate Bot <[email protected]>
1 parent bda8793 commit 44db07a

31 files changed

+793
-93
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ parameters:
1313
charts:
1414
external-secrets:
1515
source: https://charts.external-secrets.io
16-
version: 0.18.0
16+
version: 0.18.2
1717

1818
helm_values:
1919
image:

tests/golden/defaults/external-secrets-operator/external-secrets-operator/10_helm_chart/external-secrets/templates/cert-controller-deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
app.kubernetes.io/instance: external-secrets
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: external-secrets-cert-controller
8-
app.kubernetes.io/version: v0.18.0
9-
helm.sh/chart: external-secrets-0.18.0
8+
app.kubernetes.io/version: v0.18.2
9+
helm.sh/chart: external-secrets-0.18.2
1010
name: external-secrets-cert-controller
1111
namespace: syn-external-secrets-operator
1212
spec:
@@ -22,8 +22,8 @@ spec:
2222
app.kubernetes.io/instance: external-secrets
2323
app.kubernetes.io/managed-by: Helm
2424
app.kubernetes.io/name: external-secrets-cert-controller
25-
app.kubernetes.io/version: v0.18.0
26-
helm.sh/chart: external-secrets-0.18.0
25+
app.kubernetes.io/version: v0.18.2
26+
helm.sh/chart: external-secrets-0.18.2
2727
spec:
2828
automountServiceAccountToken: true
2929
containers:
@@ -39,7 +39,7 @@ spec:
3939
- --loglevel=info
4040
- --zap-time-encoding=epoch
4141
- --enable-partial-cache=true
42-
image: oci.external-secrets.io/external-secrets/external-secrets:v0.18.0
42+
image: oci.external-secrets.io/external-secrets/external-secrets:v0.18.2
4343
imagePullPolicy: IfNotPresent
4444
name: cert-controller
4545
ports:

tests/golden/defaults/external-secrets-operator/external-secrets-operator/10_helm_chart/external-secrets/templates/cert-controller-rbac.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
app.kubernetes.io/instance: external-secrets
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: external-secrets-cert-controller
8-
app.kubernetes.io/version: v0.18.0
9-
helm.sh/chart: external-secrets-0.18.0
8+
app.kubernetes.io/version: v0.18.2
9+
helm.sh/chart: external-secrets-0.18.2
1010
name: external-secrets-cert-controller
1111
rules:
1212
- apiGroups:
@@ -79,8 +79,8 @@ metadata:
7979
app.kubernetes.io/instance: external-secrets
8080
app.kubernetes.io/managed-by: Helm
8181
app.kubernetes.io/name: external-secrets-cert-controller
82-
app.kubernetes.io/version: v0.18.0
83-
helm.sh/chart: external-secrets-0.18.0
82+
app.kubernetes.io/version: v0.18.2
83+
helm.sh/chart: external-secrets-0.18.2
8484
name: external-secrets-cert-controller
8585
roleRef:
8686
apiGroup: rbac.authorization.k8s.io

tests/golden/defaults/external-secrets-operator/external-secrets-operator/10_helm_chart/external-secrets/templates/cert-controller-serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: external-secrets
66
app.kubernetes.io/managed-by: Helm
77
app.kubernetes.io/name: external-secrets-cert-controller
8-
app.kubernetes.io/version: v0.18.0
9-
helm.sh/chart: external-secrets-0.18.0
8+
app.kubernetes.io/version: v0.18.2
9+
helm.sh/chart: external-secrets-0.18.2
1010
name: external-secrets-cert-controller
1111
namespace: syn-external-secrets-operator

tests/golden/defaults/external-secrets-operator/external-secrets-operator/10_helm_chart/external-secrets/templates/crds/clusterexternalsecret.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,34 @@ spec:
307307
Multiple Rewrite operations can be provided. They are applied in a layered order (first to last)
308308
items:
309309
properties:
310+
merge:
311+
description: |-
312+
Used to merge key/values in one single Secret
313+
The resulting key will contain all values from the specified secrets
314+
properties:
315+
conflictPolicy:
316+
default: Error
317+
description: Used to define the policy to use
318+
in conflict resolution.
319+
type: string
320+
into:
321+
default: ''
322+
description: |-
323+
Used to define the target key of the merge operation.
324+
Required if strategy is JSON. Ignored otherwise.
325+
type: string
326+
priority:
327+
description: Used to define key priority in
328+
conflict resolution.
329+
items:
330+
type: string
331+
type: array
332+
strategy:
333+
default: Extract
334+
description: Used to define the strategy to
335+
use in the merge operation.
336+
type: string
337+
type: object
310338
regexp:
311339
description: |-
312340
Used to rewrite with regular expressions.

tests/golden/defaults/external-secrets-operator/external-secrets-operator/10_helm_chart/external-secrets/templates/crds/clustersecretstore.yaml

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,48 @@ spec:
20392039
required:
20402040
- SecretRef
20412041
type: object
2042+
caBundle:
2043+
description: |-
2044+
Base64 encoded certificate for the GitLab server sdk. The sdk MUST run with HTTPS to make sure no MITM attack
2045+
can be performed.
2046+
format: byte
2047+
type: string
2048+
caProvider:
2049+
description: 'see: https://external-secrets.io/latest/spec/#external-secrets.io/v1alpha1.CAProvider'
2050+
properties:
2051+
key:
2052+
description: The key where the CA certificate can be
2053+
found in the Secret or ConfigMap.
2054+
maxLength: 253
2055+
minLength: 1
2056+
pattern: ^[-._a-zA-Z0-9]+$
2057+
type: string
2058+
name:
2059+
description: The name of the object located at the provider
2060+
type.
2061+
maxLength: 253
2062+
minLength: 1
2063+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
2064+
type: string
2065+
namespace:
2066+
description: |-
2067+
The namespace the Provider type is in.
2068+
Can only be defined when used in a ClusterSecretStore.
2069+
maxLength: 63
2070+
minLength: 1
2071+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2072+
type: string
2073+
type:
2074+
description: The type of provider to use such as "Secret",
2075+
or "ConfigMap".
2076+
enum:
2077+
- Secret
2078+
- ConfigMap
2079+
type: string
2080+
required:
2081+
- name
2082+
- type
2083+
type: object
20422084
environment:
20432085
description: Environment environment_scope of gitlab CI/CD
20442086
variables (Please see https://docs.gitlab.com/ee/ci/environments/#create-a-static-environment
@@ -2138,6 +2180,69 @@ spec:
21382180
description: Auth configures how the Operator authenticates
21392181
with the Infisical API
21402182
properties:
2183+
azureAuthCredentials:
2184+
properties:
2185+
identityId:
2186+
description: |-
2187+
A reference to a specific 'key' within a Secret resource.
2188+
In some instances, `key` is a required field.
2189+
properties:
2190+
key:
2191+
description: |-
2192+
A key in the referenced Secret.
2193+
Some instances of this field may be defaulted, in others it may be required.
2194+
maxLength: 253
2195+
minLength: 1
2196+
pattern: ^[-._a-zA-Z0-9]+$
2197+
type: string
2198+
name:
2199+
description: The name of the Secret resource
2200+
being referred to.
2201+
maxLength: 253
2202+
minLength: 1
2203+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
2204+
type: string
2205+
namespace:
2206+
description: |-
2207+
The namespace of the Secret resource being referred to.
2208+
Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
2209+
maxLength: 63
2210+
minLength: 1
2211+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2212+
type: string
2213+
type: object
2214+
resource:
2215+
description: |-
2216+
A reference to a specific 'key' within a Secret resource.
2217+
In some instances, `key` is a required field.
2218+
properties:
2219+
key:
2220+
description: |-
2221+
A key in the referenced Secret.
2222+
Some instances of this field may be defaulted, in others it may be required.
2223+
maxLength: 253
2224+
minLength: 1
2225+
pattern: ^[-._a-zA-Z0-9]+$
2226+
type: string
2227+
name:
2228+
description: The name of the Secret resource
2229+
being referred to.
2230+
maxLength: 253
2231+
minLength: 1
2232+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
2233+
type: string
2234+
namespace:
2235+
description: |-
2236+
The namespace of the Secret resource being referred to.
2237+
Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
2238+
maxLength: 63
2239+
minLength: 1
2240+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2241+
type: string
2242+
type: object
2243+
required:
2244+
- identityId
2245+
type: object
21412246
universalAuthCredentials:
21422247
properties:
21432248
clientId:
@@ -6554,6 +6659,48 @@ spec:
65546659
required:
65556660
- SecretRef
65566661
type: object
6662+
caBundle:
6663+
description: |-
6664+
Base64 encoded certificate for the GitLab server sdk. The sdk MUST run with HTTPS to make sure no MITM attack
6665+
can be performed.
6666+
format: byte
6667+
type: string
6668+
caProvider:
6669+
description: 'see: https://external-secrets.io/latest/spec/#external-secrets.io/v1alpha1.CAProvider'
6670+
properties:
6671+
key:
6672+
description: The key where the CA certificate can be
6673+
found in the Secret or ConfigMap.
6674+
maxLength: 253
6675+
minLength: 1
6676+
pattern: ^[-._a-zA-Z0-9]+$
6677+
type: string
6678+
name:
6679+
description: The name of the object located at the provider
6680+
type.
6681+
maxLength: 253
6682+
minLength: 1
6683+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
6684+
type: string
6685+
namespace:
6686+
description: |-
6687+
The namespace the Provider type is in.
6688+
Can only be defined when used in a ClusterSecretStore.
6689+
maxLength: 63
6690+
minLength: 1
6691+
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
6692+
type: string
6693+
type:
6694+
description: The type of provider to use such as "Secret",
6695+
or "ConfigMap".
6696+
enum:
6697+
- Secret
6698+
- ConfigMap
6699+
type: string
6700+
required:
6701+
- name
6702+
- type
6703+
type: object
65576704
environment:
65586705
description: Environment environment_scope of gitlab CI/CD
65596706
variables (Please see https://docs.gitlab.com/ee/ci/environments/#create-a-static-environment

tests/golden/defaults/external-secrets-operator/external-secrets-operator/10_helm_chart/external-secrets/templates/crds/externalsecret.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,34 @@ spec:
284284
Multiple Rewrite operations can be provided. They are applied in a layered order (first to last)
285285
items:
286286
properties:
287+
merge:
288+
description: |-
289+
Used to merge key/values in one single Secret
290+
The resulting key will contain all values from the specified secrets
291+
properties:
292+
conflictPolicy:
293+
default: Error
294+
description: Used to define the policy to use in
295+
conflict resolution.
296+
type: string
297+
into:
298+
default: ''
299+
description: |-
300+
Used to define the target key of the merge operation.
301+
Required if strategy is JSON. Ignored otherwise.
302+
type: string
303+
priority:
304+
description: Used to define key priority in conflict
305+
resolution.
306+
items:
307+
type: string
308+
type: array
309+
strategy:
310+
default: Extract
311+
description: Used to define the strategy to use
312+
in the merge operation.
313+
type: string
314+
type: object
287315
regexp:
288316
description: |-
289317
Used to rewrite with regular expressions.

0 commit comments

Comments
 (0)