Skip to content

A chart to enable hard-refresh to an umbrella chart applications in ArgoCD or target to another ArgoCD application.

License

Notifications You must be signed in to change notification settings

camposdelima/argocd-hard-refresher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argocd-hard-refresher

A chart to enable hard-refresh to an umbrella chart applications in ArgoCD or target to another ArgoCD application.

Usage:

apiVersion: v2
name: my-umbrella-chart
description: A sample umbrella chart that need to be refreshed and noticed when Redis new version is published.
type: application
version: 1.0.0
appVersion: 1.0.0

dependencies:
  - name: redis
    version: "^16.2.1"
    repository: "https://charts.bitnami.com/bitnami"
  - name: argocd-hard-refresher
    version: "0.1.1"
    repository: "oci://ghcr.io/camposdelima"

About

A chart to enable hard-refresh to an umbrella chart applications in ArgoCD or target to another ArgoCD application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages