bump chart and app version
This commit is contained in:
		@@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
type: application
 | 
					type: application
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version: "v0.10.1"
 | 
					version: "v0.11.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
appVersion: "0.9.1"
 | 
					appVersion: "0.10.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
keywords:
 | 
					keywords:
 | 
				
			||||||
  - operator
 | 
					  - operator
 | 
				
			||||||
@@ -32,22 +32,22 @@ annotations:
 | 
				
			|||||||
      url: https://github.com/Lerentis/bitwarden-crd-operator
 | 
					      url: https://github.com/Lerentis/bitwarden-crd-operator
 | 
				
			||||||
  artifacthub.io/crds: |
 | 
					  artifacthub.io/crds: |
 | 
				
			||||||
    - kind: BitwardenSecret
 | 
					    - kind: BitwardenSecret
 | 
				
			||||||
      version: v1beta4
 | 
					      version: v1beta5
 | 
				
			||||||
      name: bitwarden-secret
 | 
					      name: bitwarden-secret
 | 
				
			||||||
      displayName: Bitwarden Secret
 | 
					      displayName: Bitwarden Secret
 | 
				
			||||||
      description: Management Object to create secrets from bitwarden
 | 
					      description: Management Object to create secrets from bitwarden
 | 
				
			||||||
    - kind: RegistryCredential
 | 
					    - kind: RegistryCredential
 | 
				
			||||||
      version: v1beta4
 | 
					      version: v1beta5
 | 
				
			||||||
      name: registry-credential
 | 
					      name: registry-credential
 | 
				
			||||||
      displayName: Regestry Credentials
 | 
					      displayName: Regestry Credentials
 | 
				
			||||||
      description: Management Object to create regestry secrets from bitwarden
 | 
					      description: Management Object to create regestry secrets from bitwarden
 | 
				
			||||||
    - kind: BitwardenTemplate
 | 
					    - kind: BitwardenTemplate
 | 
				
			||||||
      version: v1beta1
 | 
					      version: v1beta5
 | 
				
			||||||
      name: bitwarden-template
 | 
					      name: bitwarden-template
 | 
				
			||||||
      displayName: Bitwarden Template
 | 
					      displayName: Bitwarden Template
 | 
				
			||||||
      description: Management Object to create secrets from a jinja template with a bitwarden lookup
 | 
					      description: Management Object to create secrets from a jinja template with a bitwarden lookup
 | 
				
			||||||
  artifacthub.io/crdsExamples: |
 | 
					  artifacthub.io/crdsExamples: |
 | 
				
			||||||
    - apiVersion: lerentis.uploadfilter24.eu/v1beta4
 | 
					    - apiVersion: lerentis.uploadfilter24.eu/v1beta5
 | 
				
			||||||
      kind: BitwardenSecret
 | 
					      kind: BitwardenSecret
 | 
				
			||||||
      metadata:
 | 
					      metadata:
 | 
				
			||||||
        name: test
 | 
					        name: test
 | 
				
			||||||
@@ -62,7 +62,9 @@ annotations:
 | 
				
			|||||||
        id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
 | 
					        id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
 | 
				
			||||||
        name: "test-secret"
 | 
					        name: "test-secret"
 | 
				
			||||||
        namespace: "default"
 | 
					        namespace: "default"
 | 
				
			||||||
    - apiVersion: lerentis.uploadfilter24.eu/v1beta4
 | 
					        labels:
 | 
				
			||||||
 | 
					          key: value
 | 
				
			||||||
 | 
					    - apiVersion: lerentis.uploadfilter24.eu/v1beta5
 | 
				
			||||||
      kind: RegistryCredential
 | 
					      kind: RegistryCredential
 | 
				
			||||||
      metadata:
 | 
					      metadata:
 | 
				
			||||||
        name: test
 | 
					        name: test
 | 
				
			||||||
@@ -73,7 +75,9 @@ annotations:
 | 
				
			|||||||
        id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
 | 
					        id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
 | 
				
			||||||
        name: "test-regcred"
 | 
					        name: "test-regcred"
 | 
				
			||||||
        namespace: "default"
 | 
					        namespace: "default"
 | 
				
			||||||
    - apiVersion: "lerentis.uploadfilter24.eu/v1beta4"
 | 
					        labels:
 | 
				
			||||||
 | 
					          key: value
 | 
				
			||||||
 | 
					    - apiVersion: "lerentis.uploadfilter24.eu/v1beta5"
 | 
				
			||||||
      kind: BitwardenTemplate
 | 
					      kind: BitwardenTemplate
 | 
				
			||||||
      metadata:
 | 
					      metadata:
 | 
				
			||||||
        name: test
 | 
					        name: test
 | 
				
			||||||
@@ -81,6 +85,8 @@ annotations:
 | 
				
			|||||||
        filename: "config.yaml"
 | 
					        filename: "config.yaml"
 | 
				
			||||||
        name: "test-regcred"
 | 
					        name: "test-regcred"
 | 
				
			||||||
        namespace: "default"
 | 
					        namespace: "default"
 | 
				
			||||||
 | 
					        labels:
 | 
				
			||||||
 | 
					          key: value
 | 
				
			||||||
        template: |
 | 
					        template: |
 | 
				
			||||||
          ---
 | 
					          ---
 | 
				
			||||||
          api:
 | 
					          api:
 | 
				
			||||||
@@ -95,8 +101,8 @@ annotations:
 | 
				
			|||||||
  artifacthub.io/operator: "true"
 | 
					  artifacthub.io/operator: "true"
 | 
				
			||||||
  artifacthub.io/containsSecurityUpdates: "false"
 | 
					  artifacthub.io/containsSecurityUpdates: "false"
 | 
				
			||||||
  artifacthub.io/changes: |
 | 
					  artifacthub.io/changes: |
 | 
				
			||||||
    - kind: fixed
 | 
					    - kind: changed
 | 
				
			||||||
      description: "Fixed type and content of RegistryCredential"
 | 
					      description: "Added the possibility to add labels to generated secrets"
 | 
				
			||||||
  artifacthub.io/images: |
 | 
					  artifacthub.io/images: |
 | 
				
			||||||
    - name: bitwarden-crd-operator
 | 
					    - name: bitwarden-crd-operator
 | 
				
			||||||
      image: ghcr.io/lerentis/bitwarden-crd-operator:0.9.1
 | 
					      image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user