Skip to content

Commit 09ace63

Browse files
committed
release 0.12.9
Signed-off-by: clux <[email protected]>
1 parent 8147229 commit 09ace63

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "controller"
3-
version = "0.12.8"
3+
version = "0.12.9"
44
authors = ["clux <[email protected]>"]
55
edition = "2021"
66
default-run = "controller"

charts/doc-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: doc-controller
33
description: document controller sample chart
44
type: application
55
version: 0.1.0
6-
appVersion: 0.12.8
6+
appVersion: 0.12.9

yaml/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
labels:
99
app: doc-controller
1010
app.kubernetes.io/name: doc-controller
11-
app.kubernetes.io/version: "0.12.8"
11+
app.kubernetes.io/version: "0.12.9"
1212
namespace: default
1313
automountServiceAccountToken: true
1414
---
@@ -51,7 +51,7 @@ metadata:
5151
labels:
5252
app: doc-controller
5353
app.kubernetes.io/name: doc-controller
54-
app.kubernetes.io/version: "0.12.8"
54+
app.kubernetes.io/version: "0.12.9"
5555
spec:
5656
type: ClusterIP
5757
ports:
@@ -71,7 +71,7 @@ metadata:
7171
labels:
7272
app: doc-controller
7373
app.kubernetes.io/name: doc-controller
74-
app.kubernetes.io/version: "0.12.8"
74+
app.kubernetes.io/version: "0.12.9"
7575
spec:
7676
replicas: 1
7777
selector:
@@ -89,7 +89,7 @@ spec:
8989
{}
9090
containers:
9191
- name: doc-controller
92-
image: clux/controller:0.12.8
92+
image: clux/controller:0.12.9
9393
imagePullPolicy: IfNotPresent
9494
securityContext:
9595
{}

0 commit comments

Comments
 (0)