Skip to content

Commit 042f9a4

Browse files
author
James Rhoat
committed
removing values schema until we can validate all fields
1 parent ccdc353 commit 042f9a4

File tree

4 files changed

+8
-861
lines changed

4 files changed

+8
-861
lines changed

.github/workflows/verify_values_schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44

55
jobs:
66
verify-schema:
7+
if: ${{ false }}
78
name: "Verify Chart Schema"
89
runs-on: ubuntu-22.04
910
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
4+
### V2.5.2
5+
6+
#### Non-Breaking Changes
7+
- Removed values.schema.json
8+
39
### V2.5.1
410

511
#### Non-Breaking Changes

charts/factorio-server-charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sources:
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 2.5.1
23+
version: 2.5.2
2424

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

0 commit comments

Comments
 (0)