Skip to content

Commit

Permalink
simple-app: v0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Jul 15, 2024
1 parent 2a365e6 commit 4ac974f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions charts/simple-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.10

* Add ability to specify `namespace` for Gateway reference in HTTPRoute

# 0.11.9

* Do `RollingUpdate` unless we really need to do `Recreate`
Expand Down
2 changes: 1 addition & 1 deletion charts/simple-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.11.9"
version: "0.11.10"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/simple-app/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
parentRefs:
- kind: Gateway
name: {{ .Values.gateway.name }}
{{ if .Values.gateway.namespace }}namespace: {{ .Values.gateway.namespace }}{{ end }}
hostnames:
- "{{ .Values.domain }}"
rules:
Expand Down

0 comments on commit 4ac974f

Please sign in to comment.