Sean Eagan a0c1fc7756 Use helm-chart-collator for all charts
- Update the helm-chart-collator image to one which:
  - uses versions unique to the git source [0]
  - includes all helm charts used by treasuremap [1]
- Rewire all the HelmReleases to point at the hcc HelmRepository
- Removes all the other HelmRepositories and associated config

[0]: https://review.opendev.org/c/airship/images/+/794657
[1]: https://review.opendev.org/c/airship/images/+/794838

Relates-To: #162
Relates-To: #164
Signed-off-by: Sean Eagan <seaneagan1@gmail.com>
Change-Id: Ia96820b627d76feee7909471dd98a27de8594bf1
2021-07-13 04:44:47 +00:00

39 lines
898 B
YAML

apiVersion: "helm.toolkit.fluxcd.io/v2beta1"
kind: HelmRelease
metadata:
name: ingress
spec:
chart:
spec:
sourceRef:
kind: HelmRepository
namespace: helm-chart-collator
name: collator
interval: 1m
values:
defaultBackend:
enabled: true
image:
repository: k8s.gcr.io/defaultbackend-amd64
tag:
controller:
image:
repository: k8s.gcr.io/ingress-nginx/controller
tag:
service:
type: NodePort
nodePorts:
http: 30000
https: 30001
nodeSelector:
node-role.kubernetes.io/master: ""
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
# This chart doesn't have any helm tests, but this still runs a noop
# helm test flow, to ensure we can do this.
test:
enable: true
interval: 5m
timeout: 10m