Skip to content

Commit

Permalink
bump 0.9.18
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
  • Loading branch information
gusfcarvalho committed May 14, 2024
1 parent 287412d commit 65b0662
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.9.17
VERSION ?= 0.9.18

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ metadata:
capabilities: Deep Insights
categories: Security
certified: "false"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.17
createdAt: "2024-05-01T18:08:54Z"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.18
createdAt: "2024-05-14T07:48:55Z"
description: Operator to configure external-secrets helm-chart based operator
operatorframework.io/cluster-monitoring: "true"
operators.openshift.io/infrastructure-features: '["Disconnected"]'
Expand All @@ -683,7 +683,7 @@ metadata:
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: external-secrets-operator.v0.9.17
name: external-secrets-operator.v0.9.18
namespace: external-secrets
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -975,7 +975,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.17
image: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.18
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1073,4 +1073,4 @@ spec:
provider:
name: External Secrets
url: https://external-secrets.io
version: 0.9.17
version: 0.9.18
19 changes: 19 additions & 0 deletions bundle/manifests/external-secrets.io_clustersecretstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,25 @@ spec:
with Azure. Required for ServicePrincipal auth type. Optional
for WorkloadIdentity.
properties:
clientCertificate:
description: The Azure ClientCertificate of the service
principle used for authentication.
properties:
key:
description: |-
The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
defaulted, in others it may be required.
type: string
name:
description: The name of the Secret resource being
referred to.
type: string
namespace:
description: |-
Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
to the namespace of the referent.
type: string
type: object
clientId:
description: The Azure clientId of the service principle
or managed identity used for authentication.
Expand Down
19 changes: 19 additions & 0 deletions bundle/manifests/external-secrets.io_secretstores.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2155,6 +2155,25 @@ spec:
with Azure. Required for ServicePrincipal auth type. Optional
for WorkloadIdentity.
properties:
clientCertificate:
description: The Azure ClientCertificate of the service
principle used for authentication.
properties:
key:
description: |-
The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
defaulted, in others it may be required.
type: string
name:
description: The name of the Secret resource being
referred to.
type: string
namespace:
description: |-
Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
to the namespace of the referent.
type: string
type: object
clientId:
description: The Azure clientId of the service principle
or managed identity used for authentication.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/external-secrets/external-secrets-helm-operator
newTag: v0.9.17
newTag: v0.9.18
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Deep Insights
categories: Security
certified: "false"
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.17
containerImage: ghcr.io/external-secrets/external-secrets-helm-operator:v0.9.18
createdAt: "2021-11-22 00:00:00"
description: Operator to configure external-secrets helm-chart based operator
operatorframework.io/cluster-monitoring: "true"
Expand Down
17 changes: 17 additions & 0 deletions config/manifests/crds/clustersecretstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,23 @@ spec:
authSecretRef:
description: Auth configures how the operator authenticates with Azure. Required for ServicePrincipal auth type. Optional for WorkloadIdentity.
properties:
clientCertificate:
description: The Azure ClientCertificate of the service principle used for authentication.
properties:
key:
description: |-
The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
defaulted, in others it may be required.
type: string
name:
description: The name of the Secret resource being referred to.
type: string
namespace:
description: |-
Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
to the namespace of the referent.
type: string
type: object
clientId:
description: The Azure clientId of the service principle or managed identity used for authentication.
properties:
Expand Down
17 changes: 17 additions & 0 deletions config/manifests/crds/secretstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,23 @@ spec:
authSecretRef:
description: Auth configures how the operator authenticates with Azure. Required for ServicePrincipal auth type. Optional for WorkloadIdentity.
properties:
clientCertificate:
description: The Azure ClientCertificate of the service principle used for authentication.
properties:
key:
description: |-
The key of the entry in the Secret resource's `data` field to be used. Some instances of this field may be
defaulted, in others it may be required.
type: string
name:
description: The name of the Secret resource being referred to.
type: string
namespace:
description: |-
Namespace of the resource being referred to. Ignored if referent is not cluster-scoped. cluster-scoped defaults
to the namespace of the referent.
type: string
type: object
clientId:
description: The Azure clientId of the service principle or managed identity used for authentication.
properties:
Expand Down

0 comments on commit 65b0662

Please sign in to comment.