Skip to content

Commit

Permalink
Bump version and repository
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 25, 2024
1 parent 925745f commit 9fd70a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/nhi-explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.1.4
version: 0.1.5

# 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
2 changes: 1 addition & 1 deletion charts/nhi-explorer/tests/cronjob_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tests:
pattern: -nhi-explorer$
- equal:
path: spec.jobTemplate.spec.template.spec.containers[0].image
value: ghcr.io/gitguardian/gg-nhi-explorer:latest
value: ghcr.io/gitguardian/nhi-explorer-helm-charts/explorer:latest

- it: should set schedule
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/nhi-explorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inventory:

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

Expand Down

0 comments on commit 9fd70a2

Please sign in to comment.