Skip to content

Commit d6f52cb

Browse files
committed
Bump dependencies
1 parent be2a7d9 commit d6f52cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/kube-copilot/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.25
16+
version: 0.1.26
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: 0.1.25
21+
appVersion: 0.1.26

helm/kube-copilot/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66
image:
77
repository: ghcr.io/feiskyer/kube-copilot
88
pullPolicy: Always
9-
tag: v0.1.25
9+
tag: v0.1.26
1010
imagePullSecrets: []
1111
nameOverride: ""
1212
fullnameOverride: ""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kube-copilot"
3-
version = "0.1.25"
3+
version = "0.1.26"
44
description = "Kubernetes Copilot"
55
authors = ["Pengfei Ni <feiskyer@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)