Skip to content

Commit 29b0341

Browse files
authored
chore: it's 2025 (#102)
fixed also some markdown issues
1 parent d55b7d0 commit 29b0341

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TLDR; Based on [*open flux*](https://github.com/openfluxcd), the composition of
1616
[oci repositories](https://fluxcd.io/flux/components/source/ocirepositories/),
1717
[s3 buckets](https://fluxcd.io/flux/components/source/buckets/), and
1818
[helm](https://fluxcd.io/flux/components/source/helmrepositories/)), enabling
19-
OCM as a flux source system.
19+
OCM as a flux source system.
2020

2121
Thus, the *OCM-K8S-Toolkit* enables the continuous
2222
deployment of plain manifests, kustomize overlays and helm charts stored in OCM
@@ -54,7 +54,7 @@ components:
5454
version: "6.1.3-rc.1"
5555
provider:
5656
name: ocm.software
57-
componentReferences:
57+
componentReferences:
5858
- componentName: ocm.software/ocm-cli/oci
5959
name: oci-component-reference
6060
version: "6.1.3-rc.1"
@@ -165,15 +165,15 @@ downgraded. The property is an enum with the 3 states: `Enforce`, `Allow`,
165165
In general, *ocm components* may specify their
166166
*downgradability* through a label named
167167
`ocm.software/ocm-k8s-toolkit/downgradable`. The value of the label has to be a
168-
[semver constraint](https://github.com/Masterminds/semver#checking-version-constraints).
168+
[semver constraint](https://github.com/Masterminds/semver#checking-version-constraints).
169169
With respect to that, the `Allow` value means that the *downgradability* is
170170
respected as specified by the *component version* author. Thus, if the label
171171
is not set, downgrade is not possible. If the label specifies a *semver
172172
constraint*, the currently applied *component version* is validated against this
173173
constraint. If this validation succeeds (so, downgrade from the currently
174-
applied version is possible), the component will be downgraded.
174+
applied version is possible), the component will be downgraded.
175175
The `Deny` value means that regardless of the *downgradability* set by the
176-
*component version* author, downgrade **is not** possible.
176+
*component version* author, downgrade **is not** possible.
177177
The `Enforce` value means that regardless of the *downgarability* set by the
178178
*component version* author, downgrade **is** possible. **This setting should be
179179
used with caution!**
@@ -264,7 +264,7 @@ specified through the *reference path*. This is analogous to a file system path,
264264
with the *component references* as the directories and the *resource* as the
265265
file.
266266

267-
> For details about the internals of the resource resolution and verification,
267+
> For details about the internals of the resource resolution and verification,
268268
> see [here](./docs/architecture/)
269269

270270
> **NOTE:** The other fields are common to all the custom resources and are
@@ -300,13 +300,13 @@ documented [here](https://fluxcd.io/flux/components/source/gitrepositories/#inte
300300
In general, it specifies the time interval in which the custom
301301
resource is reconciled again. So thereby, in case of the `Component` custom
302302
resource, e.g. the time interval in which the *component controller* checks the
303-
repository for newer versions of the corresponding *ocm component*. Meanwhile,
304-
it also serves as a drift detection.
305-
But it is **important** to notice, this interval is also used as the retry
303+
repository for newer versions of the corresponding *ocm component*. Meanwhile,
304+
it also serves as a drift detection.
305+
But it is **important** to notice, this interval is also used as the retry
306306
interval for some particular failure cases. In case of the `Component` custom
307-
resource, e.g. if the *component controller* fails to find the *ocm component*
307+
resource, e.g. if the *component controller* fails to find the *ocm component*
308308
in the specified *ocm repository*, it will wait for the duration specified in
309-
the `interval` until it will try again. Therefore, setting the interval quite
309+
the `interval` until it will try again. Therefore, setting the interval quite
310310
high can lead to unexpected behaviour in regard to recovery time.
311311

312312
The `suspend` (optional) is a common property for flux custom resources as
@@ -323,4 +323,4 @@ We as members, contributors, and leaders pledge to make participation in our com
323323

324324
## Licensing
325325

326-
Copyright 2024 SAP SE or an SAP affiliate company and ocm-k8s-toolkit contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/open-component-model/ocm-k8s-toolkit).
326+
Copyright 2025 SAP SE or an SAP affiliate company and ocm-k8s-toolkit contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/open-component-model/ocm-k8s-toolkit).

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (\"API
77
[[annotations]]
88
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and Open Component Model contributors"
10+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and Open Component Model contributors"
1111
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)