Skip to content

Commit

Permalink
removed v0.9.0 from index as there is an artifacthub error in the rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
Lerentis committed Jan 6, 2024
1 parent 3473dbb commit 17e8401
Showing 1 changed file with 0 additions and 100 deletions.
100 changes: 0 additions & 100 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,106 +305,6 @@ entries:
urls:
- https://github.com/Lerentis/bitwarden-crd-operator/releases/download/bitwarden-crd-operator-v0.10.0/bitwarden-crd-operator-v0.10.0.tgz
version: v0.10.0
- annotations:
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: changed
description: "Updated python to 3.11.6-r0"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/crds: |
- kind: BitwardenSecret
version: v1beta4
name: bitwarden-secret
displayName: Bitwarden Secret
description: Management Object to create secrets from bitwarden
- kind: RegistryCredential
version: v1beta4
name: registry-credential
displayName: Regestry Credentials
description: Management Object to create regestry secrets from bitwarden
- kind: BitwardenTemplate
version: v1beta1
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/v1beta4
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"
namespace: "default"
- apiVersion: lerentis.uploadfilter24.eu/v1beta4
kind: RegistryCredential
metadata:
name: test
spec:
usernameRef: "username"
passwordRef: "password"
registry: "docker.io"
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
name: "test-regcred"
namespace: "default"
- apiVersion: "lerentis.uploadfilter24.eu/v1beta4"
kind: BitwardenTemplate
metadata:
name: test
spec:
filename: "config.yaml"
name: "test-regcred"
namespace: "default"
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", "fields", "public_key") }}
enabled: true
artifacthub.io/images: |
- name: bitwarden-crd-operator
image: ghcr.io/lerentis/bitwarden-crd-operator:0.8.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.8.0
created: "2023-10-09T21:24:51.018196465Z"
description: Deploy the Bitwarden CRD Operator
digest: 044677f60ab33e1ef49eeca2ff7ed9f4cf8448fe0207c77669c51ae1b914e2fe
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: lerentis+helm@uploadfilter24.eu
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.9.0/bitwarden-crd-operator-v0.9.0.tgz
version: v0.9.0
- annotations:
artifacthub.io/changes: |
- kind: changed
Expand Down

0 comments on commit 17e8401

Please sign in to comment.