Skip to content

Commit

Permalink
[bitnami/vault] fix injector (bitnami#26611)
Browse files Browse the repository at this point in the history
* [bitnami/vault] fix injector networkpolicy ingress port

Signed-off-by: Jiří Matěják <[email protected]>

* [bitnami/vault] fix AGENT_INJECT_VAULT_ADDR

Signed-off-by: Jiří Matěják <[email protected]>

* [bitnami/vault] bump chart version

Signed-off-by: Jiří Matěják <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Jiří Matěják <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
Signed-off-by: Fran Mulero <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Co-authored-by: Carlos Rodríguez Hernández <[email protected]>
Co-authored-by: Fran Mulero <[email protected]>
Signed-off-by: Long Bao <[email protected]>
  • Loading branch information
4 people authored and longnbao committed Jun 12, 2024
1 parent a058b99 commit f70ac30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions bitnami/vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 1.4.4 (2024-06-06)
## 1.4.5 (2024-06-06)

* [bitnami/vault] Release 1.4.4 ([#27025](https://github.com/bitnami/charts/pull/27025))
* [bitnami/vault] fix injector ([#26611](https://github.com/bitnami/charts/pull/26611))

## <small>1.4.4 (2024-06-06)</small>

* [bitnami/vault] Release 1.4.4 (#27025) ([fcd0b92](https://github.com/bitnami/charts/commit/fcd0b92e3b494126addbb22070d43ac4975287b5)), closes [#27025](https://github.com/bitnami/charts/issues/27025)

## <small>1.4.3 (2024-06-05)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ maintainers:
name: vault
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/vault
version: 1.4.4
version: 1.4.5
2 changes: 1 addition & 1 deletion bitnami/vault/templates/injector/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
- name: AGENT_INJECT_LISTEN
value: :{{ .Values.injector.containerPorts.https }}
- name: AGENT_INJECT_VAULT_ADDR
value: http://{{ include "vault.server.fullname" . }}:{{ .Values.server.service.general.ports.http }}
value: http://{{ include "vault.server.fullname" . }}.{{ include "common.names.namespace" . }}.svc:{{ .Values.server.service.general.ports.http }}
- name: AGENT_INJECT_VAULT_AUTH_PATH
value: auth/kubernetes
- name: AGENT_INJECT_VAULT_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion bitnami/vault/templates/injector/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
{{- end }}
ingress:
- ports:
- port: {{ .Values.injector.service.ports.https }}
- port: {{ .Values.injector.containerPorts.https }}
{{- if not .Values.injector.networkPolicy.allowExternal }}
from:
- podSelector:
Expand Down

0 comments on commit f70ac30

Please sign in to comment.