Explorar el Código

release: update helm chart to v0.10.0 (#3758)

Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Gergely Brautigam hace 1 año
padre
commit
ba6627a9fc

+ 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.9.20"
-appVersion: "v0.9.20"
+version: "0.10.0"
+appVersion: "v0.10.0"
 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.9.20](https://img.shields.io/badge/Version-0.9.20-informational?style=flat-square)
+![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-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.9.20
-        helm.sh/chart: external-secrets-0.9.20
+        app.kubernetes.io/version: v0.10.0
+        helm.sh/chart: external-secrets-0.10.0
       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.9.20
-            helm.sh/chart: external-secrets-0.9.20
+            app.kubernetes.io/version: v0.10.0
+            helm.sh/chart: external-secrets-0.10.0
         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: ghcr.io/external-secrets/external-secrets:v0.9.20
+              image: ghcr.io/external-secrets/external-secrets:v0.10.0
               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.9.20
-        helm.sh/chart: external-secrets-0.9.20
+        app.kubernetes.io/version: v0.10.0
+        helm.sh/chart: external-secrets-0.10.0
       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.9.20
-            helm.sh/chart: external-secrets-0.9.20
+            app.kubernetes.io/version: v0.10.0
+            helm.sh/chart: external-secrets-0.10.0
         spec:
           automountServiceAccountToken: true
           containers:
@@ -34,7 +34,7 @@ should match snapshot of default values:
                 - --metrics-addr=:8080
                 - --loglevel=info
                 - --zap-time-encoding=epoch
-              image: ghcr.io/external-secrets/external-secrets:v0.9.20
+              image: ghcr.io/external-secrets/external-secrets:v0.10.0
               imagePullPolicy: IfNotPresent
               name: external-secrets
               ports:

+ 72 - 1
deploy/charts/external-secrets/tests/__snapshot__/crds_test.yaml.snap

@@ -1967,6 +1967,9 @@ should match snapshot of default values:
                             externalID:
                               description: AWS External ID set on assumed IAM roles
                               type: string
+                            prefix:
+                              description: Prefix adds a prefix to all retrieved values.
+                              type: string
                             region:
                               description: AWS Region to be used for the provider
                               type: string
@@ -3389,7 +3392,7 @@ should match snapshot of default values:
                                   type: object
                               type: object
                             apiUrl:
-                              default: https://api.pulumi.com
+                              default: https://api.pulumi.com/api/preview
                               description: APIURL is the URL of the Pulumi API.
                               type: string
                             environment:
@@ -3475,6 +3478,69 @@ should match snapshot of default values:
                             - region
                             - secretKey
                           type: object
+                        secretserver:
+                          description: |-
+                            SecretServer configures this store to sync secrets using SecretServer provider
+                            https://docs.delinea.com/online-help/secret-server/start.htm
+                          properties:
+                            password:
+                              description: Password is the secret server account password.
+                              properties:
+                                secretRef:
+                                  description: SecretRef references a key in a secret that will be used as value.
+                                  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
+                                value:
+                                  description: Value can be specified directly to set a value without using a secret.
+                                  type: string
+                              type: object
+                            serverURL:
+                              description: |-
+                                ServerURL
+                                URL to your secret server installation
+                              type: string
+                            username:
+                              description: Username is the secret server account username.
+                              properties:
+                                secretRef:
+                                  description: SecretRef references a key in a secret that will be used as value.
+                                  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
+                                value:
+                                  description: Value can be specified directly to set a value without using a secret.
+                                  type: string
+                              type: object
+                          required:
+                            - password
+                            - serverURL
+                            - username
+                          type: object
                         senhasegura:
                           description: Senhasegura configures this store to sync secrets using senhasegura provider
                           properties:
@@ -4039,6 +4105,11 @@ should match snapshot of default values:
                                 the option is enabled serverside.
                                 https://www.vaultproject.io/docs/configuration/replication#allow_forwarding_via_header
                               type: boolean
+                            headers:
+                              additionalProperties:
+                                type: string
+                              description: Headers to be added in Vault request
+                              type: object
                             namespace:
                               description: |-
                                 Name of the vault namespace. Namespaces is a set of features within Vault Enterprise that allows

+ 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.9.20
-        helm.sh/chart: external-secrets-0.9.20
+        app.kubernetes.io/version: v0.10.0
+        helm.sh/chart: external-secrets-0.10.0
       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.9.20
-            helm.sh/chart: external-secrets-0.9.20
+            app.kubernetes.io/version: v0.10.0
+            helm.sh/chart: external-secrets-0.10.0
         spec:
           automountServiceAccountToken: true
           containers:
@@ -39,7 +39,7 @@ should match snapshot of default values:
                 - --healthz-addr=:8081
                 - --loglevel=info
                 - --zap-time-encoding=epoch
-              image: ghcr.io/external-secrets/external-secrets:v0.9.20
+              image: ghcr.io/external-secrets/external-secrets:v0.10.0
               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.9.20
+        app.kubernetes.io/version: v0.10.0
         external-secrets.io/component: webhook
-        helm.sh/chart: external-secrets-0.9.20
+        helm.sh/chart: external-secrets-0.10.0
       name: RELEASE-NAME-external-secrets-webhook
       namespace: NAMESPACE