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 220cd63 commit c660ff4Copy full SHA for c660ff4
.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.6.0
+ version: 0.7.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-e31ef15a565058cd986e8bfc3d680328ee3c24aa
+ tag: sha-0600662b3377d2bb39e8138387b6023c506f8233
11
args:
12
- '--config'
13
- '/app/app-config.yaml'
0 commit comments