Skip to content

Commit

Permalink
fix helm chart releaser
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
Change-Id: I16d0fa54c0dd9ef5bd96b96366c93037ed7de56e
  • Loading branch information
Rash419 committed Nov 24, 2023
1 parent 85e5ba4 commit a398569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/helm/collabora-online/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: "application"
name: collabora-online
description: Collabora Online helm chart

version: 1.1.5
version: 1.1.6
appVersion: "23.05.5.5.1"

home: "https://www.collaboraoffice.com/code/"
Expand Down

3 comments on commit a398569

@wrenix
Copy link

@wrenix wrenix commented on a398569 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no 23.05.5.5.1 yet:
https://hub.docker.com/r/collabora/code/tags

which containe the new/renamed metric:
2c63cf6

which all the prometheus and grafana changes contains, e.g.:
2c63cf6

@Rash419
Copy link
Contributor Author

@Rash419 Rash419 commented on a398569 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wrenix thanks for noticing

Fixing the problem the properly:
#7715

Once the above patch is merged, we delete the release from the repo and revert the patch on gh-pages
dd2b617

@Rash419
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, we should be ok now

Please sign in to comment.