-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update helm chart to 7.0.3 #113
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: matrix env typo (#110) * chore: add awscli to utils container (#111) * correct values for preprod * move to config map as source of truth * create config map with correct values in it and update size limit --------- Co-authored-by: Andrew Moore <[email protected]>
georgepstaylor
force-pushed
the
update-helm-chart-703
branch
from
January 2, 2025 16:21
0749e36
to
83fd4f3
Compare
georgepstaylor
had a problem deploying
to
preprod
January 7, 2025 11:02 — with
GitHub Actions
Failure
georgepstaylor
had a problem deploying
to
preprod
January 7, 2025 11:04 — with
GitHub Actions
Failure
georgepstaylor
had a problem deploying
to
preprod
January 7, 2025 11:06 — with
GitHub Actions
Failure
georgepstaylor
had a problem deploying
to
preprod
January 7, 2025 11:10 — with
GitHub Actions
Failure
georgepstaylor
had a problem deploying
to
preprod
January 7, 2025 11:23 — with
GitHub Actions
Failure
andrewmooreio
previously approved these changes
Jan 8, 2025
andrewmooreio
approved these changes
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the configuration and functionality of the Delius Alfresco deployment. The most important changes include updates to the S3 migration workflow, enhancements to the Helm and Kustomize configurations, and modifications to the Taskfile for better reindexing and deployment processes.
S3 Migration Workflow Improvements:
.github/workflows/migrate-s3.yaml
: Updated the script to removeNone
fromcleaned_prefixes
instead ofcontentstore.deleted
and changed thekubectl wait
condition fromcomplete
toready
with a reduced timeout. [1] [2]Helm and Kustomize Configuration Enhancements:
README.md
: Overhauled the documentation to focus on Helm and Kustomize usage for the Delius Alfresco deployment, removing outdated instructions and adding new sections on usage and configuration.Taskfile Modifications:
Taskfile.yml
: Added new variables (FROM
,TO
,FORCE
) and updated tasks for reindexing by ID and date. Simplified the reindexing process and added a new task for uninstalling Helm releases by prefix. [1] [2] [3] [4]Job Metadata Enhancements:
jobs/migrate-db/templates/job.yaml
,jobs/migrate-s3/templates/job.yaml
,jobs/refresh-db/templates/job.yaml
: Addedname-prefix
labels to the job metadata for better identification and management. [1] [2] [3]also: