Skip to content

Commit 8c14f17

Browse files
committed
fix(merge): conflict
1 parent 2688f0d commit 8c14f17

File tree

17 files changed

+37
-27
lines changed

17 files changed

+37
-27
lines changed

.github/workflows/helm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Helm Publish
1+
name: Publish Helm Charts
22

33
on:
44
repository_dispatch:
@@ -95,7 +95,6 @@ jobs:
9595
COSIGN_EXPERIMENTAL: "1"
9696
run: |
9797
echo "Verifying Chart Signature..."
98-
# Verify the signature using keyless verification with Sigstore Transparency Log
9998
cosign verify \
10099
--certificate-identity-regexp="https://github.com/${{ github.repository }}" \
101100
--certificate-oidc-issuer="https://token.actions.githubusercontent.com" \

.github/workflows/renovate.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,24 @@ on:
1313
workflow_dispatch:
1414
inputs:
1515
reason:
16-
description: 'Reason for manual renovate run'
16+
description: 'Reason for Manual Renovate Run'
1717
required: true
1818
type: string
19+
repository_dispatch:
20+
types: [renovate]
1921

2022
jobs:
2123
renovate:
2224
runs-on: ubuntu-latest
2325
steps:
26+
- name: Renovation Dispatch Event
27+
id: renovate-dispatch-event
28+
run: |
29+
echo "=== Renovation Dispatch Event ==="
30+
echo "Event: ${{ github.event_name }}"
31+
echo "Payload: ${{ toJson(github.event) }}"
32+
echo "=== End Payload ==="
33+
2434
- name: Checkout
2535
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2636

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"helm/applications/base": "0.6.0",
3-
"helm/applications/cavern": "0.8.0",
4-
"helm/applications/posix-mapper": "0.6.0",
5-
"helm/applications/science-portal": "1.0.0",
6-
"helm/applications/skaha": "1.2.0",
7-
"helm/applications/sshd": "1.1.0",
2+
"helm/applications/base": "0.4.1",
3+
"helm/applications/cavern": "0.7.1",
4+
"helm/applications/posix-mapper": "0.5.0",
5+
"helm/applications/science-portal": "1.0.2",
6+
"helm/applications/skaha": "1.1.1",
7+
"helm/applications/sshd": "1.0.1",
88
"helm/applications/storage-ui": "0.7.0",
9-
"helm/applications/utils": "0.1.0",
9+
"helm/applications/utils": "0.1.1",
1010
"helm/common": "1.0.0"
1111
}

helm/applications/base/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.6.0
22+
version: 0.4.1
23+
2324
# This is the version number of the application being deployed. This version number should be
2425
# incremented each time you make changes to the application. Versions are not expected to
2526
# follow Semantic Versioning. They should reflect the version the application is using.

helm/applications/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Helm chart to install base components of the CANFAR Science Platform
44

55
| Chart | AppVersion | Type |
66
|:-----:|:----------:|:----:|
7-
|0.6.0<!-- x-release-please-version --> | 0.1.4 | application |
7+
|0.4.1<!-- x-release-please-version --> | 0.1.4 | application |
88

99
## Requirements
1010

helm/applications/cavern/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.8.0
21+
version: 0.7.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

helm/applications/cavern/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Helm chart to install the VOSpace User Storage API (Cavern)
44

55
| Chart | AppVersion | Type |
66
|:-----:|:----------:|:----:|
7-
|0.8.0<!-- x-release-please-version --> | 0.9.0 | application |
7+
|0.7.1<!-- x-release-please-version --> | 0.9.0 | application |
88

99
## Requirements
1010

helm/applications/posix-mapper/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.6.0
21+
version: 0.5.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

helm/applications/posix-mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Helm chart to install the UID/GID POSIX Mapper
44

55
| Chart | AppVersion | Type |
66
|:-----:|:----------:|:----:|
7-
|0.6.0<!-- x-release-please-version --> | 0.3.2 | application |
7+
|0.5.0<!-- x-release-please-version --> | 0.3.2 | application |
88

99
## Values
1010

helm/applications/science-portal/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 1.0.0
21+
version: 1.0.2
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
2727
# renovate: image=images.opencadc.org/platform/science-portal
28-
appVersion: "1.0.1"
28+
appVersion: "1.2.0"
2929

3030
dependencies:
3131
- name: "redis"

0 commit comments

Comments
 (0)