Browse Source

chore: update helm charts v0.16.2 (#4748)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam 11 months ago
parent
commit
d8f598aff8

+ 2 - 2
deploy/charts/external-secrets/Chart.yaml

@@ -2,8 +2,8 @@ apiVersion: v2
 name: external-secrets
 description: External secret management for Kubernetes
 type: application
-version: "0.16.1"
-appVersion: "v0.16.1"
+version: "0.16.2"
+appVersion: "v0.16.2"
 kubeVersion: ">= 1.19.0-0"
 keywords:
   - kubernetes-external-secrets

+ 1 - 1
deploy/charts/external-secrets/README.md

@@ -4,7 +4,7 @@
 
 [//]: # (README.md generated by gotmpl. DO NOT EDIT.)
 
-![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.16.1](https://img.shields.io/badge/Version-0.16.1-informational?style=flat-square)
+![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.16.2](https://img.shields.io/badge/Version-0.16.2-informational?style=flat-square)
 
 External secret management for Kubernetes
 

+ 5 - 5
deploy/charts/external-secrets/tests/__snapshot__/cert_controller_test.yaml.snap

@@ -7,8 +7,8 @@ should match snapshot of default values:
         app.kubernetes.io/instance: RELEASE-NAME
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: external-secrets-cert-controller
-        app.kubernetes.io/version: v0.16.1
-        helm.sh/chart: external-secrets-0.16.1
+        app.kubernetes.io/version: v0.16.2
+        helm.sh/chart: external-secrets-0.16.2
       name: RELEASE-NAME-external-secrets-cert-controller
       namespace: NAMESPACE
     spec:
@@ -24,8 +24,8 @@ should match snapshot of default values:
             app.kubernetes.io/instance: RELEASE-NAME
             app.kubernetes.io/managed-by: Helm
             app.kubernetes.io/name: external-secrets-cert-controller
-            app.kubernetes.io/version: v0.16.1
-            helm.sh/chart: external-secrets-0.16.1
+            app.kubernetes.io/version: v0.16.2
+            helm.sh/chart: external-secrets-0.16.2
         spec:
           automountServiceAccountToken: true
           containers:
@@ -41,7 +41,7 @@ should match snapshot of default values:
                 - --loglevel=info
                 - --zap-time-encoding=epoch
                 - --enable-partial-cache=true
-              image: oci.external-secrets.io/external-secrets/external-secrets:v0.16.1
+              image: oci.external-secrets.io/external-secrets/external-secrets:v0.16.2
               imagePullPolicy: IfNotPresent
               name: cert-controller
               ports:

+ 5 - 5
deploy/charts/external-secrets/tests/__snapshot__/controller_test.yaml.snap

@@ -7,8 +7,8 @@ should match snapshot of default values:
         app.kubernetes.io/instance: RELEASE-NAME
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: external-secrets
-        app.kubernetes.io/version: v0.16.1
-        helm.sh/chart: external-secrets-0.16.1
+        app.kubernetes.io/version: v0.16.2
+        helm.sh/chart: external-secrets-0.16.2
       name: RELEASE-NAME-external-secrets
       namespace: NAMESPACE
     spec:
@@ -24,8 +24,8 @@ should match snapshot of default values:
             app.kubernetes.io/instance: RELEASE-NAME
             app.kubernetes.io/managed-by: Helm
             app.kubernetes.io/name: external-secrets
-            app.kubernetes.io/version: v0.16.1
-            helm.sh/chart: external-secrets-0.16.1
+            app.kubernetes.io/version: v0.16.2
+            helm.sh/chart: external-secrets-0.16.2
         spec:
           automountServiceAccountToken: true
           containers:
@@ -34,7 +34,7 @@ should match snapshot of default values:
                 - --metrics-addr=:8080
                 - --loglevel=info
                 - --zap-time-encoding=epoch
-              image: oci.external-secrets.io/external-secrets/external-secrets:v0.16.1
+              image: oci.external-secrets.io/external-secrets/external-secrets:v0.16.2
               imagePullPolicy: IfNotPresent
               name: external-secrets
               ports:

+ 138 - 0
deploy/charts/external-secrets/tests/__snapshot__/crds_test.yaml.snap

@@ -3797,6 +3797,75 @@ should match snapshot of default values:
                         webhook:
                           description: Webhook configures this store to sync secrets using a generic templated webhook
                           properties:
+                            auth:
+                              description: Auth specifies a authorization protocol. Only one protocol may be set.
+                              maxProperties: 1
+                              minProperties: 1
+                              properties:
+                                ntlm:
+                                  description: NTLMProtocol configures the store to use NTLM for auth
+                                  properties:
+                                    passwordSecret:
+                                      description: |-
+                                        A reference to a specific 'key' within a Secret resource.
+                                        In some instances, `key` is a required field.
+                                      properties:
+                                        key:
+                                          description: |-
+                                            A key in the referenced Secret.
+                                            Some instances of this field may be defaulted, in others it may be required.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[-._a-zA-Z0-9]+$
+                                          type: string
+                                        name:
+                                          description: The name of the Secret resource being referred to.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
+                                          type: string
+                                        namespace:
+                                          description: |-
+                                            The namespace of the Secret resource being referred to.
+                                            Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
+                                          maxLength: 63
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
+                                          type: string
+                                      type: object
+                                    usernameSecret:
+                                      description: |-
+                                        A reference to a specific 'key' within a Secret resource.
+                                        In some instances, `key` is a required field.
+                                      properties:
+                                        key:
+                                          description: |-
+                                            A key in the referenced Secret.
+                                            Some instances of this field may be defaulted, in others it may be required.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[-._a-zA-Z0-9]+$
+                                          type: string
+                                        name:
+                                          description: The name of the Secret resource being referred to.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
+                                          type: string
+                                        namespace:
+                                          description: |-
+                                            The namespace of the Secret resource being referred to.
+                                            Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
+                                          maxLength: 63
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
+                                          type: string
+                                      type: object
+                                  required:
+                                    - passwordSecret
+                                    - usernameSecret
+                                  type: object
+                              type: object
                             body:
                               description: Body
                               type: string
@@ -7869,6 +7938,75 @@ should match snapshot of default values:
                         webhook:
                           description: Webhook configures this store to sync secrets using a generic templated webhook
                           properties:
+                            auth:
+                              description: Auth specifies a authorization protocol. Only one protocol may be set.
+                              maxProperties: 1
+                              minProperties: 1
+                              properties:
+                                ntlm:
+                                  description: NTLMProtocol configures the store to use NTLM for auth
+                                  properties:
+                                    passwordSecret:
+                                      description: |-
+                                        A reference to a specific 'key' within a Secret resource.
+                                        In some instances, `key` is a required field.
+                                      properties:
+                                        key:
+                                          description: |-
+                                            A key in the referenced Secret.
+                                            Some instances of this field may be defaulted, in others it may be required.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[-._a-zA-Z0-9]+$
+                                          type: string
+                                        name:
+                                          description: The name of the Secret resource being referred to.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
+                                          type: string
+                                        namespace:
+                                          description: |-
+                                            The namespace of the Secret resource being referred to.
+                                            Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
+                                          maxLength: 63
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
+                                          type: string
+                                      type: object
+                                    usernameSecret:
+                                      description: |-
+                                        A reference to a specific 'key' within a Secret resource.
+                                        In some instances, `key` is a required field.
+                                      properties:
+                                        key:
+                                          description: |-
+                                            A key in the referenced Secret.
+                                            Some instances of this field may be defaulted, in others it may be required.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[-._a-zA-Z0-9]+$
+                                          type: string
+                                        name:
+                                          description: The name of the Secret resource being referred to.
+                                          maxLength: 253
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
+                                          type: string
+                                        namespace:
+                                          description: |-
+                                            The namespace of the Secret resource being referred to.
+                                            Ignored if referent is not cluster-scoped, otherwise defaults to the namespace of the referent.
+                                          maxLength: 63
+                                          minLength: 1
+                                          pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
+                                          type: string
+                                      type: object
+                                  required:
+                                    - passwordSecret
+                                    - usernameSecret
+                                  type: object
+                              type: object
                             body:
                               description: Body
                               type: string

+ 7 - 7
deploy/charts/external-secrets/tests/__snapshot__/webhook_test.yaml.snap

@@ -7,8 +7,8 @@ should match snapshot of default values:
         app.kubernetes.io/instance: RELEASE-NAME
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: external-secrets-webhook
-        app.kubernetes.io/version: v0.16.1
-        helm.sh/chart: external-secrets-0.16.1
+        app.kubernetes.io/version: v0.16.2
+        helm.sh/chart: external-secrets-0.16.2
       name: RELEASE-NAME-external-secrets-webhook
       namespace: NAMESPACE
     spec:
@@ -24,8 +24,8 @@ should match snapshot of default values:
             app.kubernetes.io/instance: RELEASE-NAME
             app.kubernetes.io/managed-by: Helm
             app.kubernetes.io/name: external-secrets-webhook
-            app.kubernetes.io/version: v0.16.1
-            helm.sh/chart: external-secrets-0.16.1
+            app.kubernetes.io/version: v0.16.2
+            helm.sh/chart: external-secrets-0.16.2
         spec:
           automountServiceAccountToken: true
           containers:
@@ -39,7 +39,7 @@ should match snapshot of default values:
                 - --healthz-addr=:8081
                 - --loglevel=info
                 - --zap-time-encoding=epoch
-              image: oci.external-secrets.io/external-secrets/external-secrets:v0.16.1
+              image: oci.external-secrets.io/external-secrets/external-secrets:v0.16.2
               imagePullPolicy: IfNotPresent
               name: webhook
               ports:
@@ -83,8 +83,8 @@ should match snapshot of default values:
         app.kubernetes.io/instance: RELEASE-NAME
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: external-secrets-webhook
-        app.kubernetes.io/version: v0.16.1
+        app.kubernetes.io/version: v0.16.2
         external-secrets.io/component: webhook
-        helm.sh/chart: external-secrets-0.16.1
+        helm.sh/chart: external-secrets-0.16.2
       name: RELEASE-NAME-external-secrets-webhook
       namespace: NAMESPACE

+ 10 - 0
tests/__snapshot__/clustergenerator-v1alpha1.yaml

@@ -259,6 +259,16 @@ spec:
         maxRetries: 1
         retryInterval: string
     webhookSpec:
+      auth:
+        ntlm:
+          passwordSecret:
+            key: string
+            name: string
+            namespace: string
+          usernameSecret:
+            key: string
+            name: string
+            namespace: string
       body: string
       caBundle: c3RyaW5n
       caProvider:

+ 10 - 0
tests/__snapshot__/clustersecretstore-v1.yaml

@@ -626,6 +626,16 @@ spec:
           namespace: string
       version: "v2"
     webhook:
+      auth:
+        ntlm:
+          passwordSecret:
+            key: string
+            name: string
+            namespace: string
+          usernameSecret:
+            key: string
+            name: string
+            namespace: string
       body: string
       caBundle: c3RyaW5n
       caProvider:

+ 10 - 0
tests/__snapshot__/clustersecretstore-v1beta1.yaml

@@ -626,6 +626,16 @@ spec:
           namespace: string
       version: "v2"
     webhook:
+      auth:
+        ntlm:
+          passwordSecret:
+            key: string
+            name: string
+            namespace: string
+          usernameSecret:
+            key: string
+            name: string
+            namespace: string
       body: string
       caBundle: c3RyaW5n
       caProvider:

+ 10 - 0
tests/__snapshot__/secretstore-v1.yaml

@@ -626,6 +626,16 @@ spec:
           namespace: string
       version: "v2"
     webhook:
+      auth:
+        ntlm:
+          passwordSecret:
+            key: string
+            name: string
+            namespace: string
+          usernameSecret:
+            key: string
+            name: string
+            namespace: string
       body: string
       caBundle: c3RyaW5n
       caProvider:

+ 10 - 0
tests/__snapshot__/secretstore-v1beta1.yaml

@@ -626,6 +626,16 @@ spec:
           namespace: string
       version: "v2"
     webhook:
+      auth:
+        ntlm:
+          passwordSecret:
+            key: string
+            name: string
+            namespace: string
+          usernameSecret:
+            key: string
+            name: string
+            namespace: string
       body: string
       caBundle: c3RyaW5n
       caProvider:

+ 10 - 0
tests/__snapshot__/webhook-v1alpha1.yaml

@@ -2,6 +2,16 @@ apiVersion: generators.external-secrets.io/v1alpha1
 kind: Webhook
 metadata: {}
 spec:
+  auth:
+    ntlm:
+      passwordSecret:
+        key: string
+        name: string
+        namespace: string
+      usernameSecret:
+        key: string
+        name: string
+        namespace: string
   body: string
   caBundle: c3RyaW5n
   caProvider: