Below you will find pages that utilize the taxonomy term “Vidhyashankergoel”
April 10, 2026
Helm-actions-vidhya101
Version updated for https://github.com/vidhyashankergoel/helm-actions to version v1.3.
This action is used across all versions by 1 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the packaging and publishing of Helm charts to an OCI registry, such as GitHub Container Registry (GHCR). It simplifies Helm chart management by performing tasks like updating values.yaml and Chart.yaml, running helm lint, packaging the chart, pushing it to a registry, and optionally committing version updates back to the repository. Key outputs include the final chart version, generated image tag, and packaged chart filename, streamlining CI/CD workflows for Kubernetes applications.
April 3, 2026
Helm-actions-vidhya101
Version updated for https://github.com/vidhyashankergoel/helm-actions to version v1.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates tasks related to managing and deploying Helm charts. It packages Helm charts, performs linting, pushes the packaged charts to an OCI registry (e.g., GHCR), and optionally updates a HELMCHART-VERSION file in the repository. Its key capabilities include versioning, updating chart metadata, and streamlining the Helm chart release process, making it efficient for continuous integration and deployment workflows.
April 2, 2026
Simple Greeting Action by vidhya101
Version updated for https://github.com/vidhyashankergoel/greeting-action to version v1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Simple Greeting Action is a lightweight GitHub Action designed for educational purposes, showcasing how composite actions function within CI/CD workflows. It automates the task of generating a customizable greeting message based on user-provided inputs (username and optional season) and provides the message as a reusable output for subsequent workflow steps. This action is ideal for learning the structure and execution of GitHub Actions.