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 Jul 5, 2024
1 parent 5299ed2 commit f93e47c
Showing 1 changed file with 111 additions and 1 deletion.
112 changes: 111 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,116 @@
apiVersion: v1
entries:
bitwarden-crd-operator:
- annotations:
artifacthub.io/changes: |
- kind: fixed
description: "Recreation of secrets where secretType is not defined."
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.12.1
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.12.1
created: "2024-07-05T19:42:20.922321469Z"
description: Deploy the Bitwarden CRD Operator
digest: 7d14c7741c4cbdd3c1d25d707a0c4209ae746a9cf29a920f365cbf6538132014
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.13.1/bitwarden-crd-operator-v0.13.1.tgz
version: v0.13.1
- annotations:
artifacthub.io/changes: |
- kind: added
Expand Down Expand Up @@ -2494,4 +2604,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-06-22T20:52:25.27408167Z"
generated: "2024-07-05T19:42:20.922640377Z"

0 comments on commit f93e47c

Please sign in to comment.