Skip to content

Commit 7fab747

Browse files
committed
fix: Update path for registry pull secret configuration
1 parent 544d239 commit 7fab747

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

charts/dso-ns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: dso-ns
33
description: A Helm chart to create all the necessary resources for deploying applications by the DSO console (namespace, secrets, quota, ...).
4-
version: 1.1.3
4+
version: 1.1.4
55
appVersion: 1.0.0
66
maintainers:
77
- name: this-is-tobi

charts/dso-ns/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dso-ns
22

3-
![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
3+
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
44

55
A Helm chart to create all the necessary resources for deploying applications by the DSO console (namespace, secrets, quota, ...).
66

@@ -23,7 +23,7 @@ A Helm chart to create all the necessary resources for deploying applications by
2323
| application.vault.roleId | string | `nil` | ID du rôle à utiliser (méthode AppRole) |
2424
| application.vault.secretId | string | `nil` | Secret de connexion avec ce rôle |
2525
| application.vault.url | string | `nil` | URL du Vault à utiliser par Vault Secret Operator |
26-
| common | object | `{"dso/environment":"env","dso/organization":"org","dso/project":"project"}` | Informations communes, notamment appliquées en label sur les différents objets |
26+
| common | object | `{"dso/environment":"env","dso/project":"project"}` | Informations communes, notamment appliquées en label sur les différents objets |
2727

2828
----------------------------------------------
2929
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/dso-ns/templates/registry-pull-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
vaultAuthRef: vault-auth
1212
type: kv-v2
1313
mount: {{ .Values.application.vault.kvName }}
14-
path: {{ .Values.application.vault.projectsRootDir }}/{{ index .Values.common "dso/organization" }}/{{ index .Values.common "dso/project" }}/REGISTRY/ro-robot
14+
path: {{ .Values.application.vault.projectsRootDir }}/{{ index .Values.common "dso/project" }}/REGISTRY/ro-robot
1515
destination:
1616
create: true
1717
name: registry-pull-secret

charts/dso-ns/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# -- Informations communes, notamment appliquées en label sur les différents objets
22
common:
3-
dso/organization: org
43
dso/project: project
54
dso/environment: env
65
application:

0 commit comments

Comments
 (0)