Skip to content

chore(deps-bump): auto bumped helm dependencies #133

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
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.0.17
digest: sha256:318a3e3937e20699a2cc5783521e9fce05e112dd9974813fa516cc5ce588cacc
generated: "2025-06-11T10:25:08.295670884Z"
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.0.17
repository: "https://argoproj.github.io/argo-helm"
alias: argocd
maintainers:
Expand Down
18 changes: 10 additions & 8 deletions charts/argocd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argocd

![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: 2.14.4](https://img.shields.io/badge/AppVersion-2.14.4-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: 2.14.4](https://img.shields.io/badge/AppVersion-2.14.4-informational?style=flat-square)

## Prerequisites

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

| Repository | Name | Version |
|------------|------|---------|
| https://argoproj.github.io/argo-helm | argocd(argo-cd) | 8.0.1 |
| https://argoproj.github.io/argo-helm | argocd(argo-cd) | 8.0.17 |

## Maintainers

Expand Down Expand Up @@ -220,6 +220,7 @@ A Helm chart for Kubernetes
| argocd.configs.params."controller.self.heal.timeout.seconds" | int | `5` | Specifies timeout between application self heal attempts |
| argocd.configs.params."controller.status.processors" | int | `20` | Number of application status processors |
| argocd.configs.params."controller.sync.timeout.seconds" | int | `0` | Specifies the timeout after which a sync would be terminated. 0 means no timeout |
| argocd.configs.params."hydrator.enabled" | bool | `false` | Enable the hydrator feature (hydrator is in Alpha phase) |
| argocd.configs.params."otlp.address" | string | `""` | Open-Telemetry collector address: (e.g. "otel-collector:4317") |
| argocd.configs.params."reposerver.parallelism.limit" | int | `0` | Limit on number of concurrent manifests generate requests. Any value less the 1 means no limit. |
| argocd.configs.params."server.basehref" | string | `"/"` | Value for base href in index.html. Used if Argo CD is running behind reverse proxy under subpath different from / |
Expand Down Expand Up @@ -370,7 +371,7 @@ A Helm chart for Kubernetes
| argocd.dex.extraContainers | list | `[]` | Additional containers to be added to the dex pod # Note: Supports use of custom Helm templates |
| argocd.dex.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Dex imagePullPolicy |
| argocd.dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
| argocd.dex.image.tag | string | `"v2.42.1"` | Dex image tag |
| argocd.dex.image.tag | string | `"v2.43.1"` | Dex image tag |
| argocd.dex.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
| argocd.dex.initContainers | list | `[]` | Init containers to add to the dex pod # Note: Supports use of custom Helm templates |
| argocd.dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
Expand Down Expand Up @@ -436,7 +437,7 @@ A Helm chart for Kubernetes
| argocd.dex.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to dex # Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ # If labelSelector is left out, it will default to the labelSelector configuration of the deployment |
| argocd.dex.volumeMounts | list | `[]` | Additional volumeMounts to the dex main container |
| argocd.dex.volumes | list | `[]` | Additional volumes to the dex pod |
| argocd.externalRedis.existingSecret | string | `""` | 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 |
| argocd.externalRedis.existingSecret | string | `""` | 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 |
| argocd.externalRedis.host | string | `""` | External Redis server host |
| argocd.externalRedis.password | string | `""` | External Redis password |
| argocd.externalRedis.port | int | `6379` | External Redis server port |
Expand Down Expand Up @@ -574,11 +575,12 @@ A Helm chart for Kubernetes
| argocd.redis-ha.haproxy.containerSecurityContext | object | See [values.yaml] | HAProxy container-level security context |
| argocd.redis-ha.haproxy.enabled | bool | `true` | Enabled HAProxy LoadBalancing/Proxy |
| argocd.redis-ha.haproxy.hardAntiAffinity | bool | `true` | Whether the haproxy pods should be forced to run on separate nodes. |
| argocd.redis-ha.haproxy.image.repository | string | `"ecr-public.aws.com/docker/library/haproxy"` | HAProxy Image Repository |
| argocd.redis-ha.haproxy.labels | object | `{"app.kubernetes.io/name":"argocd-redis-ha-haproxy"}` | Custom labels for the haproxy pod. This is relevant for Argo CD CLI. |
| argocd.redis-ha.haproxy.metrics.enabled | bool | `true` | HAProxy enable prometheus metric scraping |
| argocd.redis-ha.haproxy.tolerations | list | `[]` | [Tolerations] for use with node taints for haproxy pods. |
| argocd.redis-ha.hardAntiAffinity | bool | `true` | Whether the Redis server pods should be forced to run on separate nodes. |
| argocd.redis-ha.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
| argocd.redis-ha.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
| argocd.redis-ha.image.tag | string | `"7.2.8-alpine"` | Redis tag # Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis |
| argocd.redis-ha.persistentVolume.enabled | bool | `false` | Configures persistence on Redis nodes |
| argocd.redis-ha.redis.config | object | See [values.yaml] | Any valid redis config options in this section will be applied to each server (see `redis-ha` chart) |
Expand Down Expand Up @@ -606,7 +608,7 @@ A Helm chart for Kubernetes
| argocd.redis.exporter.env | list | `[]` | Environment variables to pass to the Redis exporter |
| argocd.redis.exporter.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the redis-exporter |
| argocd.redis.exporter.image.repository | string | `"ghcr.io/oliver006/redis_exporter"` | Repository to use for the redis-exporter |
| argocd.redis.exporter.image.tag | string | `"v1.71.0"` | Tag to use for the redis-exporter |
| argocd.redis.exporter.image.tag | string | `"v1.74.0"` | Tag to use for the redis-exporter |
| argocd.redis.exporter.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for Redis exporter |
| argocd.redis.exporter.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
| argocd.redis.exporter.livenessProbe.initialDelaySeconds | int | `30` | Number of seconds after the container has started before [probe] is initiated |
Expand All @@ -623,7 +625,7 @@ A Helm chart for Kubernetes
| argocd.redis.extraArgs | list | `[]` | Additional command line arguments to pass to redis-server |
| argocd.redis.extraContainers | list | `[]` | Additional containers to be added to the redis pod # Note: Supports use of custom Helm templates |
| argocd.redis.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Redis image pull policy |
| argocd.redis.image.repository | string | `"public.ecr.aws/docker/library/redis"` | Redis repository |
| argocd.redis.image.repository | string | `"ecr-public.aws.com/docker/library/redis"` | Redis repository |
| argocd.redis.image.tag | string | `"7.2.8-alpine"` | Redis tag # Do not upgrade to >= 7.4.0, otherwise you are no longer using an open source version of Redis |
| argocd.redis.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
| argocd.redis.initContainers | list | `[]` | Init containers to add to the redis pod # Note: Supports use of custom Helm templates |
Expand Down Expand Up @@ -989,7 +991,7 @@ spec:

source:
repoURL: "https://edixos.github.io/ekp-helm"
targetRevision: "0.1.3"
targetRevision: "0.1.4"
chart: argocd
path: ''
helm:
Expand Down
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.0.17.tgz
Binary file not shown.
17 changes: 11 additions & 6 deletions charts/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,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 @@ -1172,7 +1174,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 @@ -1435,7 +1437,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 +1456,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.74.0
# -- Image pull policy for the redis-exporter
# @default -- `""` (defaults to global.image.imagePullPolicy)
imagePullPolicy: ""
Expand Down Expand Up @@ -1722,7 +1724,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 Down Expand Up @@ -1754,6 +1756,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 +1823,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
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.0
- 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:3bc7234077ec45ee89dda449becd0840b348bb3e53e19b790a24d846adc81e17
generated: "2025-06-11T10:23:19.911489137Z"
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.0"
repository: "https://charts.jetstack.io"
alias: certmanager
- name: gcp-workload-identity
Expand Down
9 changes: 5 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.0 |
| 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 @@ -89,6 +89,7 @@ A Helm chart for cert-manager
| certmanager.global.priorityClassName | string | `""` | |
| certmanager.global.rbac.aggregateClusterRoles | bool | `true` | |
| certmanager.global.rbac.create | bool | `true` | |
| certmanager.global.rbac.disableHTTPChallengesRole | bool | `false` | |
| certmanager.hostAliases | list | `[]` | |
| certmanager.image.pullPolicy | string | `"IfNotPresent"` | |
| certmanager.image.repository | string | `"quay.io/jetstack/cert-manager-controller"` | |
Expand Down Expand Up @@ -124,7 +125,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 +274,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