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

Added SHA256 digest support to the helm deployment template #1647

Closed
wants to merge 2 commits into from

Conversation

devopstoday11
Copy link

Description of the change

Add SHA256 digest support to the deployment template and add the "digest" parameter to values.yaml

Benefits

It is easy to pull images with specific SHA digest values when the need arises.

Possible drawbacks

We used it in our production environment for a while and haven't seen any drawbacks yet.

Additional information

The deployment template update to support the SHA digest helped us explicitly specify the SHA digest for particular architecture-based images when facing issues in the cluster that are irrelevant to sealed secrets and image pull. Having the SHA digest support helped us not have a roadblock to deploying and using sealed secrets smoothly. So, I am sharing the update we did and used with the community.

@devopstoday11 devopstoday11 changed the title Added SHA256 digest support to the deployment template Added SHA256 digest support to the helm deployment template Nov 27, 2024
Copy link
Collaborator

@alvneiayu alvneiayu left a comment

Choose a reason for hiding this comment

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

could you include it also in the README tables, please?

## @param image.pullPolicy Sealed Secrets image pull policy
## @param image.pullSecrets [array] Sealed Secrets image pull secrets
##
image:
registry: docker.io
repository: bitnami/sealed-secrets-controller
tag: 0.27.2
#digest: ""
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please uncomment this, no need to comment it. Just define it with the empty ""

Copy link
Contributor

This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution.

@github-actions github-actions bot added the Stale label Dec 21, 2024
Copy link
Contributor

Due to the lack of activity in the last 7 days since it was marked as "stale", we proceed to close this Pull Request. Do not hesitate to reopen it later if necessary.

@github-actions github-actions bot closed this Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants