diff --git a/.github/actions/setup_helmlint/action.yaml b/.github/actions/setup_helmlint/action.yaml index 967fa1f..b2d76cd 100644 --- a/.github/actions/setup_helmlint/action.yaml +++ b/.github/actions/setup_helmlint/action.yaml @@ -17,7 +17,7 @@ runs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.7.0 + uses: helm/chart-testing-action@v2.6.1 - name: Create kind cluster uses: helm/kind-action@v1.5.0 diff --git a/charts/perses/Chart.yaml b/charts/perses/Chart.yaml index 3a99f85..173d865 100644 --- a/charts/perses/Chart.yaml +++ b/charts/perses/Chart.yaml @@ -3,7 +3,7 @@ name: perses description: Perses helm chart icon: https://avatars.githubusercontent.com/u/77209215?s=200&v=4 type: application -version: 0.7.4 +version: 0.7.5 appVersion: "v0.49.0" sources: - https://github.com/perses/perses diff --git a/charts/perses/values.schema.json b/charts/perses/values.schema.json index 0aa724f..335f90d 100644 --- a/charts/perses/values.schema.json +++ b/charts/perses/values.schema.json @@ -99,7 +99,7 @@ }, "config": { "type": "object", - "additionalProperties": false, + "additionalProperties": true, "properties": { "annotations": { "type": "object" @@ -218,7 +218,7 @@ "name": { "type": "string" }, - "client_id":{ + "client_id": { "type": "string" }, "client_secret": { @@ -252,7 +252,7 @@ "type": "string" }, "disable_pkce": { - "type":"boolean", + "type": "boolean", "default": false }, "url_params": { @@ -558,7 +558,10 @@ "type": "string" } }, - "required": ["repository", "tag"] + "required": [ + "repository", + "tag" + ] }, "label": { "type": "string" @@ -567,7 +570,12 @@ "type": "string" } }, - "required": ["enabled", "image", "label", "labelValue"] + "required": [ + "enabled", + "image", + "label", + "labelValue" + ] }, "persistence": { "type": "object", @@ -588,7 +596,7 @@ "size": { "type": "string" }, - "securityContext":{ + "securityContext": { "type": "object", "additionalProperties": false, "properties": { @@ -835,13 +843,21 @@ "type": "string" } }, - "required": ["registry", "repository", "tag"] + "required": [ + "registry", + "repository", + "tag" + ] }, "imagePullPolicy": { "type": "string" } }, - "required": ["enabled", "image", "imagePullPolicy"] + "required": [ + "enabled", + "image", + "imagePullPolicy" + ] } } -} +} \ No newline at end of file