Skip to content

Commit

Permalink
fix: helmrelease-schemas (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Feb 19, 2024
1 parent 4c080a5 commit 6544385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/base-cluster/helmrelease.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "object",
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml#/spec.schema.openAPIV3Schema"
"$ref": "https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json"
},
{
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion charts/t8s-cluster/helmrelease.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "object",
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml#/spec.schema.openAPIV3Schema"
"$ref": "https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json"
},
{
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion charts/teuto-portal-k8s-worker/helmrelease.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "object",
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/fluxcd/helm-controller/main/config/crd/bases/helm.toolkit.fluxcd.io_helmreleases.yaml#/spec.schema.openAPIV3Schema"
"$ref": "https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta2.json"
},
{
"properties": {
Expand Down

0 comments on commit 6544385

Please sign in to comment.