Skip to content
Snippets Groups Projects
Verified Commit 212ec3c2 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove helm-stable repo, add wikimedia repo, switch eventrouter-release to wikimedia repo

parent 27cc7aa9
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ include:
- flux2/apps/monitoring/*.yaml
- flux2/cluster/optional/monitoring/*.yaml
- flux2/infrastructure/sources/grafana.yaml
- flux2/infrastructure/sources/helm-stable.yaml
- flux2/infrastructure/sources/wikimedia.yaml
- flux2/infrastructure/sources/prometheus-community.yaml
- install/install-app.sh
- test/taiko/*
......@@ -129,7 +129,6 @@ include:
- changes:
- flux2/apps/$RESOURCE/*.yaml
- flux2/cluster/optional/$RESOURCE/*.yaml
- flux2/infrastructure/sources/helm-stable.yaml
- install/install-app.sh
- test/taiko/*
- if: '$TRIGGER_JOBS =~ /enable-rocketchat/'
......
......@@ -11,10 +11,10 @@ spec:
# https://github.com/helm/charts/tree/master/stable/eventrouter
# In transitionto bitnami chart repo (https://github.com/bitnami/charts/pull/4698)
chart: eventrouter
version: 0.3.2
version: 0.3.6
sourceRef:
kind: HelmRepository
name: helm-stable
name: wikimedia
namespace: flux-system
interval: 1h
valuesFrom:
......
......@@ -5,7 +5,6 @@ namespace: flux-system
resources:
- bitnami.yaml
- grafana.yaml
- helm-stable.yaml
- ingress-nginx.yaml
- jetstack.yaml
- local-path-provisioner.yaml
......@@ -15,4 +14,5 @@ resources:
- single-sign-on.yaml
- vmware-tanzu.yaml
- wekan.yaml
- wikimedia.yaml
- wordpress.yaml
......@@ -2,7 +2,7 @@
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: helm-stable
name: wikimedia
spec:
interval: 1h
url: https://charts.helm.sh/stable
url: https://helm-charts.wikimedia.org/stable/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment