{"id":26246352,"url":"https://github.com/mittwald/bump-app-version-action","last_synced_at":"2025-04-23T20:27:38.053Z","repository":{"id":46519186,"uuid":"290738048","full_name":"mittwald/bump-app-version-action","owner":"mittwald","description":"Github Action to set helm-chart version and publish to helm.mittwald.de","archived":false,"fork":false,"pushed_at":"2021-10-08T08:18:40.000Z","size":27,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-21T18:56:26.901Z","etag":null,"topics":["actions","hacktoberfest","helm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mittwald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-27T09:49:29.000Z","updated_at":"2023-10-04T21:32:49.000Z","dependencies_parsed_at":"2022-09-06T10:02:01.787Z","dependency_job_id":null,"html_url":"https://github.com/mittwald/bump-app-version-action","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mittwald%2Fbump-app-version-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mittwald%2Fbump-app-version-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mittwald%2Fbump-app-version-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mittwald%2Fbump-app-version-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mittwald","download_url":"https://codeload.github.com/mittwald/bump-app-version-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250508239,"owners_count":21442181,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","hacktoberfest","helm"],"created_at":"2025-03-13T13:18:16.204Z","updated_at":"2025-04-23T20:27:38.024Z","avatar_url":"https://github.com/mittwald.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bump App Version Action\n\nGithub Action to bump `chartVersion` and `appVersion` in Mittwald Helm Charts.\n\nOptionally, the new chart version can be published to [helm.mittwald.de](helm.mittwald.de).\n\nThe chart version is automatically determined using the `GITHUB_REF` environment variable: `TAG=\"${GITHUB_REF##*/}\"`.\n\n## Inputs\n\n### `mode`\n\nIf `mode` is `publish`, the resulting pipeline will be triggered to publish the new chart version to [helm.mittwald.de](helm.mittwald.de).\n\n### `version`\n\n`version` is the version to use for `version` and `appVersion` in the `Chart.yaml`.\n\n### `chartYaml`\n\nLocation to the `Chart.yaml` of the helm-chart relative to the repository root.\n\n## Env\n\n### `GITHUB_TOKEN`\n\nToken to pull/push to the repo this action runs in.\n\n### `HELM_REPO_USERNAME`\n\nUsername to access the helm chart repository.\n\n### `HELM_REPO_PASSWORD`\n\nPassword to access the helm chart repository.\n\n## Usage\n\nInclude the action in your workflow:\n\n```yaml\nname: Publish Chart\n\non:\n  push:\n    tags:\n      - '*'\n\njobs:\n  release:\n    steps:\n      - name: Run chart version bump\n        uses: mittwald/bump-app-version-action@v1\n        with:\n          mode: 'publish'\n          chartYaml: './deploy/chart/Chart.yaml'\n        env:\n          GITHUB_TOKEN: \"${{ secrets.githubToken }}\"\n          HELM_REPO_PASSWORD: \"${{ secrets.HELM_REPO_PASSWORD }}\"\n```\n\n## Contributing\nNew releases are always published as `v1` beside their unique version number.\nThis allows us to always use the latest version of this action without updating\nevery workflow that uses this action.\n\n```\ngit tag v1 --force\ngit tag v0.3.x\ngit push --tags --force\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmittwald%2Fbump-app-version-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmittwald%2Fbump-app-version-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmittwald%2Fbump-app-version-action/lists"}