mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-23 17:41:39 +01:00
Move helm directory to charts
This commit is contained in:
7
.github/workflows/release-chart.yaml
vendored
7
.github/workflows/release-chart.yaml
vendored
@@ -4,9 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
# TODO: add this back
|
paths:
|
||||||
# paths:
|
- 'charts/**'
|
||||||
# - 'helm/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
@@ -49,7 +48,5 @@ jobs:
|
|||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
if: steps.helm_version_checker.outcome == 'success'
|
if: steps.helm_version_checker.outcome == 'success'
|
||||||
uses: helm/chart-releaser-action@master
|
uses: helm/chart-releaser-action@master
|
||||||
with:
|
|
||||||
charts_dir: 'helm'
|
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
@@ -40,7 +40,7 @@ Of note is also a fact that the chart runs a lookup to the connected cluster to
|
|||||||
make build-image
|
make build-image
|
||||||
helm upgrade -i imagepullsecret-injector \
|
helm upgrade -i imagepullsecret-injector \
|
||||||
-n imagepullsecret-injector \
|
-n imagepullsecret-injector \
|
||||||
helm/imagepullsecret-injector
|
charts/imagepullsecret-injector
|
||||||
```
|
```
|
||||||
Alternatively, you can use the pre-built, publicly available helm chart and docker images:
|
Alternatively, you can use the pre-built, publicly available helm chart and docker images:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user