Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
CZI Argus Helm Publisher Bot committed Sep 17, 2024
2 parents 93d857a + 3da0a7e commit f813db1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stack": "1.16.1",
"stack": "1.16.2",
"argus-config": "1.2.1"
}
7 changes: 7 additions & 0 deletions stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.16.2](https://github.com/chanzuckerberg/argo-helm-charts/compare/stack-v1.16.1...stack-v1.16.2) (2024-09-17)


### Bug Fixes

* forward auth headers ([#119](https://github.com/chanzuckerberg/argo-helm-charts/issues/119)) ([341a5ff](https://github.com/chanzuckerberg/argo-helm-charts/commit/341a5ff7b46cd8083161542a5a1930d013cdabf3))

## [1.16.1](https://github.com/chanzuckerberg/argo-helm-charts/compare/stack-v1.16.0...stack-v1.16.1) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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: 1.16.1
version: 1.16.2

# 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
2 changes: 2 additions & 0 deletions stack/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,6 @@ nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header X-Forwarded-User $user;
proxy_set_header X-Forwarded-Groups $groups;
proxy_set_header X-Forwarded-Preferred-Username $preferred_username;
proxy_set_header Authorization $http_authorization;
proxy_pass_header Authorization;
{{- end -}}

0 comments on commit f813db1

Please sign in to comment.