bump version
This commit is contained in:
		| @@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator | ||||
|  | ||||
| type: application | ||||
|  | ||||
| version: "v0.9.0" | ||||
| version: "v0.10.0" | ||||
|  | ||||
| appVersion: "0.8.0" | ||||
| appVersion: "0.9.0" | ||||
|  | ||||
| keywords: | ||||
|   - operator | ||||
| @@ -89,18 +89,14 @@ annotations: | ||||
|             allowCrossOrigin: false | ||||
|             apps: | ||||
|               "some.app.identifier:some_version": | ||||
|                 pubkey: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "fields", "public_key") }} | ||||
|                 pubkey: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "attachment", "public_key") }} | ||||
|                 enabled: true | ||||
|   artifacthub.io/license: MIT | ||||
|   artifacthub.io/operator: "true" | ||||
|   artifacthub.io/containsSecurityUpdates: "false" | ||||
|   artifacthub.io/changes: | | ||||
|     - kind: changed | ||||
|       description: "Unified scheduled none crd related operations (bw sync and login)" | ||||
|     - kind: added | ||||
|       description: "Added relogin interval which can be finetuned with env `BW_RELOGIN_INTERVAL`. defaults to 3600 seconds" | ||||
|     - kind: chanced | ||||
|       description: "Updated python to 3.11.6-r0" | ||||
|       description: "Added attachment lookup to bitwarden_lookup in BitwardenTemplate CRD" | ||||
|   artifacthub.io/images: | | ||||
|     - name: bitwarden-crd-operator | ||||
|       image: ghcr.io/lerentis/bitwarden-crd-operator:0.8.0 | ||||
|       image: ghcr.io/lerentis/bitwarden-crd-operator:0.9.0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user