diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index d861e3d..e81313d 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -57,7 +57,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: "GHCR Build" + - name: GHCR Build id: docker_build uses: docker/build-push-action@v5 with: @@ -66,4 +66,7 @@ jobs: tags: ghcr.io/lerentis/bitwarden-crd-operator:dev - name: test simple run - run: docker run -it --rm --entrypoint=/bin/sh ghcr.io/lerentis/bitwarden-crd-operator:dev -c bw --version + uses: addnab/docker-run-action@v3 + with: + image: ghcr.io/lerentis/bitwarden-crd-operator:dev + run: bw --version diff --git a/charts/bitwarden-crd-operator/Chart.yaml b/charts/bitwarden-crd-operator/Chart.yaml index 56c011f..ecdd652 100644 --- a/charts/bitwarden-crd-operator/Chart.yaml +++ b/charts/bitwarden-crd-operator/Chart.yaml @@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator type: application -version: "v0.11.2" +version: "v0.11.3" -appVersion: "0.10.2" +appVersion: "0.10.3" keywords: - operator @@ -102,9 +102,11 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "Update jinja to 3.1.3" + description: "Update python to 3.11.8-r0" - kind: changed - description: "Update Node on arm to 20.11.0-r0" + description: "Update Node to 20.11.1-r0" + - kind: changed + description: "Unified bw cli installation methode" artifacthub.io/images: | - name: bitwarden-crd-operator - image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.2 + image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.3