[bitnami/harbor] removed /etc/core/token mount since it's unused (#32364)

* Remove unused psc mount

Signed-off-by: Simon Seelig <19488367+gira0@users.noreply.github.com>

* Increased version

Signed-off-by: Simon Seelig <19488367+gira0@users.noreply.github.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Simon Seelig <19488367+gira0@users.noreply.github.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Simon Seelig
2025-03-10 11:04:24 +01:00
committed by GitHub
parent bedc812c16
commit a4ba8ad7c4
3 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 24.3.3 (2025-02-20)
## 24.3.4 (2025-03-08)
* [bitnami/harbor] Release 24.3.3 ([#32091](https://github.com/bitnami/charts/pull/32091))
* [bitnami/harbor] removed /etc/core/token mount since it's unused ([#32364](https://github.com/bitnami/charts/pull/32364))
## <small>24.3.3 (2025-02-20)</small>
* [bitnami/harbor] Release 24.3.3 (#32091) ([97774de](https://github.com/bitnami/charts/commit/97774dec2db1ae1011be7053dcc835b48d5bdac6)), closes [#32091](https://github.com/bitnami/charts/issues/32091)
## <small>24.3.2 (2025-02-18)</small>

View File

@@ -55,4 +55,4 @@ maintainers:
name: harbor
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/harbor
version: 24.3.3
version: 24.3.4

View File

@@ -254,8 +254,6 @@ spec:
mountPath: /etc/core/auth-ca/auth-ca.crt
subPath: auth-ca.crt
{{- end }}
- name: psc
mountPath: /etc/core/token
{{- if .Values.internalTLS.caBundleSecret }}
{{- include "harbor.caBundleVolumeMount" . | nindent 12 }}
{{- end }}
@@ -323,8 +321,6 @@ spec:
- key: ca.crt
path: auth-ca.crt
{{- end }}
- name: psc
emptyDir: {}
{{- if .Values.core.extraVolumes }}
{{- include "common.tplvalues.render" (dict "value" .Values.core.extraVolumes "context" $) | nindent 8 }}
{{- end }}