Skip to content

fphgov/actions-helm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HELM PACKAGE & PUSH TO NEXUS REPOSITORY

Example pipeline

on:
  push:
    branches:
      - master
jobs:
  release:
    runs-on: ["self-hosted"]
    steps:
      - uses: actions/checkout@master
      - name: 'Release'
        uses: 'fphgov/actions-helm-package@master'
        with:
          helm_repository_url: 'nexus.example.com'
          helm_repository_name: 'example-repo'
          helm_repository_user: ${{ secrets.HELM_REPOSITORY_USER }}
          helm_repository_password: ${{ secrets.HELM_REPOSITORY_PASSWORD }}
          helm_repository_insecure: 'true'
          helm_chart_dir: 'example-chart'

Required Arguments

variable description required default
helm_repository_url Helm repository url true
helm_repository_name Helm repository name true
helm_repository_user Helm repository user true
helm_repository_password Helm repository password true

Optional Arguments

variable description required default
helm_repository_insecure Helm repository insecure mode false false
helm_chart_dir Helm chart dir false .

License

MIT License

Copyright (c) 2022 Municipality of Budapest

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published