Skip to content

Commit

Permalink
Merge pull request #21 from moonswitch/switch-cloudflare-chart
Browse files Browse the repository at this point in the history
Switch cloudflare chart
  • Loading branch information
jeff-french authored Jan 10, 2024
2 parents a6cf29a + 10093f7 commit 1479570
Show file tree
Hide file tree
Showing 6 changed files with 650 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard
helm repo add komodorio https://helm-charts.komodor.io
helm repo add aqua https://aquasecurity.github.io/helm-charts
helm repo add moonswitch https://charts.moonswitch.com
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
Expand Down
8 changes: 4 additions & 4 deletions charts/moonswitch-agent/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dependencies:
repository: https://charts.releases.teleport.dev
version: 14.3.0
- name: cloudflare-tunnel-remote
repository: https://cloudflare.github.io/helm-charts
version: 0.1.1
repository: https://charts.moonswitch.com
version: 0.1.4
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 55.5.1
Expand Down Expand Up @@ -35,5 +35,5 @@ dependencies:
- name: trivy-operator
repository: https://aquasecurity.github.io/helm-charts
version: 0.20.1
digest: sha256:83b5c8dcd3c4c90fd52c4fe1ce10243295cd9088b82a3cd4eed9848fb0e8c5b3
generated: "2024-01-09T15:27:07.8434-06:00"
digest: sha256:eb12e11a30cdee79bf12c1d29e5bdcbff307339c0240d43a1045516e16f6e575
generated: "2024-01-10T11:41:01.746211-06:00"
6 changes: 3 additions & 3 deletions charts/moonswitch-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ icon: https://static.moonswitch.com/logos/color/icon.svg
sources:
- https://github.com/moonswitch/charts

version: 0.10.1
version: 0.11.0

dependencies:
- name: teleport-kube-agent
repository: https://charts.releases.teleport.dev
condition: teleport-kube-agent.enabled
version: 14.3.0
- name: cloudflare-tunnel-remote
repository: https://cloudflare.github.io/helm-charts
repository: https://charts.moonswitch.com
condition: cloudflare-tunnel-remote.enabled
version: 0.1.1
version: 0.1.4
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
condition: kube-prometheus-stack.enabled
Expand Down
Loading

0 comments on commit 1479570

Please sign in to comment.