Skip to content

Commit

Permalink
Update argocd chart releases (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Apr 25, 2024
1 parent 4f7dc0e commit 0fdda1f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 16 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ lint: install
poetry run molecule syntax

test dependency create prepare converge idempotence side-effect verify destroy login reset list:
KIND_RELEASE=$(KIND_RELEASE) K8S_RELEASE=$(K8S_RELEASE) poetry run molecule $@ -s ${MOLECULE_SCENARIO}
KIND_RELEASE=$(KIND_RELEASE) \
K8S_RELEASE=$(K8S_RELEASE) \
poetry run molecule $@ -s ${MOLECULE_SCENARIO}

rebuild: destroy prepare create

Expand Down
8 changes: 4 additions & 4 deletions defaults/main/argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ k8s_argocd_exec_timeout: "3m"
k8s_argocd_chart:
name: "argo-cd"
repo: "https://argoproj.github.io/argo-helm"
release: "5.53.13"
last_checked: "2024-02-02T22:37:26-06:00"
release: "6.7.14"
last_checked: "2024-04-23T22:53:28-06:00"
k8s_argocd_chart_values:
redis-ha:
enabled: false
Expand All @@ -26,8 +26,8 @@ k8s_argocd_apps_wait_timeout: "{{ k8s_wait_timeout }}"
k8s_argocd_apps_chart:
name: "argocd-apps"
repo: "https://argoproj.github.io/argo-helm"
release: "1.6.1"
last_checked: "2024-02-02T22:37:49-06:00"
release: "2.0.0"
last_checked: "2024-04-23T22:53:35-06:00"
k8s_argocd_apps_chart_values:
applications: []
applicationsets: []
Expand Down
33 changes: 22 additions & 11 deletions molecule/argocd/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,36 @@ provisioner:
k8s_molecule_cluster_type: kind
k8s_argocd_apps_chart_values:
applications:
- name: guestbook
namespace: argocd
argocd-application:
additionalLabels: {}
additionalAnnotations: {}
finalizers:
- resources-finalizer.argocd.argoproj.io
project: default
sources:
- repoURL: https://github.com/argoproj/argocd-example-apps.git
path: guestbook
targetRevision: HEAD
source:
repoURL: https://github.com/argoproj/argocd-example-apps.git
targetRevision: HEAD
path: guestbook
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: guestbook
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
prune: false
selfHeal: false
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
revisionHistoryLimit: null
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/replicas
info:
- name: url
value: https://argoproj.github.io/
verifier:
name: ansible
scenario:
Expand Down

0 comments on commit 0fdda1f

Please sign in to comment.