Skip to content

Commit 9f8aef6

Browse files
committed
Merge branch 'main' into sandbox/caio-mede
2 parents b5e1944 + a9039f6 commit 9f8aef6

6 files changed

+9
-9
lines changed

.github/workflows/update-charts-dispatch.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: v3.10.0
3232

3333
- name: Update Helm chart with changes files
34-
if: github.event.action != 'trigger-workflow-testkube-agent-main' && github.event.action != 'trigger-workflow-testkube-cloud-ui-main'
34+
if: github.event.action == 'trigger-workflow-testkube-cloud-services'
3535
run: |
3636
# update application version
3737
charts=("testkube-cloud-api" "testkube-worker-service" "testkube-logs-service" )
@@ -40,13 +40,13 @@ jobs:
4040
done
4141
4242
- name: Update Helm chart with changes for testkube-cloud-ui service
43-
if: github.event.action != 'trigger-workflow-testkube-agent-main' && github.event.action != 'trigger-workflow-testkube-cloud-services'
43+
if: github.event.action == 'trigger-workflow-testkube-cloud-ui-main'
4444
run: |
4545
# update application version
4646
./scripts/update.sh -c "testkube-cloud-ui" -a ${{ github.event.client_payload.appVersion }} --verbose
4747
4848
- name: Update Helm chart with changes for testkube-ai service
49-
if: github.event.action != 'trigger-workflow-testkube-agent-main' && github.event.action != 'trigger-workflow-testkube-ai-service'
49+
if: github.event.action == 'trigger-workflow-testkube-ai-service'
5050
run: |
5151
# update application version
5252
./scripts/update.sh -c "testkube-ai-service" -a ${{ github.event.client_payload.appVersion }} --verbose

charts/testkube-cloud-api/.argocd-source-edge-testkube-cloud-api.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ helm:
44
value: docker.io/kubeshop/testkube-cloud-api
55
forcestring: true
66
- name: image.tag
7-
value: 1.11.13-rc.4
7+
value: 1.11.13-rc.5
88
forcestring: true
99
- name: migrationImage.name
1010
value: docker.io/kubeshop/testkube-migration
1111
forcestring: true
1212
- name: migrationImage.tag
13-
value: 1.11.13-rc.4
13+
value: 1.11.13-rc.5
1414
forcestring: true

charts/testkube-cloud-ui/.argocd-source-edge-testkube-cloud-ui.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ helm:
77
value: docker.io/kubeshop/testkube-cloud-ui
88
forcestring: true
99
- name: image.tag
10-
value: 2.10.3-rc.3
10+
value: 2.10.3-rc.6
1111
forcestring: true

charts/testkube-cloud-ui/.argocd-source-prod-testkube-cloud-ui.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ helm:
44
value: docker.io/kubeshop/testkube-cloud-ui
55
forcestring: true
66
- name: image.tag
7-
value: 2.10.3-rc.3
7+
value: 2.10.3-rc.6
88
forcestring: true

charts/testkube-logs-service/.argocd-source-edge-testkube-logs-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ helm:
44
value: docker.io/kubeshop/testkube-logs-service
55
forcestring: true
66
- name: image.tag
7-
value: 1.11.13-rc.4
7+
value: 1.11.13-rc.5
88
forcestring: true

charts/testkube-worker-service/.argocd-source-edge-testkube-worker-service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ helm:
44
value: docker.io/kubeshop/testkube-worker-service
55
forcestring: true
66
- name: image.tag
7-
value: 1.11.13-rc.4
7+
value: 1.11.13-rc.5
88
forcestring: true

0 commit comments

Comments
 (0)