Skip to content

Commit

Permalink
chore: update ArgoCD patch version to 2.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen committed Sep 14, 2023
1 parent 674dd5d commit 81e3970
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 318 deletions.
4 changes: 2 additions & 2 deletions apps/argocd/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ namespace: argocd
# https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/images/
images:
- name: quay.io/argoproj/argocd
newTag: v2.7.13
newTag: v2.7.14

resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.13/manifests/ha/install.yaml # ensure to keep images.newTag in sync
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.14/manifests/ha/install.yaml # ensure to keep images.newTag in sync
- vault-plugin/vault-plugin-cm.yaml # AVP sidecar configuration
- avp-rbac-secret-access.yaml # grant avp access to secret with AVP configuration

Expand Down
8 changes: 7 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0, "always", 100],
'footer-max-line-length': [0, "always", 100]
}
};
12 changes: 6 additions & 6 deletions environments/core/applicationsets/argo-applicationset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ spec:
- cluster: core
cluster-name: in-cluster
overlay: overlays/core
targetRevision: ArgoCD-v2.7.13-c0_AVP-v1.16.1
targetRevision: ArgoCD-v2.7.14-c0_AVP-v1.16.1
- cluster: hotel-budapest
cluster-name: hotel-budapest
overlay: overlays/hotel-budapest
targetRevision: ArgoCD-v2.7.13-c0_AVP-v1.16.1
targetRevision: ArgoCD-v2.7.14-c0_AVP-v1.16.1
- cluster: dev
cluster-name: dev
overlay: overlays/dev
targetRevision: ArgoCD-v2.7.13-c0_AVP-v1.16.1
targetRevision: ArgoCD-v2.7.14-c0_AVP-v1.16.1
- cluster: devsecops-testing
cluster-name: devsecops-testing
overlay: overlays/devsecops-testing
targetRevision: HEAD # intentional for testing purposes, don't change without good reason
- cluster: pre-prod
cluster-name: pre-prod
overlay: overlays/pre-prod
targetRevision: ArgoCD-v2.7.13-c0_AVP-v1.16.1
targetRevision: ArgoCD-v2.7.14-c0_AVP-v1.16.1
- cluster: beta
cluster-name: beta
overlay: overlays/beta
targetRevision: ArgoCD-v2.7.13-c0_AVP-v1.16.1
targetRevision: ArgoCD-v2.7.14-c0_AVP-v1.16.1
- cluster: stable
cluster-name: stable
overlay: overlays/stable
targetRevision: ArgoCD-v2.7.13-c0_AVP-v1.16.1
targetRevision: ArgoCD-v2.7.14-c0_AVP-v1.16.1

template:
metadata:
Expand Down
Loading

0 comments on commit 81e3970

Please sign in to comment.