File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ golangci-lint 2.1.6
4
4
helm 3.16.3
5
5
helm-cr 1.6.1
6
6
helm-ct 3.11.0
7
- kubeconform 0.6.7
7
+ kubeconform 0.7.0
8
8
kustomize 5.6.0
9
9
mockery 3.3.4
10
10
tilt 0.33.2
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ test-helm:
177
177
FROM quay.io/helmpack/chart-testing:v${CHART_TESTING_VERSION}
178
178
179
179
# install kubeconform
180
- ARG KUBECONFORM_VERSION= "0.6.4 "
180
+ ARG KUBECONFORM_VERSION= "0.7.0 "
181
181
RUN FILE= kubeconform.tgz \
182
182
&& URL= https://github.com/yannh/kubeconform/releases/download/v${KUBECONFORM_VERSION }/kubeconform-linux-${USERARCH }.tar.gz \
183
183
&& wget ${URL } \
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ require (
41
41
github.com/spf13/viper v1.20.1
42
42
github.com/stretchr/testify v1.10.0
43
43
github.com/xanzy/go-gitlab v0.114.0
44
- github.com/yannh/kubeconform v0.6.4
44
+ github.com/yannh/kubeconform v0.7.0
45
45
github.com/ziflex/lecho/v3 v3.8.0
46
46
go.opentelemetry.io/contrib/instrumentation/runtime v0.58.0
47
47
go.opentelemetry.io/otel v1.36.0
@@ -248,7 +248,7 @@ require (
248
248
github.com/rogpeppe/go-internal v1.13.1 // indirect
249
249
github.com/russross/blackfriday/v2 v2.1.0 // indirect
250
250
github.com/sagikazarmark/locafero v0.7.0 // indirect
251
- github.com/santhosh-tekuri/jsonschema/v5 v5.3 .1 // indirect
251
+ github.com/santhosh-tekuri/jsonschema/v6 v6.0 .1 // indirect
252
252
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
253
253
github.com/shopspring/decimal v1.4.0 // indirect
254
254
github.com/shteou/go-ignore v0.3.1 // indirect
You can’t perform that action at this time.
0 commit comments