Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions charts/argocd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 8.0.1
digest: sha256:ba6c49d64851ea12a80e5c30e96ce38ebff712aa90678955595479f613e12089
generated: "2025-05-14T10:23:53.65818767Z"
version: 8.3.1
digest: sha256:86f1decdb4d3404de83ef56b97acde3bacd10dd8297136eac984484ce0edc337
generated: "2025-08-27T10:22:54.635364266Z"
4 changes: 2 additions & 2 deletions charts/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v2
name: argocd
description: A Helm chart for Kubernetes
type: application
version: 0.1.3
version: 0.1.4
appVersion: "2.14.4"
dependencies:
- name: argo-cd
version: 8.0.1
version: 8.3.1
repository: "https://argoproj.github.io/argo-helm"
alias: argocd
maintainers:
Expand Down
42 changes: 32 additions & 10 deletions charts/argocd/README.md

Large diffs are not rendered by default.

Binary file removed charts/argocd/charts/argo-cd-8.0.1.tgz
Binary file not shown.
Binary file added charts/argocd/charts/argo-cd-8.3.1.tgz
Binary file not shown.
103 changes: 95 additions & 8 deletions charts/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ argocd:
keep: true
# -- Annotations to be added to all CRDs
annotations: {}
# -- Addtional labels to be added to all CRDs
# -- Additional labels to be added to all CRDs
additionalLabels: {}

## Globally shared configuration
Expand Down Expand Up @@ -98,6 +98,9 @@ argocd:
# -- Annotations for the all deployed Deployments
deploymentAnnotations: {}

# -- Labels for the all deployed Deployments
deploymentLabels: {}

# -- Annotations for the all deployed pods
podAnnotations: {}

Expand Down Expand Up @@ -438,6 +441,8 @@ argocd:
server.enable.gzip: true
# -- Enable proxy extension feature. (proxy extension is in Alpha phase)
server.enable.proxy.extension: false
# -- Enable the hydrator feature (hydrator is in Alpha phase)
hydrator.enabled: false
# -- Set X-Frame-Options header in HTTP responses to value. To disable, set to "".
server.x.frame.options: sameorigin

Expand Down Expand Up @@ -906,6 +911,9 @@ argocd:
# -- Annotations for the application controller Deployment
deploymentAnnotations: {}

# -- Labels for the application controller Deployment
deploymentLabels: {}

# -- Annotations to be added to application controller pods
podAnnotations: {}

Expand Down Expand Up @@ -1101,6 +1109,12 @@ argocd:
# -- List of custom rules for the application controller's ClusterRole resource
rules: []

# Default application controller's network policy
networkPolicy:
# -- Default network policy rules used by application controller
# @default -- `false` (defaults to global.networkPolicy.create)
create: false

## Dex
dex:
# -- Enable dex
Expand Down Expand Up @@ -1172,7 +1186,7 @@ argocd:
# -- Dex image repository
repository: ghcr.io/dexidp/dex
# -- Dex image tag
tag: v2.42.1
tag: v2.43.1
# -- Dex imagePullPolicy
# @default -- `""` (defaults to global.image.imagePullPolicy)
imagePullPolicy: ""
Expand Down Expand Up @@ -1254,6 +1268,9 @@ argocd:
# -- Annotations to be added to the Dex server Deployment
deploymentAnnotations: {}

# -- Labels for the Dex server Deployment
deploymentLabels: {}

# -- Annotations to be added to the Dex server pods
podAnnotations: {}

Expand Down Expand Up @@ -1397,6 +1414,12 @@ argocd:
# maxSurge: 25%
# maxUnavailable: 25%

# Default Dex server's network policy
networkPolicy:
# -- Default network policy rules used by Dex server
# @default -- `false` (defaults to global.networkPolicy.create)
create: false

# DEPRECATED - Use configs.params to override
# -- Dex log format. Either `text` or `json`
# @default -- `""` (defaults to global.logging.format)
Expand Down Expand Up @@ -1435,7 +1458,7 @@ argocd:
## Redis image
image:
# -- Redis repository
repository: public.ecr.aws/docker/library/redis
repository: ecr-public.aws.com/docker/library/redis
# -- Redis tag
## Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis
tag: 7.2.8-alpine
Expand All @@ -1454,7 +1477,7 @@ argocd:
# -- Repository to use for the redis-exporter
repository: ghcr.io/oliver006/redis_exporter
# -- Tag to use for the redis-exporter
tag: v1.71.0
tag: v1.75.0
# -- Image pull policy for the redis-exporter
# @default -- `""` (defaults to global.image.imagePullPolicy)
imagePullPolicy: ""
Expand Down Expand Up @@ -1575,6 +1598,9 @@ argocd:
# -- Annotations to be added to the Redis server Deployment
deploymentAnnotations: {}

