Skip to content

Commit

Permalink
fix(pg): json-schema (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Aug 30, 2023
1 parent 9a19a1d commit 85e1fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/contrib/jobs/build/use.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "schema for build job usage",
"type": "object",
"additionalProperties": false,
"required": ["imagePackage"],
"required": [],
"properties": {
"dockerfile": {
"description": "Path to the Dockerfile on the repository. Defaults to /Dockerfile",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fabrique/charts/pg/kontinuous.values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"required": [],
"properties": {
"cnpg-cluster": {
"$ref": "https://raw.githubusercontent.com/SocialGouv/helm-charts/charts/cnpg-cluster/values.schema.json"
"$ref": "https://raw.githubusercontent.com/socialgouv/helm-charts/v1/charts/cnpg-cluster/values.schema.json"
},
"backup": {
"type": "object",
Expand Down

0 comments on commit 85e1fe7

Please sign in to comment.