Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 16, 2025
1 parent 7f8da98 commit 9c094ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/simple-website/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: simple-website
description: A Helm chart for simple websites
type: application

version: 0.0.1
version: 0.0.2

# App metadata
appVersion: "1.0.0"
Expand Down
1 change: 0 additions & 1 deletion charts/simple-website/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ spec:
requests:
cpu: 50m
memory: 128Mi
---
1 change: 1 addition & 0 deletions charts/simple-website/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
baseDomain: example.com
containerPort: 3000
imageRepository: docker.ethquokkaops.io/example
imageVersion: latest
ingress:
enabled: true
className: haproxy
Expand Down

0 comments on commit 9c094ea

Please sign in to comment.