Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
2c1dffeb
Unverified
Commit
2c1dffeb
authored
2 months ago
by
Simon Pasquier
Committed by
GitHub
2 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2662 from slashpai/fixes
chore: update kubernetes version for validations
parents
b7efbb8f
8363b0cc
No related branches found
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-7
7 additions, 7 deletions
Makefile
with
7 additions
and
7 deletions
Makefile
+
7
−
7
View file @
2c1dffeb
...
@@ -54,16 +54,16 @@ update: $(JB_BIN)
...
@@ -54,16 +54,16 @@ update: $(JB_BIN)
$(
JB_BIN
)
update
$(
JB_BIN
)
update
.PHONY
:
validate
.PHONY
:
validate
validate
:
validate-1.
29
validate-1.3
0
validate-1.3
1
validate
:
validate-1.
31
validate-1.3
2
validate-1.3
3
validate-1.
29
:
validate-1.
31
:
KUBE_VERSION
=
1.
29.8
$(
MAKE
)
kubeconform
KUBE_VERSION
=
1.
31.9
$(
MAKE
)
kubeconform
validate-1.3
0
:
validate-1.3
2
:
KUBE_VERSION
=
1.3
0.4
$(
MAKE
)
kubeconform
KUBE_VERSION
=
1.3
2.5
$(
MAKE
)
kubeconform
validate-1.3
1
:
validate-1.3
3
:
KUBE_VERSION
=
1.3
1.0
$(
MAKE
)
kubeconform
KUBE_VERSION
=
1.3
3.1
$(
MAKE
)
kubeconform
.PHONY
:
kubeconform
.PHONY
:
kubeconform
kubeconform
:
crdschemas manifests $(KUBECONFORM_BIN)
kubeconform
:
crdschemas manifests $(KUBECONFORM_BIN)
...
...
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