diff --git a/.containerignore b/.containerignore new file mode 100644 index 0000000..da6cc6f --- /dev/null +++ b/.containerignore @@ -0,0 +1,10 @@ +.git +node_modules +.eslint* +.prettier* +.git* +.vscode +Containerfile* +public +.svelte-kit +build diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8687a4e..873d3ae 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.1" +appVersion: "0.0.2" diff --git a/package.json b/package.json index 6703860..87048c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plantwiki-svelte", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "vite dev", @@ -15,7 +15,6 @@ "@sveltejs/kit": "^1.27.4", "@zerodevx/svelte-img": "^2.1.0", "drab": "^4.1.4", - "lorem-ipsum": "^2.0.8", "sass": "^1.69.5", "svelte": "^4.0.5", "svelte-check": "^3.6.0",