Skip to content

Commit 1f07502

Browse files
committed
chore: Bump to Backstage 1.31.1
1 parent e04b8d5 commit 1f07502

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 0.2.0
21+
version: 0.3.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

package/config/helm/values.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ backstage:
77
image:
88
registry: ghcr.io
99
repository: kadras-io/kadras-developer-portal
10-
tag: sha-ce9c944f1884a5406b720ab5cf464139c8036918
10+
tag: sha-493602035336190ee7482c5d2329a46cad5caab6
1111

1212
args:
1313
- '--config'
@@ -42,8 +42,6 @@ backstage:
4242
extraEnvVars:
4343
- name: BACKSTAGE_BASE_URL
4444
value: https://{{ .Values.ingress.host }}
45-
- name: NODE_OPTIONS
46-
value: "--no-node-snapshot"
4745

4846
extraEnvVarsSecrets:
4947
- developer-portal-secrets

0 commit comments

Comments
 (0)