[bitnami/harbor] DevCenter API 2.0 fix ingress (#15541)

Signed-off-by: mauraza <gibone@vmware.com>
This commit is contained in:
Ibone González Mauraza
2023-03-17 17:20:08 +01:00
committed by GitHub
parent 30039195b5
commit 10f781a35d
5 changed files with 8 additions and 13 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.8.3
version: 17.8.5
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.2
version: 12.2.3
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.4
digest: sha256:312aa5a59050e0d5a5cf0cc81ba0896aa83945a29b0495349be4067d7cab43c9
generated: "2023-03-08T16:59:49.081236822Z"
digest: sha256:71b7d925ac46567290097438fb62612549c75a2813cde66b37b2fe25906f1b11
generated: "2023-03-17T13:18:29.374070615+01:00"

View File

@@ -36,4 +36,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry
- https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl
- https://goharbor.io/
version: 16.4.5
version: 16.4.6

View File

@@ -78,10 +78,6 @@ data:
proxy_buffering off;
proxy_request_buffering off;
}
location /devcenter-api-2.0 {
try_files $uri $uri/ /swagger-ui-index.html;
}
location /api/ {
proxy_pass {{ $scheme }}://core/api/;

View File

@@ -144,10 +144,6 @@ data:
proxy_request_buffering off;
}
location /devcenter-api-2.0 {
try_files $uri $uri/ /swagger-ui-index.html;
}
location /api/ {
proxy_pass {{ $scheme }}://core/api/;
{{- if and .Values.internalTLS.enabled }}

View File

@@ -64,5 +64,8 @@ data:
location = /index.html {
add_header Cache-Control "no-store, no-cache, must-revalidate";
}
location /devcenter-api-2.0 {
try_files $uri $uri/ /swagger-ui-index.html;
}
}
}