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 ea3f397 commit 1ffa5c8Copy full SHA for 1ffa5c8
.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.0
+ version: 0.4.1
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-ed1c1694862bdebfe7102910f0a5eb9007f8aa30
+ tag: sha-98b75f24663c3ed9049cdbd35093d87fcc7bf1b6
11
args:
12
- '--config'
13
- '/app/app-config.yaml'
0 commit comments