Skip to content

Commit a3fbf46

Browse files
authored
Merge branch 'main' into fix/ocm-build2
2 parents 7da6ff5 + f5ec560 commit a3fbf46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/kind-localsetup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Upload Playwright artefacts
104104
if: always()
105-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
105+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
106106
with:
107107
name: playwright-artifacts
108108
path: |

charts/extension-manager-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: extension-manager-operator
33
description: A Helm chart for extension-manager-operator which manages resources like ContentConfigurations and exposes REST `/validate` endpoint
44
type: application
5-
version: 0.30.146
6-
appVersion: "v0.1.19"
5+
version: 0.30.151
6+
appVersion: "v0.1.24"
77
dependencies:
88
- name: extension-manager-operator-crds
99
version: 0.2.1

charts/portal/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: Helm Chart for the Platform Mesh Portal
33
name: portal
4-
version: 0.3.5
5-
appVersion: "v0.16.67"
4+
version: 0.3.6
5+
appVersion: "v0.16.69"
66
dependencies:
77
- name: common
88
repository: oci://ghcr.io/platform-mesh/helm-charts

0 commit comments

Comments
 (0)