Skip to content

Commit ce8669f

Browse files
committed
update
1 parent 31268ca commit ce8669f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/k8s-ssh-bastion-chart.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
git config user.email "[email protected]"
2323
2424
- name: Install Helm
25-
uses: azure/setup-helm@v1
26-
with:
27-
version: v3.8.1
25+
uses: azure/[email protected]
2826

29-
- name: Run chart-releaser
30-
uses: helm/[email protected].0
27+
- name: Push Helm chart to OCI compatible registry (Github)
28+
uses: bsord/[email protected].0
3129
with:
32-
charts_dir: charts
33-
env:
34-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
30+
useOCIRegistry: true
31+
registry-url: oci://ghcr.io/${{ github.repository }}/charts
32+
username: ${{ github.actor }}
33+
access-token: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
34+
force: true
35+
chart-folder: charts/k8s-ssh-bastion

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# k8s-ssh-bastion
22

33
```
4-
helm repo add k8s-ssh-bastion https://nefelim4ag.github.io/k8s-ssh-bastion/
4+
helm repo add k8s-ssh-bastion https://neptune-software.github.io/k8s-ssh-bastion/
55
helm install k8s-bastion k8s-ssh-bastion/k8s-ssh-bastion
66
```
77

0 commit comments

Comments
 (0)