kubernetesargo-cd

Upgrading Notes

Improve this page by contributing to our documentation.

To 4.0.0

This major update the Redis™ subchart to its newest major, 17.0.0, which updates Redis™ from its version 6.2 to the latest 7.0.

To 3.0.0

This major update the Redis® subchart to its newest major, 16.0.0. Here you can find more info about the specific changes.

Additionally, this chart has been standardised adding features from other charts.

To 2.0.0

This major update the Redis® subchart to its newest major, 15.0.0. Here you can find more info about the specific changes.

To 1.0.0

In this version, the image block is defined once and is used in the different templates, while in the previous version, the image block was duplicated for every component

image:
  registry: docker.io
  repository: bitnami/argo-cd
  tag: 2.0.5

VS

controller:
  image:
    registry: docker.io
    repository: bitnami/argo-cd
    tag: 2.0.5
...
server:
  image:
    registry: docker.io
    repository: bitnami/argo-cd
    tag: 2.0.5
...
repoServer:
  image:
    registry: docker.io
    repository: bitnami/argo-cd
    tag: 2.0.5

See PR#7113 for more info about the implemented changes