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

bump k3d-action to v 1.2.0 #295

Merged
merged 1 commit into from
Feb 16, 2021
Merged

bump k3d-action to v 1.2.0 #295

merged 1 commit into from
Feb 16, 2021

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented Feb 15, 2021

bump k3d-action to v 1.2.0

helm requires semantic version format e.g.:v7.0.4-5346f3e otherwise helm error:

Error: validation: chart.metadata.version "5346f3e" is invalid

helm requires semantic version format e.g.:`v7.0.4-5346f3e` othervise ir fails on error:
```
Error: validation: chart.metadata.version "5346f3e" is invalid
```
docker tag k8gb:$(COMMIT_HASH) $(GITACTION_IMAGE_REPO):$(COMMIT_HASH)
docker push $(GITACTION_IMAGE_REPO):$(COMMIT_HASH)
docker build . -t $(GITACTION_IMAGE_REPO):$(SEMVER)
docker push $(GITACTION_IMAGE_REPO):$(SEMVER)
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we make it global? eg reusable for create-full-local-setup?

Copy link
Collaborator

@k0da k0da left a comment

Choose a reason for hiding this comment

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

LGTM

@kuritka kuritka merged commit 43cb476 into master Feb 16, 2021
@somaritane somaritane deleted the bump-k3d-action-to-v1.2.0 branch February 22, 2021 19:25
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