Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bpblanken committed Oct 5, 2023
1 parent 6e19182 commit d74843b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hail-search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.0
version: 0.1.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
2 changes: 1 addition & 1 deletion charts/hail-search/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ environment:
DATASETS_DIR: '/datasets'

initContainers: |-
{{- range $path, $version := .Values.global.hail_search.datasetVersions -}}
{{- range $path, $version := $.Values.global.hail_search.datasetVersions -}}
{{ if $version }}
- name: sync-datasets-{{ $path }}
image: gcr.io/google.com/cloudsdktool/google-cloud-cli:latest
Expand Down
2 changes: 1 addition & 1 deletion charts/seqr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.0.50
version: 0.0.51
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- range $path, $version := .Values.global.hail_search.datasetVersions -}}
{{- range $path, $version := $.Values.global.hail_search.datasetVersions -}}
{{ if $version }}
apiVersion: batch/v1
kind: Job
Expand Down

0 comments on commit d74843b

Please sign in to comment.