Skip to content

Commit

Permalink
release 0.12.11
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Nov 1, 2023
1 parent 26f6cfb commit 6adbb24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "controller"
version = "0.12.10"
version = "0.12.11"
authors = ["clux <sszynrae@gmail.com>"]
edition = "2021"
default-run = "controller"
Expand Down
2 changes: 1 addition & 1 deletion charts/doc-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: doc-controller
description: document controller sample chart
type: application
version: 0.1.0
appVersion: 0.12.10
appVersion: 0.12.11
10 changes: 5 additions & 5 deletions yaml/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app: doc-controller
app.kubernetes.io/name: doc-controller
app.kubernetes.io/version: "0.12.10"
app.kubernetes.io/version: "0.12.11"
spec:
podSelector:
matchLabels:
Expand Down Expand Up @@ -58,7 +58,7 @@ metadata:
labels:
app: doc-controller
app.kubernetes.io/name: doc-controller
app.kubernetes.io/version: "0.12.10"
app.kubernetes.io/version: "0.12.11"
namespace: default
automountServiceAccountToken: true
---
Expand Down Expand Up @@ -101,7 +101,7 @@ metadata:
labels:
app: doc-controller
app.kubernetes.io/name: doc-controller
app.kubernetes.io/version: "0.12.10"
app.kubernetes.io/version: "0.12.11"
spec:
type: ClusterIP
ports:
Expand All @@ -121,7 +121,7 @@ metadata:
labels:
app: doc-controller
app.kubernetes.io/name: doc-controller
app.kubernetes.io/version: "0.12.10"
app.kubernetes.io/version: "0.12.11"
spec:
replicas: 1
selector:
Expand All @@ -139,7 +139,7 @@ spec:
{}
containers:
- name: doc-controller
image: clux/controller:0.12.10
image: clux/controller:0.12.11
imagePullPolicy: IfNotPresent
securityContext:
{}
Expand Down

0 comments on commit 6adbb24

Please sign in to comment.