Skip to content

Commit

Permalink
Update charts (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 30, 2024
1 parent 336a747 commit bd56ceb
Show file tree
Hide file tree
Showing 193 changed files with 18,310 additions and 2,838 deletions.
26 changes: 13 additions & 13 deletions .charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
charts:
- name: cert-manager
# https://artifacthub.io/packages/helm/cert-manager/cert-manager
version: 1.15.2
version: 1.15.3
repository:
url: https://charts.jetstack.io
- name: argo-cd
# https://artifacthub.io/packages/helm/argo/argo-cd
version: 7.4.1
version: 7.5.0
repository:
url: https://argoproj.github.io/argo-helm
- name: memcached
# https://artifacthub.io/packages/helm/bitnami/memcached
version: 7.4.11
version: 7.4.12
repository:
url: https://charts.bitnami.com/bitnami
- name: node-feature-discovery
# https://artifacthub.io/packages/helm/node-feature-discovery/node-feature-discovery
version: 0.15.4
version: 0.16.4
repository:
url: https://kubernetes-sigs.github.io/node-feature-discovery/charts
- name: prometheus-pushgateway
Expand All @@ -27,42 +27,42 @@ charts:
url: https://prometheus-community.github.io/helm-charts
- name: keycloak
# https://artifacthub.io/packages/helm/bitnami/keycloak
version: 21.8.0
version: 22.2.1
repository:
url: https://charts.bitnami.com/bitnami
- name: pxc-operator
# https://artifacthub.io/packages/helm/percona/pxc-operator
version: 1.14.2
version: 1.15.0
repository:
url: https://percona.github.io/percona-helm-charts
- name: cloudnative-pg
# https://artifacthub.io/packages/helm/cloudnative-pg/cloudnative-pg
version: 0.21.5
version: 0.22.0
repository:
url: https://cloudnative-pg.github.io/charts
- name: rook-ceph
# https://artifacthub.io/packages/helm/rook/rook-ceph
version: 1.14.8
version: 1.15.0
repository:
url: https://charts.rook.io/release
- name: rook-ceph-cluster
# https://artifacthub.io/packages/helm/rook/rook-ceph-cluster
version: 1.14.5
version: 1.15.0
repository:
url: https://charts.rook.io/release
- name: mariadb-operator
# https://artifacthub.io/packages/helm/mariadb-operator/mariadb-operator
version: 0.29.0
version: 0.30.0
repository:
url: https://helm.mariadb.com/mariadb-operator
- name: rabbitmq-cluster-operator
# https://artifacthub.io/packages/helm/bitnami/rabbitmq-cluster-operator
version: 4.3.11
version: 4.3.20
repository:
url: https://charts.bitnami.com/bitnami
- name: kube-prometheus-stack
# https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
version: 61.2.0
version: 62.3.1
repository:
url: https://prometheus-community.github.io/helm-charts
- name: kubernetes-dashboard
Expand All @@ -72,7 +72,7 @@ charts:
url: https://kubernetes.github.io/dashboard
- name: headlamp
# https://artifacthub.io/packages/helm/headlamp/headlamp
version: 0.23.0
version: 0.24.0
repository:
url: https://headlamp-k8s.github.io/headlamp/
# YAOOK charts
Expand Down
6 changes: 3 additions & 3 deletions charts/argo-cd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: redis-ha
repository: https://dandydeveloper.github.io/charts/
version: 4.26.1
digest: sha256:d72c308ab0eef4233e25bfc3f8fc97cf9b02a9c5d0186ea89e2f8fb332cb9c41
generated: "2024-02-18T19:42:53.135599+02:00"
version: 4.27.6
digest: sha256:69c6b20682f0a2a8044b71731b7c656a57118088a7b3611f59217b537167af2e
generated: "2024-08-28T13:02:33.763307+02:00"
10 changes: 5 additions & 5 deletions charts/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
annotations:
artifacthub.io/changes: |
- kind: fixed
description: added ttlsecondsafterfinished in redis-secret-init job to prevent a stuck in waiting for completion of hook batch/Job/argocd-redis-secret-init
- kind: changed
description: bumped redis chart
artifacthub.io/signKey: |
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
apiVersion: v2
appVersion: v2.12.0
appVersion: v2.12.3
dependencies:
- condition: redis-ha.enabled
name: redis-ha
repository: https://dandydeveloper.github.io/charts/
version: 4.26.1
version: 4.27.6
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool
for Kubernetes.
home: https://github.com/argoproj/argo-helm
Expand All @@ -28,4 +28,4 @@ name: argo-cd
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
version: 7.4.1
version: 7.5.0
12 changes: 12 additions & 0 deletions charts/argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,12 @@ If you use an External Redis (See Option 3 above), this Job is not deployed.
| notifications.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the notifications controller |
| notifications.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
| notifications.initContainers | list | `[]` | Init containers to add to the notifications controller pod |
| notifications.livenessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for notifications controller Pods |
| notifications.livenessProbe.failureThreshold | int | `3` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
| notifications.livenessProbe.initialDelaySeconds | int | `10` | Number of seconds after the container has started before [probe] is initiated |
| notifications.livenessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe] |
| notifications.livenessProbe.successThreshold | int | `1` | Minimum consecutive successes for the [probe] to be considered successful after having failed |
| notifications.livenessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
| notifications.logFormat | string | `""` (defaults to global.logging.format) | Notifications controller log format. Either `text` or `json` |
| notifications.logLevel | string | `""` (defaults to global.logging.level) | Notifications controller log level. One of: `debug`, `info`, `warn`, `error` |
| notifications.metrics.enabled | bool | `false` | Enables prometheus metrics server |
Expand Down Expand Up @@ -1570,6 +1576,12 @@ If you use an External Redis (See Option 3 above), this Job is not deployed.
| notifications.podAnnotations | object | `{}` | Annotations to be applied to the notifications controller Pods |
| notifications.podLabels | object | `{}` | Labels to be applied to the notifications controller Pods |
| notifications.priorityClassName | string | `""` (defaults to global.priorityClassName) | Priority class for the notifications controller pods |
| notifications.readinessProbe.enabled | bool | `false` | Enable Kubernetes liveness probe for notifications controller Pods |
| notifications.readinessProbe.failureThreshold | int | `3` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
| notifications.readinessProbe.initialDelaySeconds | int | `10` | Number of seconds after the container has started before [probe] is initiated |
| notifications.readinessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe] |
| notifications.readinessProbe.successThreshold | int | `1` | Minimum consecutive successes for the [probe] to be considered successful after having failed |
| notifications.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
| notifications.resources | object | `{}` | Resource limits and requests for the notifications controller |
| notifications.secret.annotations | object | `{}` | key:value pairs of annotations to be added to the secret |
| notifications.secret.create | bool | `true` | Whether helm chart creates notifications controller secret |
Expand Down
2 changes: 1 addition & 1 deletion charts/argo-cd/charts/redis-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sources:
- https://redis.io/download
- https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha
- https://github.com/oliver006/redis_exporter
version: 4.26.1
version: 4.27.6
Loading

0 comments on commit bd56ceb

Please sign in to comment.