mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(helmfile): Use Open CoDE as default registry for Univention helm chart (#71).
This commit is contained in:
@@ -539,7 +539,7 @@ avscan-start:
|
|||||||
|
|
||||||
# Overwrite shared settings
|
# Overwrite shared settings
|
||||||
.common-semantic-release:
|
.common-semantic-release:
|
||||||
image: "registry.souvap-univention.de/souvap/tooling/images/semantic-release-patched:latest"
|
image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/semantic-release-patched:1.0.0"
|
||||||
tags: []
|
tags: []
|
||||||
|
|
||||||
conventional-commits-linter:
|
conventional-commits-linter:
|
||||||
|
|||||||
@@ -24,10 +24,10 @@ spec:
|
|||||||
pattern:
|
pattern:
|
||||||
spec:
|
spec:
|
||||||
=(ephemeralContainers):
|
=(ephemeralContainers):
|
||||||
- image: "external-registry.souvap-univention.de/*"
|
- image: "my_private_registry.domain.tld/*"
|
||||||
=(initContainers):
|
=(initContainers):
|
||||||
- image: "external-registry.souvap-univention.de/*"
|
- image: "my_private_registry.domain.tld/*"
|
||||||
containers:
|
containers:
|
||||||
- image: "external-registry.souvap-univention.de/*"
|
- image: "my_private_registry.domain.tld/*"
|
||||||
validationFailureAction: "audit"
|
validationFailureAction: "audit"
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -178,13 +178,13 @@ prefer the use of a private image registry anyway you can configure such for
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
global:
|
global:
|
||||||
imageRegistry: "external-registry.souvap-univention.de/sovereign-workplace"
|
imageRegistry: "my_private_registry.domain.tld"
|
||||||
```
|
```
|
||||||
|
|
||||||
alternatively you can use an environment variable:
|
alternatively you can use an environment variable:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export PRIVATE_IMAGE_REGISTRY_URL=external-registry.souvap-univention.de/sovereign-workplace
|
export PRIVATE_IMAGE_REGISTRY_URL=my_private_registry.domain.tld
|
||||||
```
|
```
|
||||||
|
|
||||||
If authentication is required, you can reference imagePullSecrets as following:
|
If authentication is required, you can reference imagePullSecrets as following:
|
||||||
|
|||||||
@@ -375,10 +375,8 @@ charts:
|
|||||||
# upstreamRepository: 'souvap/tooling/charts/univention/ums'
|
# upstreamRepository: 'souvap/tooling/charts/univention/ums'
|
||||||
# upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$'
|
# upstreamMirrorTagFilterRegEx: '^(\d+)\.(\d+)\.(\d+)$'
|
||||||
# upstreamMirrorStartFrom: ['0', '0', '1']
|
# upstreamMirrorStartFrom: ['0', '0', '1']
|
||||||
# registry: "registry.opencode.de"
|
registry: "registry.opencode.de"
|
||||||
# repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
|
||||||
registry: "registry.souvap-univention.de"
|
|
||||||
repository: "souvap/tooling/charts/univention"
|
|
||||||
name: "ums"
|
name: "ums"
|
||||||
version: "0.12.0"
|
version: "0.12.0"
|
||||||
verify: true
|
verify: true
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
|
|||||||
*/}}
|
*/}}
|
||||||
---
|
---
|
||||||
global:
|
global:
|
||||||
imageRegistry: "external-registry.souvap-univention.de/sovereign-workplace"
|
imageRegistry: "my_private_registry.domain.tld"
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- "kyverno-test"
|
- "kyverno-test"
|
||||||
imagePullPolicy: "kyverno"
|
imagePullPolicy: "kyverno"
|
||||||
|
|||||||
Reference in New Issue
Block a user