You've already forked helm-docker
							
							Compare commits
	
		
			1 Commits
		
	
	
		
			v3.18.5
			...
			2e728e7650
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						2e728e7650
	
				 | 
					
					
						
@@ -15,9 +15,9 @@ jobs:
 | 
				
			|||||||
  build-arm64:
 | 
					  build-arm64:
 | 
				
			||||||
    runs-on: ubuntu-latest-arm64
 | 
					    runs-on: ubuntu-latest-arm64
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4.3.0
 | 
					      - uses: actions/checkout@v4.2.2
 | 
				
			||||||
      - uses: docker/setup-qemu-action@v3.6.0
 | 
					      - uses: docker/setup-qemu-action@v3.6.0
 | 
				
			||||||
      - uses: docker/setup-buildx-action@v3.11.1
 | 
					      - uses: docker/setup-buildx-action@v3.10.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build image
 | 
					      - name: Build image
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
@@ -33,9 +33,9 @@ jobs:
 | 
				
			|||||||
  build-amd64:
 | 
					  build-amd64:
 | 
				
			||||||
    runs-on: ubuntu-latest-amd64
 | 
					    runs-on: ubuntu-latest-amd64
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4.3.0
 | 
					      - uses: actions/checkout@v4.2.2
 | 
				
			||||||
      - uses: docker/setup-qemu-action@v3.6.0
 | 
					      - uses: docker/setup-qemu-action@v3.6.0
 | 
				
			||||||
      - uses: docker/setup-buildx-action@v3.11.1
 | 
					      - uses: docker/setup-buildx-action@v3.10.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build image
 | 
					      - name: Build image
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,7 +16,7 @@ jobs:
 | 
				
			|||||||
    runs-on:
 | 
					    runs-on:
 | 
				
			||||||
    - ubuntu-latest
 | 
					    - ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v4.3.0
 | 
					    - uses: actions/checkout@v4.2.2
 | 
				
			||||||
    - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
 | 
					    - uses: DavidAnson/markdownlint-cli2-action@v19.1.0
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        globs: '**/*.md'
 | 
					        globs: '**/*.md'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,11 +9,11 @@ jobs:
 | 
				
			|||||||
  push-arm64:
 | 
					  push-arm64:
 | 
				
			||||||
    runs-on: ubuntu-latest-arm64
 | 
					    runs-on: ubuntu-latest-arm64
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4.3.0
 | 
					      - uses: actions/checkout@v4.2.2
 | 
				
			||||||
      - uses: docker/setup-qemu-action@v3.6.0
 | 
					      - uses: docker/setup-qemu-action@v3.6.0
 | 
				
			||||||
      - uses: docker/setup-buildx-action@v3.11.1
 | 
					      - uses: docker/setup-buildx-action@v3.10.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: docker/login-action@v3.5.0
 | 
					      - uses: docker/login-action@v3.4.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: git.cryptic.systems
 | 
					          registry: git.cryptic.systems
 | 
				
			||||||
          username: ${{ github.repository_owner }}
 | 
					          username: ${{ github.repository_owner }}
 | 
				
			||||||
@@ -35,11 +35,11 @@ jobs:
 | 
				
			|||||||
  push-amd64:
 | 
					  push-amd64:
 | 
				
			||||||
    runs-on: ubuntu-latest-amd64
 | 
					    runs-on: ubuntu-latest-amd64
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4.3.0
 | 
					      - uses: actions/checkout@v4.2.2
 | 
				
			||||||
      - uses: docker/setup-qemu-action@v3.6.0
 | 
					      - uses: docker/setup-qemu-action@v3.6.0
 | 
				
			||||||
      - uses: docker/setup-buildx-action@v3.11.1
 | 
					      - uses: docker/setup-buildx-action@v3.10.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: docker/login-action@v3.5.0
 | 
					      - uses: docker/login-action@v3.4.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: git.cryptic.systems
 | 
					          registry: git.cryptic.systems
 | 
				
			||||||
          username: ${{ github.repository_owner }}
 | 
					          username: ${{ github.repository_owner }}
 | 
				
			||||||
