Skip to content

Commit

Permalink
update chart versions and remove configmap chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 4, 2024
1 parent 39f2471 commit c490d1c
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 34 deletions.
7 changes: 0 additions & 7 deletions helm/configmap/Chart.yaml

This file was deleted.

1 change: 0 additions & 1 deletion helm/configmap/services

This file was deleted.

16 changes: 0 additions & 16 deletions helm/configmap/templates/configmap.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions helm/shared/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: v2
name: shared

version: 2.0.0
version: 3.0.0

type: application

dependencies:
- name: ioc-instance
version: "2.0.0"
version: "3.0.0"
repository: "oci://ghcr.io/epics-containers"
#repository: "file:///scratch/hgv27681/work/ec-helm-charts/Charts/ioc-instance"
7 changes: 2 additions & 5 deletions include/iocs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: ioc-instance
# via a symlink. When changes are made to the dependent charts, it is
# necessary to update the version number here so that all IOC instances
# show a change in the next commit.
version: 2.0.0
version: 3.0.0

# When we deploy with the edge-containers-cli we override this on the command line.
# Direct deployment with Helm will use the default beta value.This value should
Expand All @@ -16,9 +16,6 @@ appVersion: 0.0.1b1
type: application

dependencies:
- name: configmap
version: "2.0.0"
repository: file://../../helm/configmap
- name: shared
version: "2.0.0"
version: "3.0.0"
repository: file://../../helm/shared
10 changes: 10 additions & 0 deletions include/iocs/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 1 addition & 0 deletions services/bl47p-ea-dcam-01/templates
1 change: 1 addition & 0 deletions services/bl47p-ea-dcam-02/templates
1 change: 1 addition & 0 deletions services/bl47p-ea-panda-01/templates
1 change: 1 addition & 0 deletions services/bl47p-ea-test-01/templates
1 change: 1 addition & 0 deletions services/bl47p-mo-ioc-01/templates
2 changes: 1 addition & 1 deletion services/epics-opis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ type: application

dependencies:
- name: epics-opis
version: "2.0.0"
version: "3.0.0"
#repository: "file:///scratch/hgv27681/work/ec-helm-charts/Charts/epics-opis"
repository: "oci://ghcr.io/epics-containers"
4 changes: 2 additions & 2 deletions services/epics-pvcs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
name: epics-pvcs

version: 2.0.0
version: 3.0.0

# When we deploy with the edge-containers-cli we override this on the command line.
# Direct deployment with Helm will use the default beta value.
Expand All @@ -12,6 +12,6 @@ type: application

dependencies:
- name: epics-pvcs
version: "2.0.0"
version: "3.0.0"
# repository: "file:///scratch/hgv27681/work/ec-helm-charts/Charts/epics-pvcs"
repository: "oci://ghcr.io/epics-containers"

0 comments on commit c490d1c

Please sign in to comment.