Skip to content

Commit

Permalink
simple-app: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Nov 27, 2024
1 parent a2d363e commit 9e06376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/simple-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.15.0
# 0.15.0, 0.15.1

* Add `.initJob` to run Job after install or upgrade

Expand Down
2 changes: 1 addition & 1 deletion charts/simple-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.15.0"
version: "0.15.1"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/simple-app/tests/__snapshot__/initjob_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ All manifests should match snapshot:
metadata:
annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-delete-policy: hook-succeeded,before-hook-creation
helm.sh/hook-delete-policy: before-hook-creation
helm.sh/hook-weight: "-1"
labels:
app.kubernetes.io/instance: simple
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: simple-app
app.kubernetes.io/version: 1.16.0
helm.sh/chart: simple-app-0.0.0
name: simple-init-job
name: simple-init
spec:
template:
spec:
Expand Down

0 comments on commit 9e06376

Please sign in to comment.