1 Commits

Author SHA1 Message Date
3d11befa0a Update helm-library Docker tag to v0.2.3
Some checks failed
renovate/artifacts Artifact file update failure
2025-04-30 01:01:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.88.0 AS lib_builder
FROM rust:1.84.1 AS lib_builder
WORKDIR /src
COPY rust/ .
RUN cargo build

View File

@ -9,7 +9,7 @@ maintainers:
url: https://badhouseplants.net
dependencies:
- name: helm-library
version: 0.2.1
version: 0.2.3
repository: oci://ghcr.io/allanger/allangers-helm-library
annotations:
allowed_workload_kinds: "Deployment"