We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc830ee commit 12997a4Copy full SHA for 12997a4
.github/workflows/release.yml
@@ -18,6 +18,6 @@ jobs:
18
registry-server: ghcr.io
19
registry-username: ${{ github.actor }}
20
image: ${{ github.repository }}
21
- version: 0.4.1
+ version: 0.5.0
22
secrets:
23
pull-request-token: ${{ secrets.GH_ORG_PAT }}
package/config/helm/values.yml
@@ -7,7 +7,7 @@ backstage:
7
image:
8
registry: ghcr.io
9
repository: kadras-io/kadras-developer-portal
10
- tag: sha-98b75f24663c3ed9049cdbd35093d87fcc7bf1b6
+ tag: sha-ff8dbe4f90f9be4136921fd28eaeb40da65f1cd6
11
args:
12
- '--config'
13
- '/app/app-config.yaml'
0 commit comments