Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chart to 5.16.0 #5

Merged
merged 50 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
7e30521
feat(argo-cd): Upgrade Argo CD to 2.5.0 (#1568)
pdrastil Oct 25, 2022
77de11b
chore(github): Bump GitHub actions versions (#1575)
pdrastil Oct 25, 2022
5c8681b
fix(argo-cd): Chart NOTES nil references (#1582)
horjulf Oct 26, 2022
aa66902
docs(argo-cd): Improve documentation (#1584)
pdrastil Oct 26, 2022
55b8b34
fix(argo-workflows): serviceaccount rbac when sso is enabled (#1586)
nxf5025 Oct 27, 2022
563e1b3
Fix incorrect applicationSet property in README (#1590)
ashlineldridge Oct 27, 2022
229ca39
fix(argo-cd): Remove AWS volume from server (#1591)
pdrastil Oct 28, 2022
2cdd2ba
chore(argo-cd): Cleanup Redis manifest (#1577)
pdrastil Oct 28, 2022
90aa896
fix(argo-cd): Fix migration path for server configs (#1585)
pdrastil Oct 29, 2022
3eaad42
fix(argo-cd): Type conversion for ConfigMaps values (#1594)
pdrastil Oct 29, 2022
38a8957
feat(argo-cd): Add probes for ApplicationSet controller (#1532)
pdrastil Oct 30, 2022
4110069
chore(argo-cd): Remove liveness probe from application controller (#1…
pdrastil Oct 30, 2022
b249ebf
chore(github): Add dependabot.yml (#1595)
pdrastil Oct 30, 2022
3d9e2f3
feat(argo-cd): Set container security contexts (#1579)
pdrastil Oct 30, 2022
9819da3
feat(argo-cd): Support custom TLS certificates for Dex (#1477)
pdrastil Oct 30, 2022
caf1f4d
feat(argo-cd): Support manually managed TLS certificate for Server (#…
pdrastil Oct 30, 2022
02463f3
fix(argo-cd): Don't install CRDs for disabled components (#1596)
mkilchhofer Oct 30, 2022
48ab48a
fix(argo-cd): update network policy port name (#1603)
ecimin0 Oct 31, 2022
82b726b
chore(argo-workflows): Update ArgoWorkflows to v3.4.3 (#1610)
yu-croco Nov 1, 2022
579f114
fix(argo-cd): Replace coalesce with merge for old config values (#1612)
pdrastil Nov 1, 2022
1b2e7ca
feat(argo-cd): Add revisionHistoryLimit (#1599)
pdrastil Nov 1, 2022
06343a9
Upgrade Argo Image to the latest (#1614)
wd Nov 2, 2022
91f051a
chore(argo-cd): Update redis-ha (#1617)
yu-croco Nov 3, 2022
22496be
fix(argo-cd): Add /tmp voulmeMount to extensions container (#1620)
tvandewalle Nov 6, 2022
48360ee
fix(argo-cd): Add missing ClusterRole permissions to argo-cd-server t…
EladDolev Nov 6, 2022
e22ee52
fix(argo-cd): Use Dex non-distroless image (#1626)
pdrastil Nov 7, 2022
c82b03e
chore(argo-cd): Upgrade Argo CD to 2.5.2 (#1628)
pdrastil Nov 8, 2022
826ae0f
Allow to add custom artifact repository (#1453)
maxkochubey Nov 10, 2022
1f42ea7
fix(argo-cd): Use raw json for cluster credentials for Vault compatib…
pdrastil Nov 10, 2022
07c6fc3
fix(argo-cd): Cluster credentials config should be a string (#1636)
pdrastil Nov 11, 2022
050027a
fix(argo-workflows): Added missing attribute for sso (#1641)
yu-croco Nov 14, 2022
cde6e84
docs(argo-cd): Improve changelog information (#1652)
pdrastil Nov 17, 2022
6f3c468
chore(argo-cd): Consolidated GnuPG configuration (#1609)
pdrastil Nov 20, 2022
7105de1
fix(argo-cd): Invalid argocd-gpg-keys-cm template (#1656)
AllexVeldman Nov 21, 2022
16cf7af
feat(argo-workflows): Allow controller to whitelist secrets (#1646)
emmayylu Nov 23, 2022
062417e
feat(argo-workflows): Add labels for ServiceAccounts (#1665)
EugeneLugovtsov Nov 25, 2022
a93c45c
fix(argo-cd): deprecate server.extraArgs."--insecure" (#1669)
aslafy-z Nov 25, 2022
77d8a11
chore(argo-workflows): Support workflow retention (#1668)
yu-croco Nov 26, 2022
ca66f88
feat(argo-cd): Upgrade argocd to v2.5.3 (#1671)
smcavallo Nov 28, 2022
a918b83
fix helm install md (#1672)
fengshunli Nov 29, 2022
c935502
feat(argo-cd): Add Repo Server strict TLS cert support (#1673)
karlparry Nov 29, 2022
9ae4579
chore(argo-workflows): Update Argo Workflows to v3.4.4 (#1674)
yu-croco Nov 30, 2022
a0784fd
fix(argo-cd): Rename tls secret to include the -secret suffix (#1676)
karlparry Nov 30, 2022
f25cda3
chore(argo-cd): Remove duplicate ApplicationSet features (#1598)
pdrastil Nov 30, 2022
b97e652
feat(argo-cd): Add ability to annotate Deployments and StatefulSets (…
jstewart612 Nov 30, 2022
120af43
try update
ilia-medvedev-codefresh Jan 25, 2023
fb96efa
chart update WIP
ilia-medvedev-codefresh Jan 25, 2023
df14eed
backport applicationset
ilia-medvedev-codefresh Jan 25, 2023
0ca7eb4
backport applicationset
ilia-medvedev-codefresh Jan 25, 2023
e896635
argocd 2.5.5
ilia-medvedev-codefresh Feb 2, 2023
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
Prev Previous commit
Next Next commit
fix(argo-cd): update network policy port name (argoproj#1603)
Signed-off-by: Eric Cimino <ecimino@vailsys.com>
  • Loading branch information
ecimin0 authored Oct 31, 2022
commit 48ab48a280495a06d972e7f7b39ceb5b526a85f7
4 changes: 2 additions & 2 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: v2.5.0
kubeVersion: ">=1.22.0-0"
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.12.1
version: 5.12.2
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
sources:
Expand All @@ -23,4 +23,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Fixed]: Don't install CRDs for disabled components"
- "[Fixed]: Update network policy to fix prometheus scraping for argocd-application-controller"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- from:
- namespaceSelector: {}
ports:
- port: controller
- port: metrics
podSelector:
matchLabels:
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.controller.name) | nindent 6 }}
Expand Down