-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: downgrade to Zitadel v2.61.1 (#833)
There appears to be a regression with Zitadel v2.62.0 where the configuration is not being read properly. For now we can go to v2.61.1 and see if a fix is released for the problem. As part of this change, the config string values are being quoted as recommended by the Zitadel docs.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM ghcr.io/zitadel/zitadel:v2.62.0@sha256:9f35236d97629915ab023764b50c21e95f7a06b768b4364629193d9f1119b6fb | ||
FROM ghcr.io/zitadel/zitadel:v2.61.1@sha256:4f49d262cd6eea2786df87a5370164daae7aa2f7f243217ca39adc38e4a464db | ||
|
||
# Copy configuration and certificates | ||
COPY ./*.yaml ./certificate.crt ./private.key /app/ |
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