Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit f2bb08c

Browse files
update versions used in chart (#43)
1 parent 736edf3 commit f2bb08c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/k8s-sizing-webhook/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.4.0
21+
version: 0.4.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "v0.2.0"
27+
appVersion: "v0.3.0"

charts/k8s-sizing-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: docker.io/bitteeinbit/k8s-sizing-webhook
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: ""
11+
# tag: ""
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)