chart-releaser: fix 422 Validation Failed

- from the logs Error: error creating GitHub release
helm-collabora-online-1.1.5: POST https://api.github.com/repos/CollaboraOnline/online/releases:
422 Validation Failed [{Resource:Release Field:tag_name Code:already_exists Message:}]

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I7b10e972564eae2cd6ad2146470d16fd05401361
pull/7716/head
Rash419 2023-11-24 13:37:52 +05:30 committed by Andras Timar
parent 851ef435cf
commit ccdedbaab1
2 changed files with 4 additions and 3 deletions

View File

@ -35,6 +35,7 @@ jobs:
uses: helm/chart-releaser-action@v1
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
with:
charts_dir: "kubernetes/helm"
config: kubernetes/helm/cr.yaml

View File

@ -4,8 +4,8 @@ type: "application"
name: collabora-online
description: Collabora Online helm chart
version: 1.1.6
appVersion: "23.05.5.5.1"
version: 1.1.5
appVersion: "23.05.5.4.1"
home: "https://www.collaboraoffice.com/code/"
icon: "https://avatars0.githubusercontent.com/u/22418908?s=200&v=4"
@ -35,7 +35,7 @@ maintainers:
annotations:
artifacthub.io/images: |
- name: collabora
image: docker.io/collabora/code:23.05.5.5.1
image: docker.io/collabora/code:23.05.5.4.1
- name: nginx
image: docker.io/nginx:1.25
- name: twostoryrobot/simple-file-upload