Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
adf5a527
Unverified
Commit
adf5a527
authored
3 years ago
by
Hidde Beydals
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2135 from fluxcd/revert-json-schemas
parents
d9886035
bb04ca36
Branches
Branches containing commit
Tags
v0.24.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/release.yaml
+3
-3
3 additions, 3 deletions
.github/workflows/release.yaml
.goreleaser.yml
+0
-1
0 additions, 1 deletion
.goreleaser.yml
with
3 additions
and
4 deletions
.github/workflows/release.yaml
+
3
−
3
View file @
adf5a527
...
@@ -56,15 +56,15 @@ jobs:
...
@@ -56,15 +56,15 @@ jobs:
-
name
:
Build CRDs
-
name
:
Build CRDs
run
:
|
run
:
|
kustomize build manifests/crds > all-crds.yaml
kustomize build manifests/crds > all-crds.yaml
# Pinned to commit before https://github.com/fluxcd/pkg/pull/189 due to
# introduction faulty behavior.
-
name
:
Generate OpenAPI JSON schemas from CRDs
-
name
:
Generate OpenAPI JSON schemas from CRDs
uses
:
fluxcd/pkg//actions/crdjsonschema@
main
uses
:
fluxcd/pkg//actions/crdjsonschema@
49e26aa2ee9e734c3233c560253fd9542afe18ae
with
:
with
:
crd
:
all-crds.yaml
crd
:
all-crds.yaml
output
:
schemas
output
:
schemas
combined_filename
:
crd-schemas.json
-
name
:
Archive the OpenAPI JSON schemas
-
name
:
Archive the OpenAPI JSON schemas
run
:
|
run
:
|
mv schemas/crd-schemas.json ./output/crd-schemas.json
tar -czvf ./output/crd-schemas.tar.gz -C schemas .
tar -czvf ./output/crd-schemas.tar.gz -C schemas .
-
name
:
Run GoReleaser
-
name
:
Run GoReleaser
uses
:
goreleaser/goreleaser-action@v1
uses
:
goreleaser/goreleaser-action@v1
...
...
This diff is collapsed.
Click to expand it.
.goreleaser.yml
+
0
−
1
View file @
adf5a527
...
@@ -83,7 +83,6 @@ release:
...
@@ -83,7 +83,6 @@ release:
-
glob
:
./output/crd-schemas.tar.gz
-
glob
:
./output/crd-schemas.tar.gz
-
glob
:
./output/manifests.tar.gz
-
glob
:
./output/manifests.tar.gz
-
glob
:
./output/install.yaml
-
glob
:
./output/install.yaml
-
glob
:
./output/crd-schemas.json
dockers
:
dockers
:
-
image_templates
:
-
image_templates
:
-
'
fluxcd/flux-cli:{{
.Tag
}}-amd64'
-
'
fluxcd/flux-cli:{{
.Tag
}}-amd64'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment