Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/prod/capi-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 2.0.0
dependencies:
- repository: https://stfc.github.io/cloud-helm-charts/
name: stfc-cloud-openstack-cluster
version: 1.4.8
version: 1.4.9
2 changes: 1 addition & 1 deletion charts/prod/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 2.0.0
dependencies:
- repository: https://stfc.github.io/cloud-helm-charts/
name: stfc-cloud-cert-manager
version: 1.2.4
version: 1.2.6
2 changes: 1 addition & 1 deletion charts/prod/cluster-api-addon-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 1.2.0
dependencies:
- repository: https://azimuth-cloud.github.io/cluster-api-addon-provider
name: cluster-api-addon-provider
version: 0.10.0
version: 0.10.1
4 changes: 2 additions & 2 deletions charts/prod/harbor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: harbor
version: 1.1.4
dependencies:
- name: stfc-cloud-harbor
version: 1.1.8
repository: https://stfc.github.io/cloud-helm-charts
version: 1.2.1
repository: https://stfc.github.io/cloud-helm-charts
2 changes: 1 addition & 1 deletion charts/prod/ingress-nginx-external/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: ingress-nginx-external
version: 1.0.0
dependencies:
- name: ingress-nginx
version: 4.13.3
version: 4.14.0
repository: "https://kubernetes.github.io/ingress-nginx"
alias: ingress-nginx-external
2 changes: 1 addition & 1 deletion charts/prod/manila-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 2.0.0
dependencies:
- repository: https://stfc.github.io/cloud-helm-charts/
name: stfc-cloud-manila-csi
version: 1.1.4
version: 1.1.5
2 changes: 1 addition & 1 deletion charts/prod/materials-galaxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 2.0.0
dependencies:
- repository: https://stfc.github.io/cloud-helm-charts/
name: materials-galaxy
version: 2.1.9
version: 2.1.10
2 changes: 1 addition & 1 deletion charts/prod/victoria-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 2.0.0
dependencies:
- repository: https://stfc.github.io/cloud-helm-charts/
name: stfc-cloud-vm
version: 1.0.6
version: 1.0.7
3 changes: 2 additions & 1 deletion clusters/prod/management/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ spec:
# so create one for each chart - even if its empty

# argocd and all dependencies use the same file "argocd-setup-values.yaml"
valuesFile: ../../../clusters/prod/management/argocd-setup-values.yaml
namespace: argocd
valuesFile: ../../../clusters/prod/management/argocd-setup-values.yaml
secretsFile: ../../../clusters/prod/management/secrets/apps/argocd.yaml

- name: "cert-manager"
chartName: cert-manager
Expand Down
3 changes: 2 additions & 1 deletion clusters/prod/worker/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ spec:
# so create one for each chart - even if its empty

# argocd and all dependencies use the same file "argocd-setup-values.yaml"
valuesFile: ../../../clusters/prod/worker/argocd-setup-values.yaml
namespace: argocd
valuesFile: ../../../clusters/prod/worker/argocd-setup-values.yaml
secretsFile: ../../../clusters/prod/worker/secrets/apps/argocd.yaml

- name: cert-manager
chartName: cert-manager
Expand Down
2 changes: 1 addition & 1 deletion clusters/prod/worker/argocd-setup-values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
argo-cd:
global:
domain: argocd.prod-worker.nubes.stfc.ac.uk
domain: argocd.prod-worker.nubes.stfc.ac.uk
3 changes: 0 additions & 3 deletions clusters/staging/management/argocd-setup-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
argo-cd:
global:
domain: argocd.staging-mgmt.nubes.stfc.ac.uk

irisiam:
enabled: true
2 changes: 0 additions & 2 deletions clusters/staging/worker/argocd-setup-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ stfc-cloud-cert-manager:
enabled: true
ingressClassName: ingress-nginx-external

irisiam:
enabled: true