Skip to content

Commit 472d13e

Browse files
authored
remove run_artifact from post_merge workflow (#77)
1 parent 01eff89 commit 472d13e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/post-merge.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
run_helm_build: true
3030
run_helm_push: true
3131
run_version_tag: true
32-
run_artifact: false
3332
project_folder: ""
3433
secrets:
3534
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2-dev
1+
0.4.2

deploy/charts/app-orch-tenant-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
apiVersion: v2
66
description: Tenant Controller
77
name: app-orch-tenant-controller
8-
version: 0.4.1
8+
version: 0.4.2
99
annotations:
1010
revision: ""
1111
created: ""
12-
appVersion: "0.4.1"
12+
appVersion: "0.4.2"

0 commit comments

Comments
 (0)