diff --git a/services/bl45p-ea-dcam-01/Chart.yaml b/services/bl45p-ea-dcam-01/Chart.yaml index 758105a..9e0c17f 100644 --- a/services/bl45p-ea-dcam-01/Chart.yaml +++ b/services/bl45p-ea-dcam-01/Chart.yaml @@ -8,7 +8,7 @@ type: application dependencies: - name: ioc-instance - version: 4.0.1+b2 + version: 3.5.1+b10 repository: "oci://ghcr.io/epics-containers" # dls-aravis is locally available via symlink in the charts directory - name: dls-aravis diff --git a/services/bl45p-ea-dcam-02/Chart.yaml b/services/bl45p-ea-dcam-02/Chart.yaml index eeb903f..20ab6ea 100644 --- a/services/bl45p-ea-dcam-02/Chart.yaml +++ b/services/bl45p-ea-dcam-02/Chart.yaml @@ -8,7 +8,7 @@ type: application dependencies: - name: ioc-instance - version: 4.0.1+b2 + version: 3.5.1+b10 repository: "oci://ghcr.io/epics-containers" # dls-aravis is locally available via symlink in the charts directory - name: dls-aravis diff --git a/services/bl45p-mo-brick-01/Chart.yaml b/services/bl45p-mo-brick-01/Chart.yaml index fedd3f8..6c1cc3f 100644 --- a/services/bl45p-mo-brick-01/Chart.yaml +++ b/services/bl45p-mo-brick-01/Chart.yaml @@ -8,5 +8,7 @@ type: application dependencies: - name: ioc-instance - version: 4.0.1+b2 + version: 3.5.1+b10 repository: "oci://ghcr.io/epics-containers" + # version: 1.0.0 + # repository: file://../../../ec-helm-charts/Charts/ioc-instance diff --git a/services/bl45p-mo-brick-01/templates/configmap.yaml b/services/bl45p-mo-brick-01/templates/configmap.yaml new file mode 100644 index 0000000..3b4c418 --- /dev/null +++ b/services/bl45p-mo-brick-01/templates/configmap.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Release.Name }}-config + labels: + app: {{ .Release.Name }} +data: + +# contents of the ioc instance config folder +{{ (.Files.Glob "config/*").AsConfig | indent 2 }} \ No newline at end of file diff --git a/services/bl45p-mo-panda-01/Chart.yaml b/services/bl45p-mo-panda-01/Chart.yaml index fedd3f8..731279a 100644 --- a/services/bl45p-mo-panda-01/Chart.yaml +++ b/services/bl45p-mo-panda-01/Chart.yaml @@ -8,5 +8,5 @@ type: application dependencies: - name: ioc-instance - version: 4.0.1+b2 + version: 3.5.1+b10 repository: "oci://ghcr.io/epics-containers" diff --git a/services/bl45p-mo-panda-01/templates/configmap.yaml b/services/bl45p-mo-panda-01/templates/configmap.yaml new file mode 100644 index 0000000..3b4c418 --- /dev/null +++ b/services/bl45p-mo-panda-01/templates/configmap.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Release.Name }}-config + labels: + app: {{ .Release.Name }} +data: + +# contents of the ioc instance config folder +{{ (.Files.Glob "config/*").AsConfig | indent 2 }} \ No newline at end of file diff --git a/services/bl45p-mo-panda-02/Chart.yaml b/services/bl45p-mo-panda-02/Chart.yaml index fedd3f8..731279a 100644 --- a/services/bl45p-mo-panda-02/Chart.yaml +++ b/services/bl45p-mo-panda-02/Chart.yaml @@ -8,5 +8,5 @@ type: application dependencies: - name: ioc-instance - version: 4.0.1+b2 + version: 3.5.1+b10 repository: "oci://ghcr.io/epics-containers" diff --git a/services/bl45p-mo-panda-02/templates/configmap.yaml b/services/bl45p-mo-panda-02/templates/configmap.yaml new file mode 100644 index 0000000..3b4c418 --- /dev/null +++ b/services/bl45p-mo-panda-02/templates/configmap.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ .Release.Name }}-config + labels: + app: {{ .Release.Name }} +data: + +# contents of the ioc instance config folder +{{ (.Files.Glob "config/*").AsConfig | indent 2 }} \ No newline at end of file