Skip to content

Commit ca9cd79

Browse files
committed
feat: penpot-1.2.1
1 parent b778b9d commit ca9cd79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/penpot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ maintainers:
44
url: https://kubito.dev
55
apiVersion: v2
66
appVersion: 2.2.1
7-
version: 1.2.0
7+
version: 1.2.1
88
description: Kubito Penpot Helm Chart
99
home: https://github.com/kubitodev/helm/tree/main/charts/penpot
1010
icon: https://kubito.dev/images/kubito.svg

charts/penpot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The command removes all the Kubernetes components associated with the chart and
9191
| `frontend.image.imagePullPolicy` | The image pull policy to use. | `IfNotPresent` |
9292
| `frontend.replicaCount` | The number of replicas to deploy. | `1` |
9393
| `frontend.service.type` | The service type to create. | `ClusterIP` |
94-
| `frontend.service.port` | The service port to use. Don't change unless you plan to configure NGINX yourself. | `8080` |
94+
| `frontend.service.port` | The service port to use. Don't change unless you plan to configure NGINX yourself. | `80` |
9595
| `frontend.ingress.enabled` | Enable ingress record generation for Penpot frontend. | `false` |
9696
| `frontend.ingress.annotations` | Mapped annotations for the frontend ingress. | `{}` |
9797
| `frontend.ingress.hosts` | Array style hosts for the frontend ingress. | `[]` |

charts/penpot/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ frontend:
109109

110110
service:
111111
type: ClusterIP
112-
port: 8080
112+
port: 80
113113

114114
ingress:
115115
enabled: false

0 commit comments

Comments
 (0)