Skip to content

Commit 512c015

Browse files
authored
Merge pull request #163 from samuel-esp/chore/release-25.6.0
Chore: Release 25.6.0
2 parents 35de286 + 29a01f2 commit 512c015

4 files changed

Lines changed: 204 additions & 172 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.10-alpine3.20 AS builder
1+
FROM python:3.12.10-alpine3.22 AS builder
22

33
WORKDIR /
44

@@ -13,7 +13,7 @@ COPY pyproject.toml /
1313
RUN poetry config virtualenvs.create false && \
1414
poetry install --no-interaction --without dev --no-ansi --no-root
1515

16-
FROM python:3.12.10-alpine3.20
16+
FROM python:3.12.10-alpine3.22
1717

1818
WORKDIR /
1919

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: py-kube-downscaler
33
description: A Helm chart for deploying py-kube-downscaler
44

55
type: application
6-
version: 0.3.3
7-
appVersion: "25.4.0"
6+
version: 0.3.4
7+
appVersion: "25.6.0"

0 commit comments

Comments
 (0)