aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-03-23 11:51:20 +0100
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-03-23 12:57:48 +0100
commit5bead9db964d37647169df71279e57d3dbc20509 (patch)
tree6d3a084d1d31bf6f8fd18106a7d94fb1f893a6e8
parent25763727265dd20b0301db0164c3e5549700cab4 (diff)
Move local dev files and add Changelog
Issue-ID: SDC-3185 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ic5d8b89dc0e69721c47b5fdec459bbd70e48f746
-rw-r--r--Changelog.md9
-rw-r--r--README.md2
-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)bin393 -> 393 bytes
-rw-r--r--dev-resources/sample-charts/correct-apiVersion-v2.tgz (renamed from charts/correct-apiVersion-v2.tgz)bin651 -> 651 bytes
-rw-r--r--dev-resources/sample-charts/error-bad-chart-yaml.tar.gz (renamed from charts/error-bad-chart-yaml.tar.gz)bin209 -> 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)bin413 -> 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)bin668 -> 668 bytes
-rw-r--r--dev-resources/sample-charts/one-lint-warning-apiVersion-v2.tgz (renamed from charts/one-lint-warning-apiVersion-v2.tgz)bin738 -> 738 bytes
-rw-r--r--dev-resources/sample-charts/two-lint-warnings-apiVersion-v1.tgz (renamed from charts/two-lint-warnings-apiVersion-v1.tgz)bin311 -> 311 bytes
-rw-r--r--pom.xml2
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
diff --git a/README.md b/README.md
index bb506c0..a8c469c 100644
--- a/README.md
+++ b/README.md
@@ -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
index 9782071..9782071 100644
--- a/charts/correct-apiVersion-v1.tgz
+++ b/dev-resources/sample-charts/correct-apiVersion-v1.tgz
Binary files differ
diff --git a/charts/correct-apiVersion-v2.tgz b/dev-resources/sample-charts/correct-apiVersion-v2.tgz
index a1a99ba..a1a99ba 100644
--- a/charts/correct-apiVersion-v2.tgz
+++ b/dev-resources/sample-charts/correct-apiVersion-v2.tgz
Binary files differ
diff --git a/charts/error-bad-chart-yaml.tar.gz b/dev-resources/sample-charts/error-bad-chart-yaml.tar.gz
index b7ce4e5..b7ce4e5 100644
--- a/charts/error-bad-chart-yaml.tar.gz
+++ b/dev-resources/sample-charts/error-bad-chart-yaml.tar.gz
Binary files differ
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
index 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
Binary files differ
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
index 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
Binary files differ
diff --git a/charts/one-lint-warning-apiVersion-v2.tgz b/dev-resources/sample-charts/one-lint-warning-apiVersion-v2.tgz
index 51f4dd1..51f4dd1 100644
--- a/charts/one-lint-warning-apiVersion-v2.tgz
+++ b/dev-resources/sample-charts/one-lint-warning-apiVersion-v2.tgz
Binary files differ
diff --git a/charts/two-lint-warnings-apiVersion-v1.tgz b/dev-resources/sample-charts/two-lint-warnings-apiVersion-v1.tgz
index 54422c9..54422c9 100644
--- a/charts/two-lint-warnings-apiVersion-v1.tgz
+++ b/dev-resources/sample-charts/two-lint-warnings-apiVersion-v1.tgz
Binary files differ
diff --git a/pom.xml b/pom.xml
index 346f07d..e67db84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>