update dependencies
This commit is contained in:
parent
1820bd06c3
commit
c9c36f1a37
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
||||||
- name: Get app version from chart
|
- name: Get app version from chart
|
||||||
uses: mikefarah/yq@v4.43.1
|
uses: mikefarah/yq@v4.44.1
|
||||||
id: app_version
|
id: app_version
|
||||||
with:
|
with:
|
||||||
cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml
|
cmd: yq '.appVersion' charts/bitwarden-crd-operator/Chart.yaml
|
||||||
|
@ -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.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.description="Kubernetes Operator to create k8s secrets from bitwarden"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
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 PIP_VERSION=23.3.1-r0
|
||||||
ARG GCOMPAT_VERSION=1.1.0-r4
|
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 BW_VERSION=2023.7.0
|
||||||
ARG NODE_VERSION=20.11.1-r0
|
ARG NODE_VERSION=20.12.1-r0
|
||||||
|
|
||||||
COPY requirements.txt /requirements.txt
|
COPY requirements.txt /requirements.txt
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
kopf==1.37.1
|
kopf==1.37.2
|
||||||
kubernetes==29.0.0
|
kubernetes==29.0.0
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.4
|
||||||
schedule==1.2.1
|
schedule==1.2.1
|
Loading…
Reference in New Issue
Block a user