Skip to content

Commit

Permalink
removing values schema until we can validate all fields
Browse files Browse the repository at this point in the history
  • Loading branch information
James Rhoat committed Nov 11, 2024
1 parent ccdc353 commit 042f9a4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 861 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify_values_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
verify-schema:
if: ${{ false }}
name: "Verify Chart Schema"
runs-on: ubuntu-22.04
steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog


### V2.5.2

#### Non-Breaking Changes
- Removed values.schema.json

### V2.5.1

#### Non-Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/factorio-server-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sources:
# 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: 2.5.1
version: 2.5.2

# 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
Loading

0 comments on commit 042f9a4

Please sign in to comment.