update dependencies

This commit is contained in:
Tobias Trabelsi 2024-05-18 22:39:23 +02:00
parent 1820bd06c3
commit c9c36f1a37
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
3 changed files with 7 additions and 7 deletions

View File

@ -36,7 +36,7 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Get app version from chart
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.1
id: app_version
with:
cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml

View File

@ -1,15 +1,15 @@
FROM alpine:3.19.0
FROM alpine:3.19.1
LABEL org.opencontainers.image.source=https://github.com/Lerentis/bitwarden-crd-operator
LABEL org.opencontainers.image.description="Kubernetes Operator to create k8s secrets from bitwarden"
LABEL org.opencontainers.image.licenses=MIT
ARG PYTHON_VERSION=3.11.8-r0
ARG PYTHON_VERSION=3.11.9-r0
ARG PIP_VERSION=23.3.1-r0
ARG GCOMPAT_VERSION=1.1.0-r4
ARG LIBCRYPTO_VERSION=3.1.4-r2
ARG LIBCRYPTO_VERSION=3.1.4-r5
ARG BW_VERSION=2023.7.0
ARG NODE_VERSION=20.11.1-r0
ARG NODE_VERSION=20.12.1-r0
COPY requirements.txt /requirements.txt

View File

@ -1,4 +1,4 @@
kopf==1.37.1
kopf==1.37.2
kubernetes==29.0.0
Jinja2==3.1.3
Jinja2==3.1.4
schedule==1.2.1