Skip to content

Commit

Permalink
Switch to Moonswitch version of cloudflare chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-french committed Jan 10, 2024
1 parent 1d65afe commit 7c279f9
Show file tree
Hide file tree
Showing 5 changed files with 14 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
6 changes: 5 additions & 1 deletion charts/moonswitch-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ teleport-kube-agent:

cloudflare-tunnel-remote:
enabled: true
# TODO: write our own servicemonitor for this :2000/metrics
serviceMonitor:
enabled: true
additionalLabels:
monitored-by: moonswitch-agent


kube-prometheus-stack:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ chart-repos:
- kubernetes-dashboard=https://kubernetes.github.io/dashboard
- komodorio=https://helm-charts.komodor.io
- aqua=https://aquasecurity.github.io/helm-charts
- moonswitch=https://charts.moonswitch.com
helm-extra-args: --timeout 600s
validate-maintainers: false
namespace: moonswitch
Expand Down

0 comments on commit 7c279f9

Please sign in to comment.