Skip to content

Commit

Permalink
Update index.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Lerentis <[email protected]>
  • Loading branch information
Lerentis committed Aug 4, 2024
1 parent f93e47c commit a8cabfa
Showing 1 changed file with 121 additions and 1 deletion.
122 changes: 121 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,126 @@
apiVersion: v1
entries:
bitwarden-crd-operator:
- annotations:
artifacthub.io/changes: |
- kind: changed
description: "Update Alpine to 3.20.2"
- kind: changed
description: "Update Python to 3.12.3-r1"
- kind: changed
description: "Update Pip to 24.0-r2"
- kind: changed
description: "Update NodeJS to 20.15.1-r0"
- kind: changed
description: "Update libcrypto3 to 3.3.1-r3"
- kind: changed
description: "Update BitwardenCLI to 2024.7.2"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/crds: |
- kind: BitwardenSecret
version: v1beta7
name: bitwarden-secret
displayName: Bitwarden Secret
description: Management Object to create secrets from bitwarden
- kind: RegistryCredential
version: v1beta7
name: registry-credential
displayName: Regestry Credentials
description: Management Object to create regestry secrets from bitwarden
- kind: BitwardenTemplate
version: v1beta7
name: bitwarden-template
displayName: Bitwarden Template
description: Management Object to create secrets from a jinja template with a bitwarden lookup
artifacthub.io/crdsExamples: |
- apiVersion: lerentis.uploadfilter24.eu/v1beta7
kind: BitwardenSecret
metadata:
name: test
spec:
content:
- element:
secretName: username
secretRef: nameofUser
- element:
secretName: password
secretRef: passwordOfUser
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
name: "test-secret"
secretType: Obaque #Optional
namespace: "default"
labels:
key: value
annotations:
key: value
- apiVersion: lerentis.uploadfilter24.eu/v1beta7
kind: RegistryCredential
metadata:
name: test
spec:
usernameRef: "username"
passwordRef: "password"
registry: "docker.io"
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
name: "test-regcred"
namespace: "default"
labels:
key: value
annotations:
key: value
- apiVersion: "lerentis.uploadfilter24.eu/v1beta7"
kind: BitwardenTemplate
metadata:
name: test
spec:
filename: "config.yaml"
name: "test-regcred"
secretType: Obaque #Optional
namespace: "default"
labels:
key: value
annotations:
key: value
template: |
---
api:
enabled: True
key: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "fields", "key") }}
allowCrossOrigin: false
apps:
"some.app.identifier:some_version":
pubkey: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "attachment", "public_key") }}
enabled: true
artifacthub.io/images: |
- name: bitwarden-crd-operator
image: ghcr.io/lerentis/bitwarden-crd-operator:0.13.0
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Chart Source
url: https://github.com/Lerentis/bitwarden-crd-operator
artifacthub.io/operator: "true"
apiVersion: v2
appVersion: 0.13.0
created: "2024-08-04T21:45:48.713640382Z"
description: Deploy the Bitwarden CRD Operator
digest: 840f9d78ca5d4e6eeca410057a9bb7f2e21b5e7ff11c11460cf4bd9210b2bc97
home: https://lerentis.github.io/bitwarden-crd-operator/
icon: https://lerentis.github.io/bitwarden-crd-operator/logo.png
keywords:
- operator
- bitwarden
- vaultwarden
kubeVersion: '>= 1.23.0-0'
maintainers:
- email: [email protected]
name: lerentis
name: bitwarden-crd-operator
sources:
- https://github.com/Lerentis/bitwarden-crd-operator
type: application
urls:
- https://github.com/Lerentis/bitwarden-crd-operator/releases/download/bitwarden-crd-operator-v0.14.0/bitwarden-crd-operator-v0.14.0.tgz
version: v0.14.0
- annotations:
artifacthub.io/changes: |
- kind: fixed
Expand Down Expand Up @@ -2604,4 +2724,4 @@ entries:
urls:
- https://github.com/Lerentis/bitwarden-crd-operator/releases/download/bitwarden-crd-operator-v0.2.0/bitwarden-crd-operator-v0.2.0.tgz
version: v0.2.0
generated: "2024-07-05T19:42:20.922640377Z"
generated: "2024-08-04T21:45:48.713848582Z"

0 comments on commit a8cabfa

Please sign in to comment.