Skip to content

Commit

Permalink
updating changelog, chart-verifier, schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran committed Nov 7, 2024
1 parent 3f8937c commit d503bea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
chart-verifier:
runs-on: ubuntu-latest
env:
CHART_VERIFIER_VERSION: '1.13.4'
CHART_VERIFIER_VERSION: '1.13.8'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup test tools
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

## 0.29.0 (November 6, 2024)
## 0.29.0 (November 7, 2024)

Changes:

Expand Down
4 changes: 2 additions & 2 deletions test/chart/verifier.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ setup_file() {
cd `chart_dir`
export VERIFY_OUTPUT="/$BATS_RUN_TMPDIR/verify.json"
export CHART_VOLUME=vault-helm-chart-src
local IMAGE="quay.io/redhat-certification/chart-verifier:1.10.1"
local IMAGE="quay.io/redhat-certification/chart-verifier:1.13.8"
# chart-verifier requires an openshift version if a cluster isn't available
local OPENSHIFT_VERSION="4.12"
local OPENSHIFT_VERSION="4.17"
local DISABLED_TESTS="chart-testing"

local run_cmd="chart-verifier"
Expand Down
9 changes: 6 additions & 3 deletions values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
}
}
},
"logLevel": {
"type": "string"
},
"pod": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -667,9 +670,6 @@
}
}
},
"includeConfigAnnotation": {
"type": "boolean"
},
"dataStorage": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -849,6 +849,9 @@
}
}
},
"includeConfigAnnotation": {
"type": "boolean"
},
"ingress": {
"type": "object",
"properties": {
Expand Down

0 comments on commit d503bea

Please sign in to comment.