Skip to content

Commit

Permalink
build(argocd): upgrade versions (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 authored Jul 24, 2022
1 parent 458d2a7 commit ff6ba54
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion argocd/backbone/apps/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/argocd/backbone.yml
repoURL: https://isac322.github.io/homelab
targetRevision: 0.1.6
targetRevision: 0.1.7
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion argocd/backbone/apps/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/cert-manager/backbone.yaml
repoURL: https://charts.jetstack.io
targetRevision: v1.8.0
targetRevision: v1.9.0
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion argocd/backbone/apps/external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/external-dns/backbone.yaml
repoURL: https://isac322.github.io/homelab
targetRevision: 0.1.1
targetRevision: 0.1.2
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion argocd/backbone/apps/external-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
valueFiles:
- values.yaml
repoURL: https://charts.external-secrets.io
targetRevision: 0.5.3
targetRevision: 0.5.8
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion argocd/backbone/apps/traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- values.yaml
- https://raw.githubusercontent.com/isac322/homelab/HEAD/values/traefik/backbone.yml
repoURL: https://helm.traefik.io/traefik
targetRevision: 10.19.5
targetRevision: 10.24.0
syncPolicy:
automated:
prune: true
Expand Down
2 changes: 1 addition & 1 deletion charts/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7


dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/blackd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/blocky-custom/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ kubeVersion: ">=1.16.0-0"

type: application

version: 10.2.2
version: 10.4.0

sources:
- https://github.com/0xERR0R/blocky

dependencies:
- name: blocky
repository: https://k8s-at-home.com/charts/
version: 10.2.2
version: 10.4.0
2 changes: 1 addition & 1 deletion charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2


dependencies:
Expand Down

0 comments on commit ff6ba54

Please sign in to comment.