File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : 0.1.25
16
+ version : 0.1.26
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : 0.1.25
21
+ appVersion : 0.1.26
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
6
6
image :
7
7
repository : ghcr.io/feiskyer/kube-copilot
8
8
pullPolicy : Always
9
- tag : v0.1.25
9
+ tag : v0.1.26
10
10
imagePullSecrets : []
11
11
nameOverride : " "
12
12
fullnameOverride : " "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " kube-copilot"
3
- version = " 0.1.25 "
3
+ version = " 0.1.26 "
4
4
description = " Kubernetes Copilot"
5
5
authors = [" Pengfei Ni <feiskyer@gmail.com>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments