Commit Graph

7 Commits

Author SHA1 Message Date
Corentin Néau 522640f95a
Add note on auth for HelmOps (#326)
This simply references gitOps docs on auth, but at least clarifies that
HelmOps does support auth.
2025-09-12 10:27:16 +02:00
Corentin Néau bc98bb1361
Remove empty chart field from OCI HelmOps chart example
The comment specifying that the `chart` field could be omitted when
referencing an OCI chart might mislead readers into thinking that
non-empty values would still be allowed.
2025-07-03 16:04:52 +02:00
Corentin Néau 7491e7e6e6
Add note on versions of OCI artifacts for HelmOps
OCI artifacts are a special use case for HelmOps in terms of version
handling.
2025-07-02 12:04:59 +02:00
Corentin Néau 85eb9996c8
Document HelmOps validation (#272)
This provides clarity on supported combinations of repo, chart and
version fields for HelmOps, according to Helm's supported use cases.
2025-06-30 12:34:27 +02:00
Corentin Néau 898f67019a
Update status docs (#273)
* Add notes on HelmOps status

HelmOps have their own status fields, with information propagated from
various sources.

* Update resources lists

Resource keys no longer appear in bundles, yet both GitRepos and HelmOps
now share resources lists sourced from bundle deployments.
2025-06-30 10:04:30 +02:00
Corentin Néau cde698a78d
Document polling for HelmOps (#262)
* Document semantic versioning for HelmOps

That the HelmOp version field now supports semver constraints, which
this documents with links to the spec and to examples of how such
constraints are written and parsed.

* Document polling for HelmOps

The new polling feature for HelmOps is now documented, for users to know
how to enable it and what to expect when it is enabled.

* Clarify HelmOps vs HelmOp

Feedback suggested that the distinction between HelmOps as an idea, and
`HelmOp` as a resource, needed to be expanded upon. This is an attempt
in that direction.
2025-06-11 13:21:39 +02:00
Corentin Néau 26b6e484c0
Document HelmOps as experimental feature (#242)
This provides basic information around the feature, why it exists, and
how to make use of it.
2025-05-12 14:39:48 +02:00