Skip to content

Commit 9fd70a2

Browse files
author
Thomas Forbes
committed
Bump version and repository
1 parent 925745f commit 9fd70a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/nhi-explorer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.1.4
19+
version: 0.1.5
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/nhi-explorer/tests/cronjob_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tests:
1717
pattern: -nhi-explorer$
1818
- equal:
1919
path: spec.jobTemplate.spec.template.spec.containers[0].image
20-
value: ghcr.io/gitguardian/gg-nhi-explorer:latest
20+
value: ghcr.io/gitguardian/nhi-explorer-helm-charts/explorer:latest
2121

2222
- it: should set schedule
2323
set:

charts/nhi-explorer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inventory:
1313

1414
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
1515
image:
16-
repository: ghcr.io/gitguardian/gg-nhi-explorer
16+
repository: ghcr.io/gitguardian/nhi-explorer-helm-charts/explorer
1717
# This sets the pull policy for images.
1818
pullPolicy: IfNotPresent
1919

0 commit comments

Comments
 (0)