# -- Labels for the Redis server Deployment
deploymentLabels: {}

# -- Annotations to be added to the Redis server pods
podAnnotations: {}

Expand Down Expand Up @@ -1714,6 +1740,12 @@ argocd:
# -- Prometheus ServiceMonitor annotations
annotations: {}

# Default redis's network policy
networkPolicy:
# -- Default network policy rules used by redis
# @default -- `false` (defaults to global.networkPolicy.create)
create: false

## Redis-HA subchart replaces custom redis deployment when `redis-ha.enabled=true`
# Ref: https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha/values.yaml
redis-ha:
Expand All @@ -1722,7 +1754,7 @@ argocd:
## Redis image
image:
# -- Redis repository
repository: public.ecr.aws/docker/library/redis
repository: ecr-public.aws.com/docker/library/redis
# -- Redis tag
## Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis
tag: 7.2.8-alpine
Expand All @@ -1733,7 +1765,7 @@ argocd:
# -- Repository to use for the redis-exporter
image: ghcr.io/oliver006/redis_exporter
# -- Tag to use for the redis-exporter
tag: v1.69.0
tag: v1.75.0
persistentVolume:
# -- Configures persistence on Redis nodes
enabled: false
Expand All @@ -1754,6 +1786,9 @@ argocd:
# -- Custom labels for the haproxy pod. This is relevant for Argo CD CLI.
labels:
app.kubernetes.io/name: argocd-redis-ha-haproxy
image:
# -- HAProxy Image Repository
repository: ecr-public.aws.com/docker/library/haproxy
metrics:
# -- HAProxy enable prometheus metric scraping
enabled: true
Expand Down Expand Up @@ -1818,8 +1853,8 @@ argocd:
password: ""
# -- External Redis server port
port: 6379
# -- The name of an existing secret with Redis (must contain key `redis-password`) and Sentinel credentials.
# When it's set, the `externalRedis.password` parameter is ignored
# -- The name of an existing secret with Redis (must contain key `redis-password`. And should contain `redis-username` if username is not `default`) and Sentinel credentials.
# When it's set, the `externalRedis.username` and `externalRedis.password` parameters are ignored
existingSecret: ""
# -- External Redis Secret annotations
secretAnnotations: {}
Expand Down Expand Up @@ -2107,6 +2142,9 @@ argocd:
# -- Annotations to be added to server Deployment
deploymentAnnotations: {}

# -- Labels for the server Deployment
deploymentLabels: {}

# -- Annotations to be added to server pods
podAnnotations: {}

Expand Down Expand Up @@ -2574,6 +2612,12 @@ argocd:
# -- List of custom rules for the server's ClusterRole resource
rules: []

# Default ArgoCD Server's network policy
networkPolicy:
# -- Default network policy rules used by ArgoCD Server
# @default -- `false` (defaults to global.networkPolicy.create)
create: false

## Repo Server
repoServer:
# -- Repo server name
Expand Down Expand Up @@ -2755,6 +2799,9 @@ argocd:
# -- Annotations to be added to repo server Deployment
deploymentAnnotations: {}

# -- Labels for the repo server Deployment
deploymentLabels: {}

# -- Annotations to be added to repo server pods
podAnnotations: {}

Expand Down Expand Up @@ -2885,6 +2932,8 @@ argocd:
port: 8081
# -- Repo server service port name
portName: tcp-repo-server
# -- Traffic distribution preference for the repo server service. If the field is not set, the implementation will apply its default routing strategy.
trafficDistribution: ""

## Repo server metrics service configuration
metrics:
Expand Down Expand Up @@ -2968,6 +3017,12 @@ argocd:
# - list
# - watch

# Default repo server's network policy
networkPolicy:
# -- Default network policy rules used by repo server
# @default -- `false` (defaults to global.networkPolicy.create)
create: false

## ApplicationSet controller
applicationSet:
# -- ApplicationSet controller name string
Expand Down Expand Up @@ -3125,6 +3180,9 @@ argocd:
# -- Annotations to be added to ApplicationSet controller Deployment
deploymentAnnotations: {}

# -- Labels for the ApplicationSet controller Deployment
deploymentLabels: {}

# -- Annotations for the ApplicationSet controller pods
podAnnotations: {}

Expand Down Expand Up @@ -3337,6 +3395,13 @@ argocd:
# - argocd-applicationset.example.com
# -- Enable ApplicationSet in any namespace feature
allowAnyNamespace: false

# Default ApplicationSet controller's network policy
networkPolicy:
# -- Default network policy rules used by ApplicationSet controller
# @default -- `false` (defaults to global.networkPolicy.create)
create: false