@@ -64,7 +64,7 @@ jobs:
 | 
				
			|||||||
    - push-arm64
 | 
					    - push-arm64
 | 
				
			||||||
    - push-amd64
 | 
					    - push-amd64
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: docker/login-action@v3.5.0
 | 
					      - uses: docker/login-action@v3.4.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: git.cryptic.systems
 | 
					          registry: git.cryptic.systems
 | 
				
			||||||
          username: ${{ github.repository_owner }}
 | 
					          username: ${{ github.repository_owner }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,7 @@ jobs:
 | 
				
			|||||||
    runs-on:
 | 
					    runs-on:
 | 
				
			||||||
    - ubuntu-latest
 | 
					    - ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v4.3.0
 | 
					    - uses: actions/checkout@v4.2.2
 | 
				
			||||||
    - uses: peter-evans/dockerhub-description@v4.0.2
 | 
					    - uses: peter-evans/dockerhub-description@v4.0.2
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        username: ${{ secrets.DOCKER_IO_USERNAME }}
 | 
					        username: ${{ secrets.DOCKER_IO_USERNAME }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -121,7 +121,8 @@ MD041:
 | 
				
			|||||||
# MD044/proper-names - Proper names should have the correct capitalization
 | 
					# MD044/proper-names - Proper names should have the correct capitalization
 | 
				
			||||||
MD044:
 | 
					MD044:
 | 
				
			||||||
  # List of proper names
 | 
					  # List of proper names
 | 
				
			||||||
  names: []
 | 
					  names:
 | 
				
			||||||
 | 
					  - helm
 | 
				
			||||||
  # Include code blocks
 | 
					  # Include code blocks
 | 
				
			||||||
  code_blocks: false
 | 
					  code_blocks: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -133,4 +134,4 @@ MD046:
 | 
				
			|||||||
# MD048/code-fence-style - Code fence style
 | 
					# MD048/code-fence-style - Code fence style
 | 
				
			||||||
MD048:
 | 
					MD048:
 | 
				
			||||||
  # Code fence syle
 | 
					  # Code fence syle
 | 
				
			||||||
  style: "backtick"
 | 
					  style: "backtick"
 | 
				
			||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM docker.io/library/alpine:3.22.1
 | 
					FROM docker.io/library/alpine:3.21.3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG HELM_VERSION
 | 
					ARG HELM_VERSION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
# HELM_VERSION
 | 
					# HELM_VERSION
 | 
				
			||||||
# Only required to install a specify version
 | 
					# Only required to install a specify version
 | 
				
			||||||
HELM_VERSION?=v3.18.5 # renovate: datasource=github-releases depName=helm/helm
 | 
					HELM_VERSION?=v3.17.3 # renovate: datasource=github-releases depName=helm/helm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# CONTAINER_RUNTIME
 | 
					# CONTAINER_RUNTIME
 | 
				
			||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
 | 
					# The CONTAINER_RUNTIME variable will be used to specified the path to a
 | 
				
			||||||
@@ -27,6 +27,7 @@ container-image/build:
 | 
				
			|||||||
		--no-cache \
 | 
							--no-cache \
 | 
				
			||||||
		--pull \
 | 
							--pull \
 | 
				
			||||||
		--tag ${HELM_IMAGE_FULLY_QUALIFIED} \
 | 
							--tag ${HELM_IMAGE_FULLY_QUALIFIED} \
 | 
				
			||||||
 | 
							--tag \
 | 
				
			||||||
		.
 | 
							.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# DELETE CONTAINER IMAGE
 | 
					# DELETE CONTAINER IMAGE
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							@@ -1,15 +1,15 @@
 | 
				
			|||||||
# helm
 | 
					# helm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://hub.docker.com/r/volkerraschek/helm)
 | 
					[](https://drone.cryptic.systems/volker.raschek/helm-docker)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/helm`. The primary
 | 
					This project contains all sources to build the container image `docker.io/volkerraschek/helm`. The primary goal of this
 | 
				
			||||||
goal of this project is to package the binary `helm` as container image to provide the functionally for CI/CD workflows.
 | 
					project is to package the binary `helm` as container image to provide the functionally for CI/CD workflows. The source
 | 
				
			||||||
The source code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
 | 
					code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## drone
 | 
					## drone
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Here is an example to lint, package and deploy a chart to chartmuseum via
 | 
					Here is an example to lint, package and deploy a chart to chartmuseum via
 | 
				
			||||||
`git.cryptic.systems/volker.raschek/helm`.
 | 
					`docker.io/volkerraschek/helm`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
kind: pipeline
 | 
					kind: pipeline
 | 
				
			||||||
@@ -24,7 +24,7 @@ steps:
 | 
				
			|||||||
- name: helm lint
 | 
					- name: helm lint
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - helm lint
 | 
					  - helm lint
 | 
				
			||||||
  image: git.cryptic.systems/volker.raschek/helm:latest
 | 
					  image: docker.io/volkerraschek/helm:latest
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
    limits:
 | 
					    limits:
 | 
				
			||||||
      cpu: 50
 | 
					      cpu: 50
 | 
				
			||||||
@@ -50,7 +50,7 @@ steps:
 | 
				
			|||||||
      from_secret: helm_repo_password
 | 
					      from_secret: helm_repo_password
 | 
				
			||||||
    HELM_REPO_USERNAME:
 | 
					    HELM_REPO_USERNAME:
 | 
				
			||||||
      from_secret: helm_repo_username
 | 
					      from_secret: helm_repo_username
 | 
				
			||||||
  image: git.cryptic.systems/volker.raschek/helm:latest
 | 
					  image: docker.io/volkerraschek/helm:latest
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
    limits:
 | 
					    limits:
 | 
				
			||||||
      cpu: 50
 | 
					      cpu: 50
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user