fix(argo-cd): fix typo
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
4bb6dccdef
commit
abc7e7cd67
2 changed files with 4 additions and 4 deletions
|
@ -106,7 +106,7 @@ For full list of changes please check ArtifactHub [changelog].
|
|||
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
||||
|
||||
### 5.31.0
|
||||
The manifests are now using [`tini` as entrypoint][tinit], instead of `entrypoint.sh`. Until Argo CD v2.8, `entrypoint.sh` is retained for upgrade compatibility.
|
||||
The manifests are now using [`tini` as entrypoint][tini], instead of `entrypoint.sh`. Until Argo CD v2.8, `entrypoint.sh` is retained for upgrade compatibility.
|
||||
This means that the deployment manifests have to be updated after upgrading to Argo CD v2.7, and before upgrading to Argo CD v2.8 later.
|
||||
In case the manifests are updated before moving to Argo CD v2.8, the containers will not be able to start.
|
||||
|
||||
|
@ -1187,4 +1187,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
|
|||
[TopologySpreadConstraints]: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||
[values.yaml]: values.yaml
|
||||
[v2.2 to 2.3 upgrade instructions]: https://github.com/argoproj/argo-cd/blob/v2.3.0/docs/operator-manual/upgrading/2.2-2.3.md
|
||||
[tinit]: https://github.com/argoproj/argo-cd/pull/12707
|
||||
[tini]: https://github.com/argoproj/argo-cd/pull/12707
|
||||
|
|
|
@ -105,7 +105,7 @@ For full list of changes please check ArtifactHub [changelog].
|
|||
Highlighted versions provide information about additional steps that should be performed by user when upgrading to newer version.
|
||||
|
||||
### 5.31.0
|
||||
The manifests are now using [`tini` as entrypoint][tinit], instead of `entrypoint.sh`. Until Argo CD v2.8, `entrypoint.sh` is retained for upgrade compatibility.
|
||||
The manifests are now using [`tini` as entrypoint][tini], instead of `entrypoint.sh`. Until Argo CD v2.8, `entrypoint.sh` is retained for upgrade compatibility.
|
||||
This means that the deployment manifests have to be updated after upgrading to Argo CD v2.7, and before upgrading to Argo CD v2.8 later.
|
||||
In case the manifests are updated before moving to Argo CD v2.8, the containers will not be able to start.
|
||||
|
||||
|
@ -551,4 +551,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
|
|||
[TopologySpreadConstraints]: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
|
||||
[values.yaml]: values.yaml
|
||||
[v2.2 to 2.3 upgrade instructions]: https://github.com/argoproj/argo-cd/blob/v2.3.0/docs/operator-manual/upgrading/2.2-2.3.md
|
||||
[tinit]: https://github.com/argoproj/argo-cd/pull/12707
|
||||
[tini]: https://github.com/argoproj/argo-cd/pull/12707
|
||||
|
|
Loading…
Reference in a new issue