Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI job for helm chart #73

Merged
merged 1 commit into from
Mar 15, 2021
Merged

Add CI job for helm chart #73

merged 1 commit into from
Mar 15, 2021

Conversation

kasia-kujawa
Copy link
Contributor

No description provided.

@kasia-kujawa kasia-kujawa requested a review from a team as a code owner March 12, 2021 14:28
- uses: actions/checkout@v2
- uses: imranismail/setup-kustomize@v1
- uses: WyriHaximus/github-action-helm3@v2
- uses: AbsaOSS/[email protected]
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not just v1 to get the upgrades?

Copy link
Contributor

Choose a reason for hiding this comment

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

⬆️

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll change this :) But firstly helm chart needs to be fixed in #75

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've tried to change to v1 but with that change it does not work:

Error: Unable to resolve action `AbsaOSS/k3d-action@v1`, unable to find version `v1`

Comment on lines +135 to +142
run: make TAG=registry.localhost:5000/sumologic/tailing-sidecar:test
- name: Build tailing sidecar operator
working-directory: ./operator
run: make docker-build IMG="registry.localhost:5000/sumologic/tailing-sidecar-operator:test"
- name: Push tailing sidecar operator
working-directory: ./operator
run: make docker-push IMG="registry.localhost:5000/sumologic/tailing-sidecar-operator:test"
Copy link
Contributor

Choose a reason for hiding this comment

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

Only now I see the inconsistency between TAG and IMG. Not a blocker but I guess it would be nice to make those consistent

Copy link
Contributor Author

@kasia-kujawa kasia-kujawa Mar 12, 2021

Choose a reason for hiding this comment

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

There should have different variables names for these if we want to introduce #67, maybe they should have then different names like SIDECAR_IMG and OPERATOR_IMG but this should be done in different PR as modification will be made in many places.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've opened issue for this change: #76

Copy link
Contributor

@sumo-drosiek sumo-drosiek left a comment

Choose a reason for hiding this comment

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

Looks fine, agree that changes can be done in separate PRs

@kasia-kujawa kasia-kujawa merged commit 114ae9c into main Mar 15, 2021
@kasia-kujawa kasia-kujawa deleted the kk-add-helm-job branch March 15, 2021 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants