Open
Conversation
julialongtin
reviewed
Mar 9, 2026
julialongtin
approved these changes
Mar 9, 2026
bin/helm-operations.sh
Outdated
| TARGET_SYSTEM="${TARGET_SYSTEM:-example.com}" | ||
| CERT_MASTER_EMAIL="certmaster@${CERT_MASTER_EMAIL}:-certmaster@${TARGET_SYSTEM}" | ||
|
|
||
| # DEPLOY_CERT_MANAGER env variable to decide to check if cert_manager and nginx-ingress-services charts should get deployed |
Member
There was a problem hiding this comment.
this comment is a bit unclear / misphrased.
| image: | ||
| repository: docker.io/bitnamilegacy/nginx | ||
| pullPolicy: IfNotPresent | ||
| tag: "1.27.3-debian-12-r5" |
Member
There was a problem hiding this comment.
Should we be specifying a tag in examples? sounds like a way to carry around a bad version, because of cargo-culting...
Contributor
Author
There was a problem hiding this comment.
The attempt here is to avoid the exact sha256 mentioned here https://github.com/wireapp/wire-avs-service/blob/release-5.0/charts/sftd/values.yaml#L88 but keep the tag
Contributor
Author
There was a problem hiding this comment.
wireapp/wire-avs-service#40 - created a PR to get it fixed upstream
…r-ns namespace and limit log lines
…ind hashbased images
… the wiab-staging artifact hash
d47ae96 to
758427b
Compare
|
This file contains hidden or 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
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.



Fixed: debug_logs.sh to log only the pods for default and cert-manager-ns namespace and limit log lines
Added: enabled debug_logs.sh on helm install failures (helm_operations.sh) with a flag DUMP_LOGS_ON_FAIL
Added: env vars to helm_operations.sh to improve UX while configuring variables
Fixed: sync_pg_secrets operation in helm_operations.sh and clean the deploy_charts logic
Added: wait and timeout on cert-manager and calling_services helm chart operations
Fixed: offline-cluster.sh to run helm-operations.sh using new env vars and with default DUMP_LOGS_ON_FAIL=TRUE
Fixed: documentation for wiab-staging.md based on a user feedback
Fixed: sftd helm chart values for joinCall component which fails to find hashbased images
Change type
Basic information
Testing
Offline Build CI (label-based)
Add one or more labels to trigger offline builds:
build-default- Full production build (ansible, terraform, all packages)build-demo- Demo/WIAB buildbuild-wiab-staging- WIAB-staging buildbuild-min- Minimal build (fastest, essential charts only)build-all- Run all three buildsNote: No builds run by default. Add a label to trigger CI.
Tracking
changelog.dKnowledge Transfer
Motivation
Objective
Reason
Use case