Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* docs: fix upgrade instructions
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* more things
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
---------
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* chore(deps): upgrade k8s version and client-go
Signed-off-by: fengshunli <1171313930@qq.com>
* revert bad merge
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix codegen
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix codegen
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* fix: check for double definition
As found in #13965 (and as a follow-up to #13999), we also need to
define what happens if _both_ managedNamespaceMetadata _and_ an
Application manifest are both defined for the same namespace.
The idea here is that if that happens, we emit an
`ApplicationConditionRepeatedResourceWarning`, and set the sync status
to `Unknown`, since it's unclear what is supposed to happen.
The user will then have the option of removing one of the two
definitions.
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* fix: check for double definition
A simpler fix - don't add a managed namespace to the targetObjs list if
a namespace already exists in the application source.
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* build: extra space in doc
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* build: extra space in doc, again
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
* chore: bump gitops-engine
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
---------
Signed-off-by: fengshunli <1171313930@qq.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
Co-authored-by: fengshunli <1171313930@qq.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* Use tini as the ENTRYPOINT implicitly
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Explicitly call /bin/cp instead of relying on PATH
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* POSIX sh is sufficient for entrypoint.sh
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Add 2.6-2.7 to docs indexes
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Add note on tini on entry to 2.6-2.7 upgrade notes
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
* Added note to 2.7-2.8 notes on tini as entry
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
---------
Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
* docs: upgrade notes for new RBAC resource in 2.4
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* docs: use resources, not verbs
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* docs: better phrasing
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* docs: add header to emphasize that the RBAC is just an example
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* docs: upgrade notes for CMP changes in 2.4
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>