feat: add ci config #3

Merged
konrad merged 2 commits from feature/automate-all-the-things into main 2023-03-10 21:30:03 +00:00
Owner

Resolves #2

Resolves #2
konrad added 1 commit 2023-03-10 17:39:43 +00:00
continuous-integration/drone/pr Build is failing Details
b475c64b41
feat: add ci config
Author
Owner

@vlasov-y Do you have an idea why this fails? As far as I know redis and postgres are external charts so they should not have any effect?

@vlasov-y Do you have an idea why this fails? As far as I know redis and postgres are external charts so they should not have any effect?
Member

@konrad Hi! That is an expected behavior. When you package helm chart you always package it with all dependencies. We depend on PostgreSQL and Redis but do not push them to the repository (they have been added to .gitignore).

Solution

Run helm dependency update before helm package . command and the issue will disappear.

@konrad Hi! That is an expected behavior. When you package helm chart you always package it with all dependencies. We depend on PostgreSQL and Redis but do not push them to the repository (they have been added to .gitignore). **Solution** Run `helm dependency update` before `helm package .` command and the issue will disappear.
Member

I have updated the README.md including these details

I have updated the README.md including [these details](https://kolaente.dev/vikunja/helm-chart/src/branch/main/README.md#contributing)
konrad added 1 commit 2023-03-10 21:27:42 +00:00
continuous-integration/drone/pr Build is passing Details
bf50b61398
fix: update dependencies before packaging
Author
Owner

That seems to have been it - thanks!

That seems to have been it - thanks!
konrad merged commit ab61974ad5 into main 2023-03-10 21:30:03 +00:00
konrad referenced this issue from a commit 2023-03-10 21:30:03 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/helm-chart#3
No description provided.