Skip to content

Commit

Permalink
Merge pull request #42 from Lerentis/bugfix/fix-docker-build
Browse files Browse the repository at this point in the history
Bugfix/fix-docker-build
  • Loading branch information
Lerentis authored Sep 18, 2023
2 parents 187da26 + f63e0ac commit ddf13aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM alpine:3.18.0
FROM alpine:3.18.3

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.4-r0
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.0-r4
ARG BW_VERSION=2023.1.0
ARG LIBCRYPTO_VERSION=3.1.2-r0
ARG BW_VERSION=2023.7.0

COPY requirements.txt /requirements.txt

Expand Down
16 changes: 11 additions & 5 deletions charts/bitwarden-crd-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator

type: application

version: "v0.7.5"
version: "v0.7.6"

appVersion: "0.6.4"
appVersion: "0.6.5"

keywords:
- operator
Expand Down Expand Up @@ -95,8 +95,14 @@ annotations:
artifacthub.io/operator: "true"
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: added
description: "Added prob variables for helm"
- 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"
artifacthub.io/images: |
- name: bitwarden-crd-operator
image: ghcr.io/lerentis/bitwarden-crd-operator:0.6.4
image: ghcr.io/lerentis/bitwarden-crd-operator:0.6.5

0 comments on commit ddf13aa

Please sign in to comment.