Skip to content

Commit

Permalink
✨ Add argocd-image-updater Helm chart to applications. (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 25, 2024
1 parent 8497a7d commit 71ab232
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/argocd-image-updater/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd-image-updater
helmCharts:
- name: argocd-image-updater
namespace: argocd-image-updater
repo: https://argoproj.github.io/argo-helm
version: 0.11.0
releaseName: argocd-image-updater
valuesMerge: merge
valuesInline:
config:
argocd:
serverAddress: argocd-server.argocd.svc.cluster.local
serviceAccount:
create: true
3 changes: 3 additions & 0 deletions apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ applications:
repoURL: https://prometheus-community.github.io/helm-charts
chart: kube-prometheus-stack
targetRevision: 62.2.1
- name: argocd-image-updater
path: apps/argocd-image-updater
namespace: argocd-image-updater

0 comments on commit 71ab232

Please sign in to comment.