Skip to content

Commit 6a07e72

Browse files
committed
move to DenktMit-eG organisation
1 parent de55fd9 commit 6a07e72

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.2.6"
77
authors = [
88
"Enno Boland <mail@eboland.de>",
99
]
10-
repository = "https://github.com/withlazers/rustcloak-operator"
10+
repository = "https://github.com/DenktMit-eG/rustcloak-operator"
1111
readme = "README.md"
1212
license = "AGPL-3.0"
1313
edition = "2024"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ clarifications on how we interpret it in Rustcloak:
8989

9090
* **Using the Official Docker Image**: If you use the official
9191
Rustcloak Docker image without changes, you only need to provide a link
92-
to [the repository](https://github.com/withlazers/rustcloak-operator)
92+
to [the repository](https://github.com/DenktMit-eG/rustcloak-operator)
9393
to those who directly interact with Rustcloak itself. This does not
9494
include the end-users of applications managed by Rustcloak, but may apply
9595
if you provide rustcloak as a service to others.
@@ -102,4 +102,4 @@ clarifications on how we interpret it in Rustcloak:
102102
Rustcloak binary, AGPL requirements mean you may need to share the
103103
modified source code with users who interact with your modified
104104
instance. To simplify compliance, we encourage contributing these
105-
changes back to the [upstream project](https://github.com/withlazers/rustcloak-operator).
105+
changes back to the [upstream project](https://github.com/DenktMit-eG/rustcloak-operator).

charts/rustcloak-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: rustcloak-operator
33
description: |
44
The helm-chart for the rustcloak-operator
55
type: application
6-
icon: https://github.com/withlazers/rustcloak-operator/raw/refs/heads/main/icon.svg
6+
icon: https://github.com/DenktMit-eG/rustcloak-operator/raw/refs/heads/main/icon.svg
77
home: https://rustcloak.withlazers.dev
88
maintainers:
99
- name: Enno Boland

charts/rustcloak-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The helm-chart for the rustcloak-operator
2121
| application.logLevel | string | `"info"` | one of error, warn, info, debug, trace. Also supports the [env_logger format](https://docs.rs/env_logger/latest/env_logger/#enabling-logging) |
2222
| fullnameOverride | string | `""` | |
2323
| image.pullPolicy | string | `"IfNotPresent"` | |
24-
| image.registry | string | `"ghcr.io/withlazers/rustcloak-operator"` | |
24+
| image.registry | string | `"ghcr.io/DenktMit-eG/rustcloak-operator"` | |
2525
| image.repository | string | `"rustcloak-operator"` | |
2626
| image.tag | string | `""` | |
2727
| imagePullSecrets | list | `[]` | |

charts/rustcloak-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ application:
88
legacy: false
99

1010
image:
11-
registry: ghcr.io/withlazers/rustcloak-operator
11+
registry: ghcr.io/DenktMit-eG/rustcloak-operator
1212
repository: rustcloak-operator
1313
pullPolicy: IfNotPresent
1414
tag: ""

docs/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ src = "src"
66
title = "Rustcloak Operator"
77

88
[output.html]
9-
git-repository-url = "https://github.com/withlazers/rustcloak-operator/"
10-
edit-url-template = "https://github.com/withlazers/rustcloak-operator/edit/main/docs/{path}"
9+
git-repository-url = "https://github.com/DenktMit-eG/rustcloak-operator/"
10+
edit-url-template = "https://github.com/DenktMit-eG/rustcloak-operator/edit/main/docs/{path}"

docs/src/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
`Rustcloak` itself is configured using [Helm Charts][1]
44

5-
[1]: https://github.com/withlazers/rustcloak-operator/tree/main/charts/rustcloak-operator
5+
[1]: https://github.com/DenktMit-eG/rustcloak-operator/tree/main/charts/rustcloak-operator

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="/"><img src="https://github.com/withlazers/rustcloak-operator/raw/refs/heads/main/icon.svg"></a>
2+
<a href="/"><img src="https://github.com/DenktMit-eG/rustcloak-operator/raw/refs/heads/main/icon.svg"></a>
33
</div>
44

55
# About

docs/src/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ helm install rustcloak withlazers/rustcloak
1010
For more information on how to configure the helm chart, see the [helm chart documentation][2] on Github.
1111

1212
[1]: https://charts.withlazers.dev
13-
[2]: https://github.com/withlazers/rustcloak-operator/tree/main/charts/rustcloak-operator
13+
[2]: https://github.com/DenktMit-eG/rustcloak-operator/tree/main/charts/rustcloak-operator

0 commit comments

Comments
 (0)