Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion argocd-kasten-controller/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
## ref: https://github.com/lknite/daytwo/tree/main/daytwo-argocd-kasten-controller
image:
repository: docker.io/lknite/argocd-kasten-controller
tag: latest
tag: 0.0.4
pullPolicy: Always

## @param argocdNamespace Used if targeting an argocd installation in an alternative namespace
Expand Down
2 changes: 1 addition & 1 deletion argocd-labels-controller/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
## ref: https://github.com/lknite/daytwo/tree/main/argocd-labels-controller
image:
repository: docker.io/lknite/argocd-labels-controller
tag: latest
tag: 0.0.6
pullPolicy: Always

## @param managementCluster Comma separated list of names of clusterapi servers
Expand Down
2 changes: 1 addition & 1 deletion argocd-pinniped-controller/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
## ref: https://github.com/lknite/daytwo/tree/main/daytwo-argocd-pinniped-controller
image:
repository: docker.io/lknite/argocd-pinniped-controller
tag: latest
tag: 0.0.4
pullPolicy: Always

## @param argocdNamespace Used if targeting an argocd installation in an alternative namespace
Expand Down
8 changes: 5 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ dependencies:
- name: argocd-register-controller
version: 0.0.25
repository: https://lknite.github.io/charts
- name: argocd-pinniped-controller
version: 0.0.25
repository: https://lknite.github.io/charts
- name: argocd-labels-controller
version: 0.0.8
repository: https://lknite.github.io/charts
- name: argocd-pinniped-controller
version: 0.0.25
repository: https://lknite.github.io/charts
condition: dependencies.pinniped.enabled
- name: argocd-kasten-controller
version: 0.0.5
repository: https://lknite.github.io/charts
condition: dependencies.kasten.enabled
4 changes: 4 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
dependencies:
kasten.enabled: true
pinniped.enabled: true