diff options
-rw-r--r-- | Changelog.md | 9 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | dev-resources/Dockerfile-local (renamed from Dockerfile-local) | 0 | ||||
-rw-r--r-- | dev-resources/deployment.yaml (renamed from deployment.yaml) | 2 | ||||
-rw-r--r-- | dev-resources/sample-charts/correct-apiVersion-v1.tgz (renamed from charts/correct-apiVersion-v1.tgz) | bin | 393 -> 393 bytes | |||
-rw-r--r-- | dev-resources/sample-charts/correct-apiVersion-v2.tgz (renamed from charts/correct-apiVersion-v2.tgz) | bin | 651 -> 651 bytes | |||
-rw-r--r-- | dev-resources/sample-charts/error-bad-chart-yaml.tar.gz (renamed from charts/error-bad-chart-yaml.tar.gz) | bin | 209 -> 209 bytes | |||
-rw-r--r-- | dev-resources/sample-charts/one-lint-one-render-error-apiVersion-v1.tgz (renamed from charts/one-lint-one-render-error-apiVersion-v1.tgz) | bin | 413 -> 413 bytes | |||
-rw-r--r-- | dev-resources/sample-charts/one-lint-one-render-error-apiVersion-v2.tgz (renamed from charts/one-lint-one-render-error-apiVersion-v2.tgz) | bin | 668 -> 668 bytes | |||
-rw-r--r-- | dev-resources/sample-charts/one-lint-warning-apiVersion-v2.tgz (renamed from charts/one-lint-warning-apiVersion-v2.tgz) | bin | 738 -> 738 bytes | |||
-rw-r--r-- | dev-resources/sample-charts/two-lint-warnings-apiVersion-v1.tgz (renamed from charts/two-lint-warnings-apiVersion-v1.tgz) | bin | 311 -> 311 bytes | |||
-rw-r--r-- | pom.xml | 2 |
12 files changed, 12 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..d2f18e1 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,9 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [0.0.1] - 23/03/2021 + +- Init Helm client validator project, which is dedicated to be used during Helm packages validation in time of VSP creation
\ No newline at end of file @@ -31,7 +31,7 @@ make run-docker ``` Example charts are located in the following directory: ``` -./charts +./dev-resources/sample-charts ``` ## Available endpoints diff --git a/Dockerfile-local b/dev-resources/Dockerfile-local index b1b378a..b1b378a 100644 --- a/Dockerfile-local +++ b/dev-resources/Dockerfile-local diff --git a/deployment.yaml b/dev-resources/deployment.yaml index 43b6f15..6cc52fe 100644 --- a/deployment.yaml +++ b/dev-resources/deployment.yaml @@ -18,7 +18,7 @@ spec: containers: - name: helm-client-validator imagePullPolicy: IfNotPresent - image: onap-dev-local.esisoj70.emea.nsn-net.net/towrobel/helm-client-validator:1.5.0 + image: onap/org.onap.sdc.sdc-helm-validator:latest resources: requests: memory: "256Mi" diff --git a/charts/correct-apiVersion-v1.tgz b/dev-resources/sample-charts/correct-apiVersion-v1.tgz Binary files differindex 9782071..9782071 100644 --- a/charts/correct-apiVersion-v1.tgz +++ b/dev-resources/sample-charts/correct-apiVersion-v1.tgz diff --git a/charts/correct-apiVersion-v2.tgz b/dev-resources/sample-charts/correct-apiVersion-v2.tgz Binary files differindex a1a99ba..a1a99ba 100644 --- a/charts/correct-apiVersion-v2.tgz +++ b/dev-resources/sample-charts/correct-apiVersion-v2.tgz diff --git a/charts/error-bad-chart-yaml.tar.gz b/dev-resources/sample-charts/error-bad-chart-yaml.tar.gz Binary files differindex b7ce4e5..b7ce4e5 100644 --- a/charts/error-bad-chart-yaml.tar.gz +++ b/dev-resources/sample-charts/error-bad-chart-yaml.tar.gz diff --git a/charts/one-lint-one-render-error-apiVersion-v1.tgz b/dev-resources/sample-charts/one-lint-one-render-error-apiVersion-v1.tgz Binary files differindex d17c118..d17c118 100644 --- a/charts/one-lint-one-render-error-apiVersion-v1.tgz +++ b/dev-resources/sample-charts/one-lint-one-render-error-apiVersion-v1.tgz diff --git a/charts/one-lint-one-render-error-apiVersion-v2.tgz b/dev-resources/sample-charts/one-lint-one-render-error-apiVersion-v2.tgz Binary files differindex 874dd3c..874dd3c 100644 --- a/charts/one-lint-one-render-error-apiVersion-v2.tgz +++ b/dev-resources/sample-charts/one-lint-one-render-error-apiVersion-v2.tgz diff --git a/charts/one-lint-warning-apiVersion-v2.tgz b/dev-resources/sample-charts/one-lint-warning-apiVersion-v2.tgz Binary files differindex 51f4dd1..51f4dd1 100644 --- a/charts/one-lint-warning-apiVersion-v2.tgz +++ b/dev-resources/sample-charts/one-lint-warning-apiVersion-v2.tgz diff --git a/charts/two-lint-warnings-apiVersion-v1.tgz b/dev-resources/sample-charts/two-lint-warnings-apiVersion-v1.tgz Binary files differindex 54422c9..54422c9 100644 --- a/charts/two-lint-warnings-apiVersion-v1.tgz +++ b/dev-resources/sample-charts/two-lint-warnings-apiVersion-v1.tgz @@ -150,7 +150,7 @@ <activeByDefault>false</activeByDefault> </activation> <properties> - <docker.dockerfile>Dockerfile-local</docker.dockerfile> + <docker.dockerfile>dev-resources/Dockerfile-local</docker.dockerfile> </properties> <build> <plugins> |