Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/omada-controller-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: omada-controller-helm
description: Helm chart for deploying the TP-Link Omada SDN Controller
icon: https://static.tp-link.com/assets/images/icon/favicon-omada.ico
type: application
version: 1.5.2
version: 1.5.3
appVersion: "6.3.0.45"
1 change: 1 addition & 0 deletions helm/omada-controller-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The Helm chart releases do not correspond to the controller version so below is

| Controller Version | Chart Version | Change Notes |
| ------------------ | ------------- | :------------ |
| `6.3.0.44` | `1.5.3` | Fix Logs Persistent Volume Claim |
| `6.3.0.44` | `1.5.2` | Update to version 6.3.0.45 |
| `6.3.0.44` | `1.5.1` | Fix port name `upgrade-es-https` exceeding Kubernetes' 15 character limit |
| `6.3.0.44` | `1.5.0` | Update to version 6.3.0.44 |
Expand Down
2 changes: 1 addition & 1 deletion helm/omada-controller-helm/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ spec:
spec:
accessModes:
{{- toYaml .Values.persistence.logs.accessModes | nindent 10 }}
storageClassName: {{ .Values.persistence.logs.storageClass }}
storageClassName: {{ .Values.persistence.logs.storageClassName }}
resources:
requests:
storage: {{ .Values.persistence.logs.size }}
Expand Down