Downgrade bitwarden cli due to segfault on newer versions

This commit is contained in:
Tobias Trabelsi 2023-10-02 20:38:15 +02:00
parent 70546b7484
commit 41a085c475
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
2 changed files with 5 additions and 11 deletions

View File

@ -8,7 +8,7 @@ ARG PYTHON_VERSION=3.11.5-r0
ARG PIP_VERSION=23.1.2-r0
ARG GCOMPAT_VERSION=1.1.0-r1
ARG LIBCRYPTO_VERSION=3.1.2-r0
ARG BW_VERSION=2023.7.0
ARG BW_VERSION=2023.1.0
COPY requirements.txt /requirements.txt

View File

@ -6,7 +6,7 @@ type: application
version: "v0.8.0"
appVersion: "0.6.5"
appVersion: "0.7.0"
keywords:
- operator
@ -97,14 +97,8 @@ annotations:
artifacthub.io/changes: |
- kind: changed
description: "Take care to sync with bitwarden before getting a secret, added BW_SYNC_INTERVAL and BW_FORCE_SYNC envs to control sync."
- kind: changed
description: "Updated alpine to 3.18.3"
- kind: changed
description: "Updated python to 3.11.5-r0"
- kind: changed
description: "Updated libcrypto3 to 3.1.2-r0"
- kind: changed
description: "Updated bitwarden cli to v2023.7.0"
- kind: fixed
description: "Downgrade bitwarden cli due to segfault on newer versions"
artifacthub.io/images: |
- name: bitwarden-crd-operator
image: ghcr.io/lerentis/bitwarden-crd-operator:0.6.5
image: ghcr.io/lerentis/bitwarden-crd-operator:0.7.0