Skip to content

Commit afedac1

Browse files
bump chart, test annotations
1 parent 45ddb31 commit afedac1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/streamlit-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 0.3.0
18+
version: 0.4.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

src/templating.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def template_service(name):
108108

109109
def template_ingress(name, base_dns_path, ingress_annotations, suffix):
110110
dns_name = f"{name}{suffix}.{base_dns_path}"
111+
ingress_annotations = ingress_annotations or {}
111112
ingress_dict = {
112113
"apiVersion": "networking.k8s.io/v1",
113114
"kind": "Ingress",

0 commit comments

Comments
 (0)