Skip to content

Commit

Permalink
release 0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 9, 2024
1 parent 37eed5d commit e3ec9fb
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.13.0"
version = "0.14.0"
authors = ["clux <[email protected]>"]
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.13.0
appVersion: 0.14.0
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.13.0"
app.kubernetes.io/version: "0.14.0"
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.13.0"
app.kubernetes.io/version: "0.14.0"
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.13.0"
app.kubernetes.io/version: "0.14.0"
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.13.0"
app.kubernetes.io/version: "0.14.0"
spec:
replicas: 1
selector:
Expand All @@ -139,7 +139,7 @@ spec:
{}
containers:
- name: doc-controller
image: clux/controller:0.13.0
image: clux/controller:0.14.0
imagePullPolicy: IfNotPresent
securityContext:
{}
Expand Down

0 comments on commit e3ec9fb

Please sign in to comment.