We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe3635 commit 0ead548Copy full SHA for 0ead548
deploy/base/deployment.yaml
@@ -22,7 +22,7 @@ spec:
22
terminationGracePeriodSeconds: 10
23
containers:
24
- name: app
25
- image: ghcr.io/mgoltzsche/beets:0.2 # kpt-set: ${image}:${version}
+ image: ghcr.io/mgoltzsche/beets:0.18.2 # kpt-set: ${image}:${version}
26
imagePullPolicy: IfNotPresent
27
args: ["webrouter"]
28
env:
setters.yaml
@@ -8,7 +8,7 @@ metadata: # kpt-merge: /app-config
8
config.kubernetes.io/local-config: "true"
9
internal.kpt.dev/upstream-identifier: '|ConfigMap|default|app-config'
10
data:
11
- version: "0.2"
+ version: "0.18.2"
12
name: beets
13
title: Beets
14
image: ghcr.io/mgoltzsche/beets
0 commit comments