Skip to content

Commit

Permalink
Update chart linting and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Feb 16, 2024
1 parent 8f2a1dc commit 5323c73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ chart-repos:
- elastic=https://helm.elastic.co
helm-extra-args: --timeout 600s
check-version-increment: true
debug: false
debug: true
validate-maintainers: false
helm-dependency-extra-args: "--skip-refresh"
6 changes: 3 additions & 3 deletions helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies:
repository: "file://../ssjdispatcher"
condition: ssjdispatcher.enabled
- name: sower
version: "0.1.6"
version: 0.1.7
condition: sower.enabled
repository: "file://../sower"
- name: wts
Expand All @@ -94,7 +94,7 @@ dependencies:


- name: elasticsearch
version: 7.17.3
version: 7.10.2
repository: "https://helm.elastic.co"
condition: global.dev
- name: postgresql
Expand All @@ -115,7 +115,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.19
version: 0.1.21

# 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 helm/sower/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.1.6
version: 0.1.7

# 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

0 comments on commit 5323c73

Please sign in to comment.