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

use a tag in the bats image #27

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

amitsagtani97
Copy link
Contributor

When trying to bundle and deploy inbucket in a complete offline env, it returns because of not using a specific tag in the bats image.

Using a latest stable release tag, instead of latest by default.

Copy link
Collaborator

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks for the PR

can you update the image tag to use the digest as suggested?

also need to bump the chart version and sign the DCO

@@ -12,7 +12,7 @@ metadata:
spec:
containers:
- name: {{ .Release.Name }}-test
image: "bats/bats"
image: "bats/bats:v1.10.0"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
image: "bats/bats:v1.10.0"
image: "bats/bats:v1.10.0@sha256:33d5909905442e39afdb29af693516f213ace6b8100045d408475d5bd15196cb"

@amitsagtani97
Copy link
Contributor Author

thanks for the PR

can you update the image tag to use the digest as suggested?

also need to bump the chart version and sign the DCO

@cpanato Fixed :)

Copy link
Collaborator

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thx

helm-charts/inbucket/Chart.yaml Outdated Show resolved Hide resolved
Copy link
Collaborator

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

lgtm

can you plese do the sign-off and squash the commits? then we can merge

@amitsagtani97
Copy link
Contributor Author

lgtm

can you plese do the sign-off and squash the commits? then we can merge

@cpanato done :)

@cpanato
Copy link
Collaborator

cpanato commented Jun 3, 2024

you missed to sign-off the commit, (DCO Check)

Signed-off-by: Amit Sagtani <[email protected]>
@amitsagtani97
Copy link
Contributor Author

you missed to sign-off the commit, (DCO Check)

ahhh.. I missed that.. Fixed now 👍

Copy link
Collaborator

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

cool
thanks!

@cpanato cpanato merged commit b276480 into inbucket:main Jun 4, 2024
2 checks passed
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.

2 participants