Skip to content

Commit

Permalink
more clean-up
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Hildebrandt <[email protected]>
  • Loading branch information
paulphys committed Nov 7, 2024
1 parent 83e73bc commit 841feee
Show file tree
Hide file tree
Showing 5 changed files with 441 additions and 1,209 deletions.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The image that will be used in the deployment
image: registry.scs.community/cluster-gen/cluster-gen:v0.0.7
image: registry.scs.community/cluster-gen/cluster-gen:v0.0.8

# Ingress related config
ingress:
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cluster-gen",
"version": "0.0.7",
"version": "0.0.8",
"description": "Web UI for creating Cluster objects based on SCS Cluster Stacks",
"private": true,
"scripts": {
Expand Down Expand Up @@ -29,7 +29,6 @@
"@rjsf/validator-ajv8": "^5.21.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"geist": "^1.3.1",
"install": "^0.13.0",
"js-yaml": "^4.1.0",
Expand All @@ -45,7 +44,6 @@
"sort-json": "^2.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.0",
"yaml": "^2.6.0",
"zod": "^3.23.8"
},
Expand All @@ -63,7 +61,6 @@
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"shiki": "^1.22.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
Expand Down
Loading

0 comments on commit 841feee

Please sign in to comment.