## Notifications controller
notifications:
# -- Enable notifications controller
Expand Down Expand Up @@ -3507,6 +3572,9 @@ argocd:
# -- Annotations to be applied to the notifications controller Deployment
deploymentAnnotations: {}

# -- Labels for the notifications controller Deployment
deploymentLabels: {}

# -- Annotations to be applied to the notifications controller Pods
podAnnotations: {}

Expand Down Expand Up @@ -3903,6 +3971,12 @@ argocd:
# defaultTriggers: |
# - on-sync-status-unknown

# Default notifications controller's network policy
networkPolicy:
# -- Default network policy rules used by notifications controller
# @default -- `false` (defaults to global.networkPolicy.create)
create: false

commitServer:
# -- Enable commit server
enabled: false
Expand Down Expand Up @@ -3971,6 +4045,10 @@ argocd:
annotations: {}
# -- commit server service labels
labels: {}
# -- commit server service port
port: 8086
# -- commit server service port name
portName: server

# -- Automount API credentials for the Service Account into the pod.
automountServiceAccountToken: false
Expand All @@ -3990,6 +4068,9 @@ argocd:
# -- Annotations to be added to commit server Deployment
deploymentAnnotations: {}

# -- Labels for the commit server Deployment
deploymentLabels: {}

# -- Annotations for the commit server pods
podAnnotations: {}

Expand Down Expand Up @@ -4082,3 +4163,9 @@ argocd:
# -- Priority class for the commit server pods
# @default -- `""` (defaults to global.priorityClassName)
priorityClassName: ""

# Default commit server's network policy
networkPolicy:
# -- Default network policy rules used by commit server
# @default -- `false` (defaults to global.networkPolicy.create)
create: false
6 changes: 3 additions & 3 deletions charts/cert-manager/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.17.2
version: v1.18.2
- name: gcp-workload-identity
repository: https://edixos.github.io/ekp-helm
version: 0.1.1
- name: gcp-iam-policy-members
repository: https://edixos.github.io/ekp-helm
version: 0.1.2
digest: sha256:332d9476ee0ae270e6ab49c0a8474c4a9ded472b0198920ab2f457119509c2f8
generated: "2025-05-07T10:23:12.154607043Z"
digest: sha256:5b9e199c6d408c50b7c9c75a3190622da366f47070192f6bade462ea79400e8a
generated: "2025-08-27T10:22:24.601475024Z"
4 changes: 2 additions & 2 deletions charts/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cert-manager
description: A Helm chart for cert-manager
type: application
version: 0.1.3
version: 0.1.4
appVersion: "1.17.1"
maintainers:
- name: wiemaouadi
Expand All @@ -13,7 +13,7 @@ maintainers:
url: https://github.com/smileisak
dependencies:
- name: cert-manager
version: "v1.17.2"
version: "v1.18.2"
repository: "https://charts.jetstack.io"
alias: certmanager
- name: gcp-workload-identity
Expand Down
8 changes: 4 additions & 4 deletions charts/cert-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cert-manager

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.17.1](https://img.shields.io/badge/AppVersion-1.17.1-informational?style=flat-square)

## Prerequisites

Expand All @@ -11,7 +11,7 @@

| Repository | Name | Version |
|------------|------|---------|
| https://charts.jetstack.io | certmanager(cert-manager) | v1.17.2 |
| https://charts.jetstack.io | certmanager(cert-manager) | v1.18.2 |
| https://edixos.github.io/ekp-helm | iamPolicyMembers(gcp-iam-policy-members) | 0.1.2 |
| https://edixos.github.io/ekp-helm | workloadIdentity(gcp-workload-identity) | 0.1.1 |

Expand Down Expand Up @@ -124,7 +124,7 @@ A Helm chart for cert-manager
| certmanager.prometheus.servicemonitor.path | string | `"/metrics"` | |
| certmanager.prometheus.servicemonitor.prometheusInstance | string | `"default"` | |
| certmanager.prometheus.servicemonitor.scrapeTimeout | string | `"30s"` | |
| certmanager.prometheus.servicemonitor.targetPort | int | `9402` | |
| certmanager.prometheus.servicemonitor.targetPort | string | `"http-metrics"` | |
| certmanager.replicaCount | int | `1` | |
| certmanager.resources | object | `{}` | |
| certmanager.securityContext.runAsNonRoot | bool | `true` | |
Expand Down Expand Up @@ -273,7 +273,7 @@ spec:

source:
repoURL: "https://edixos.github.io/ekp-helm"
targetRevision: "0.1.3"
targetRevision: "0.1.4"
chart: cert-manager
path: ''
helm:
Expand Down
Binary file removed charts/cert-manager/charts/cert-manager-v1.17.2.tgz
Binary file not shown.
Binary file not shown.
Loading