Compare commits
No commits in common. "267ad3c00026f6e003ba6af4f9ce878e380d25ab" and "2947a1c3d6ebc39ccc1de1134a414062a5d12427" have entirely different histories.
267ad3c000
...
2947a1c3d6
@ -104,11 +104,11 @@ data:
|
||||
secure: true
|
||||
|
||||
'/gitea/api':
|
||||
target: '{{ .Values.backstage.gitea.inClusterUrl }}'
|
||||
target: '{{ .Values.integrations.gitea.url }}'
|
||||
changeOrigin: true
|
||||
secure: false
|
||||
secure: true
|
||||
headers:
|
||||
Authorization: ${GITEA_AUTH_HEADER}
|
||||
Authorization: 'Basic ${GITEA_AUTH_HEADER}'
|
||||
|
||||
'/github/api':
|
||||
target: 'https://api.github.com'
|
||||
|
||||
@ -6,7 +6,7 @@ namespaceOverride: "backstage"
|
||||
# Backstage application image
|
||||
image:
|
||||
repository: gcr.io/prj-onlinesales-test-framework/backstage
|
||||
tag: "main-54b6db8"
|
||||
tag: "main-e3f9d8c"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Replica count
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user