Skip to content

Commit

Permalink
chore(release): 0.18.0 [skip ci]
Browse files Browse the repository at this point in the history
## v0.18.0 (2024-08-25)

### Features

- enable replaygain plugin (dfa003a)
  • Loading branch information
mgoltzsche committed Aug 25, 2024
1 parent dfa003a commit 0da7993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: app
image: ghcr.io/mgoltzsche/beets:0.2 # kpt-set: ${image}:${version}
image: ghcr.io/mgoltzsche/beets:0.18.0 # kpt-set: ${image}:${version}
imagePullPolicy: IfNotPresent
args: ["webrouter"]
env:
Expand Down
2 changes: 1 addition & 1 deletion setters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata: # kpt-merge: /app-config
config.kubernetes.io/local-config: "true"
internal.kpt.dev/upstream-identifier: '|ConfigMap|default|app-config'
data:
version: "0.2"
version: "0.18.0"
name: beets
title: Beets
image: ghcr.io/mgoltzsche/beets
Expand Down

0 comments on commit 0da7993

Please sign in to comment.