Skip to content

Commit 3a13079

Browse files
committed
update CTP chart to use 2025.03.26 build
1 parent cb04f5d commit 3a13079

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

releases/ctp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.2
18+
version: 1.0.3
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
22-
appVersion: 20231104
22+
appVersion: v2025.03.26

releases/ctp/templates/ingress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ metadata:
4545
{{- toYaml . | nindent 4 }}
4646
{{- end }}
4747
spec:
48+
ingressClassName: nginx
4849
{{- if .Values.ingress.tls }}
4950
tls:
5051
{{- range .Values.ingress.tls }}

0 commit comments

Comments
 (0)