package
0.7.1
Repository: https://github.com/kubeapps/installer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

AppRepository Controller

The controller for managing app (Helm) repository syncs for Kubeapps.

An AppRepository resource looks like this:

apiVersion: v1
items:
apiVersion: kubeapps.com/v1alpha1
kind: AppRepository
metadata:
  name: bitnami
spec:
  url: https://charts.bitnami.com/incubator
  type: helm

This controller will monitor resources of the above type and create Kubernetes CronJobs to schedule the repository to be synced to the database. This is a component of Kubeapps and is intended to be used with it.

Based off the Kubernetes Sample Controller.