Skip to content

Commit

Permalink
Merge pull request #630 from uselagoon/remove-dioscuri
Browse files Browse the repository at this point in the history
chore: remove dioscuri subchart from lagoon-remote
  • Loading branch information
tobybellwood authored Feb 26, 2024
2 parents b1a008c + 5ce0953 commit d21868a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
7 changes: 2 additions & 5 deletions charts/lagoon-remote/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ dependencies:
- name: lagoon-build-deploy
repository: https://uselagoon.github.io/lagoon-charts/
version: 0.26.3
- name: dioscuri
repository: https://amazeeio.github.io/charts/
version: 0.4.1
- name: dbaas-operator
repository: https://amazeeio.github.io/charts/
version: 0.3.0
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: 0.19.17
digest: sha256:1f873430b35bd44722954a1f02699e32c5e7468a9a77a135e5df3ca3766a8ed2
generated: "2023-12-08T13:18:21.18121865+11:00"
digest: sha256:19d026667151fe980c86b856f5e061d89bd669afaef89e1e88a69b8730950bb5
generated: "2024-02-15T10:02:47.025667985+11:00"
14 changes: 2 additions & 12 deletions charts/lagoon-remote/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,13 @@ type: application
# This is the chart version. This version number should be incremented each
# time you make changes to the chart and its templates, including the app
# version.
version: 0.87.0
version: 0.88.0

dependencies:
- name: lagoon-build-deploy
version: ~0.26.0
repository: https://uselagoon.github.io/lagoon-charts/
condition: lagoon-build-deploy.enabled
- name: dioscuri
version: ~0.4.0
repository: https://amazeeio.github.io/charts/
condition: dioscuri.enabled
- name: dbaas-operator
version: ~0.3.0
repository: https://amazeeio.github.io/charts/
Expand All @@ -44,11 +40,5 @@ dependencies:
# Valid supported kinds are added, changed, deprecated, removed, fixed and security
annotations:
artifacthub.io/changes: |
- kind: changed
description: remove insights-remote service if not enabled
- kind: removed
description: removed old kubernetes build deploy references
- kind: changed
description: updated to insights-remote:v0.0.8
- kind: changed
description: updated lagoon-build-deploy chart to v0.26.3
description: removed dioscuri subchart, activestandby is handled via a Lagoon task directly now
5 changes: 0 additions & 5 deletions charts/lagoon-remote/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ lagoon-build-deploy:
# See the parent chart for the full range of values that can be passed here to control builds
# https://github.com/uselagoon/lagoon-charts/blob/main/charts/lagoon-build-deploy/values.yaml

# dioscuri is the operator which implements Lagoon active-standby.
# This subchart is enabled by default as this is a core Lagoon feature.
dioscuri:
enabled: true

# dbaas-operator provisions database-as-a-service accounts for projects.
# Example provider configuration can be found in the dbaas-operator values.yaml
# https://github.com/amazeeio/charts/blob/main/charts/dbaas-operator/values.yaml
Expand Down

0 comments on commit d21868a

Please sign in to comment.