Skip to content

Commit

Permalink
git revert -n 4e68b3..HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Oct 3, 2024
1 parent d0c0ae9 commit 4186e91
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
2 changes: 1 addition & 1 deletion apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ appVersion: "1.0"

dependencies:
- name: argocd-apps
version: 4.1.0+b3
version: 4.1.0+b1
repository: "oci://ghcr.io/epics-containers"
33 changes: 15 additions & 18 deletions apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,36 @@ source:
repoURL: https://github.com/epics-containers/p47-services
targetRevision: main

# list of services to deploy. Each item is of the form:
# - service: service name as it appears in K8S (statefulset/deployment name)
# targetRevision: optional override for targetRevision above
# repoURL: optional override for git repo to source the helm chart from
# the path is always services/<service> within that repo
# enabled: set to false to stop a service
# removed: set to true to remove the service from the cluster

services:
# Each item is of the form:
# service: service name as it appears in K8S (statefulset/deployment name)
# targetRevision: optional override for targetRevision above
# repoURL: optional override for git repo to source the helm chart from
# the path is always services/<service> within that repo
# removed: set to true to remove the service from the cluster
# shared epics services ######################################################
epics-pvcs:
targetRevision: 2024.9.1
epics-opis:
targetRevision: 2024.9.1

ec_services: # Services which have implemented support for an "enabled" parameter.
# Each item is of the form:
# service: service name as it appears in K8S (statefulset/deployment name)
# targetRevision: optional override for targetRevision above
# repoURL: optional override for git repo to source the helm chart from
# the path is always services/<service> within that repo
# removed: set to true to remove the service from the cluster
# enabled: set to false to stop a service
iocs:
# epics iocs #################################################################
p47-ea-test-01:
enabled: true
enabled: false
targetRevision: 2024.8.5
bl47p-ea-panda-01:
targetRevision: 2024.9.1
bl47p-ea-dcam-01:
targetRevision: 2024.9.1
enabled: true
enabled: false
bl47p-ea-dcam-02:
targetRevision: feature-branch2 # tracking a development branch for demo purposes
# tracking a development branch for demo purposes
targetRevision: feature-branch2
enabled: true
bl47p-mo-ioc-01:
targetRevision: 2024.9.1
bl47p-ea-test-01:
targetRevision: 2024.9.1
enabled: true

0 comments on commit 4186e91

Please sign in to comment.