Skip to content

Commit

Permalink
Merge branch 'main' into readme-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanna Burke authored Mar 31, 2022
2 parents 1cf61f8 + 1f786aa commit 27731ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/lagoon-logging/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application
# 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.57.0
version: 0.58.0

# This is the version number of the application being deployed. This version
# number should be incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ data:
pattern ^ingress-nginx$
tag "lagoon.#{ENV['CLUSTER_NAME']}.router.nginx"
</rule>
<rule>
key $.kubernetes.namespace_name
pattern ^sigsci-ingress-nginx$
tag "lagoon.#{ENV['CLUSTER_NAME']}.router.nginx"
</rule>
# Last rule: catchall
<rule>
invert true
Expand Down

0 comments on commit 27731ba

Please sign in to comment.