Skip to content

Commit 0ead548

Browse files
committed
chore(release): 0.18.2 [skip ci]
## v0.18.2 (2024-10-31) ### Bug Fixes - pin python 3.12, alpine 3.20 (2fe3635) - bump beets-autogenre 0.5.1 (d8aefd4)
1 parent 2fe3635 commit 0ead548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/base/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
terminationGracePeriodSeconds: 10
2323
containers:
2424
- name: app
25-
image: ghcr.io/mgoltzsche/beets:0.2 # kpt-set: ${image}:${version}
25+
image: ghcr.io/mgoltzsche/beets:0.18.2 # kpt-set: ${image}:${version}
2626
imagePullPolicy: IfNotPresent
2727
args: ["webrouter"]
2828
env:

setters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata: # kpt-merge: /app-config
88
config.kubernetes.io/local-config: "true"
99
internal.kpt.dev/upstream-identifier: '|ConfigMap|default|app-config'
1010
data:
11-
version: "0.2"
11+
version: "0.18.2"
1212
name: beets
1313
title: Beets
1414
image: ghcr.io/mgoltzsche/beets

0 commit comments

Comments
 (0)