Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MacroPower/homelab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 742c1e4cec195ebb0da2f203ebcbda992bb1eae6
Choose a base ref
..
head repository: MacroPower/homelab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29e50aa3867ab2ff802a4772fcf65c835fc8b7c9
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 applications/base/argocd/application.libsonnet
  2. +1 −1 hack/extra/argocd/kustomization.yaml
  3. +1 −1 talos/extras/argocd/kustomization.yaml
2 changes: 1 addition & 1 deletion applications/base/argocd/application.libsonnet
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ app.new(
).withChart(
name='argo-cd',
repoURL='https://argoproj.github.io/argo-helm',
targetRevision='7.8.6',
targetRevision='7.8.7',
releaseName='argocd',
values='values.yaml'
)
2 changes: 1 addition & 1 deletion hack/extra/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ kind: Kustomization
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 7.8.6
version: 7.8.7
releaseName: argocd
namespace: argocd
valuesFile: values.yaml
2 changes: 1 addition & 1 deletion talos/extras/argocd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ kind: Kustomization
helmCharts:
- name: argo-cd
repo: https://argoproj.github.io/argo-helm
version: 7.8.6
version: 7.8.7
releaseName: argocd
namespace: argocd
valuesFile: values.yaml