mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-06 06:49:53 -06:00
Closes #26427
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
(cherry picked from commit 7a57bfb504)
This commit is contained in:
@@ -34,7 +34,7 @@ yq ea -i ".spec.install.spec.deployments[0].spec.template.spec.containers[0].ima
|
||||
|
||||
# Edit the CSV version, replaces, etc.
|
||||
|
||||
yq ea -i ".metadata.annotations.createdAt = \"$(date "+%D %T")\"" "$CSV_PATH"
|
||||
yq ea -i ".metadata.annotations.createdAt = \"$(date -u +"%Y-%m-%dT%H:%M:%SZ")\"" "$CSV_PATH"
|
||||
yq ea -i ".spec.version = \"$VERSION\"" "$CSV_PATH"
|
||||
yq ea -i ".metadata.name = \"keycloak-operator.v$VERSION\"" "$CSV_PATH"
|
||||
yq ea -i '.metadata.namespace = "placeholder"' "$CSV_PATH"
|
||||
|
||||
Reference in New Issue
Block a user